change LogDir; add ProductProperty desktoplink, custom-post-install, custom-post-uninstall
fix incorrect path for the InstallDir64 fix 64 Bit System uninstall - change to GetRegistryStringValue32
This commit is contained in:
@@ -25,7 +25,7 @@ DefVar $OLD_RELEASE$
|
||||
Set $INST_SystemType$ = GetSystemType
|
||||
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")
|
||||
|
||||
Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
Set $LogDir$ = "%opsiLogDir%"
|
||||
|
||||
; The token BUILDER_VARIABLES will be replaced by opsi-builder.sh
|
||||
; and adds the following variables:
|
||||
@@ -41,7 +41,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Brackets"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\Brackets"
|
||||
Set $InstallDir64$ = "%ProgramFiles32Dir%\Brackets"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
|
||||
Reference in New Issue
Block a user