Change Install Dir
This commit is contained in:
parent
84cbdd214e
commit
d67aa60940
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user