Fix to install path

This commit is contained in:
Leonardo Murillo 2015-12-31 10:09:27 -06:00
parent 2bad5437a9
commit 0bd823e20c

View file

@ -70,7 +70,7 @@ Section /o "DDE Face Recognition" "DDE"
SectionEnd
Section /o "Default Content Set" "CONTENT"
SetOutPath "$ChosenInstallDir/resources"
SetOutPath "$ChosenInstallDir\resources"
NSISdl::download "https://s3-us-west-1.amazonaws.com/hifi-production/content/temp.exe" "$ChosenInstallDir\content.exe"
ExecWait '"$ChosenInstallDir\content.exe" /S'
Delete "$ChosenInstallDir\content.exe"