Change Install Dir

This commit is contained in:
Mario Fetka 2013-08-21 14:44:21 +02:00
parent 84cbdd214e
commit d67aa60940
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ DesktopShortcut=1
InstallTo=1
StartMenuShortcut=1
NoUserInteraction=1
InstallFolder=%zi.ProgramFiles%\%zi.ProductName%
InstallFolder=%zi.ProgramFiles%\%zi.CompanyName%\%zi.ProductName%
StartMenuFolder=%zi.CompanyName%\%zi.ProductName%
ProductName=CapsLock Goodbye
ProductVersion=2.0

View File

@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; no white space use '-' as a seperator
Set $MinimumSpace$ = "4 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\CapsLock Goodbye"
Set $InstallDir$ = "%ProgramFiles32Dir%\Melk\CapsLock Goodbye"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"

View File

@ -33,7 +33,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $InstallDir$ = "%ProgramFiles32Dir%\CapsLock Goodbye"
Set $InstallDir$ = "%ProgramFiles32Dir%\Melk\CapsLock Goodbye"
; ----------------------------------------------------------------
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"