Fixed: Don't write installer in a directory

--HG--
branch : compatibility-develop
This commit is contained in:
kervala 2016-09-20 20:24:44 +02:00
parent 25beda5c17
commit dfe40fe491

View file

@ -10,7 +10,6 @@
!define RegistryCat "HKCU"
!define RegistryKey "Software\${Company}\${GenericProduct}"
!define Executable "ryzom_installer_qt_r.exe"
!define DstDir "Output"
!define SrcDir "RyzomInstaller"
!define Installer "ryzom_installer.exe"
@ -22,7 +21,7 @@ XPStyle on
;Name and file
Name "${Product}"
OutFile "${DstDir}\${Installer}"
OutFile "${Installer}"
;Default installation folder
InstallDir "$LOCALAPPDATA\${GenericProduct}"