install into clasich shell folder
This commit is contained in:
parent
6b309d5e03
commit
6ff8fa2219
@ -46,8 +46,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; no white space use '-' as a seperator
|
||||
Set $MinimumSpace$ = "5 MB"
|
||||
; the path were we find the product after the installation
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Classic Shell"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\Classic Shell"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Open-Shell"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\Open-Shell"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
@ -98,7 +98,7 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install_32]
|
||||
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ADDLOCAL=ClassicStartMenu ALLUSERS=1 REBOOT=ReallySuppress NOSTART=1 APPLICATIONFOLDER="$InstallDir32$"
|
||||
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ADDLOCAL=ClassicStartMenu ALLUSERS=1 REBOOT=ReallySuppress NOSTART=1
|
||||
|
||||
[Files_install_32]
|
||||
; copy the ini file to the InstallDir
|
||||
@ -109,7 +109,7 @@ copy "$IniCfgFile$" "$InstallDir32$"
|
||||
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
|
||||
|
||||
[Winbatch_install_64]
|
||||
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ADDLOCAL=ClassicStartMenu ALLUSERS=1 REBOOT=ReallySuppress NOSTART=1 APPLICATIONFOLDER="$InstallDir64$"
|
||||
"$InstallExe$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb ADDLOCAL=ClassicStartMenu ALLUSERS=1 REBOOT=ReallySuppress NOSTART=1
|
||||
|
||||
[Files_install_64]
|
||||
; copy the ini file to the InstallDir
|
||||
|
@ -40,8 +40,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
||||
; ----------------------------------------------------------------
|
||||
; - Please edit the following values -
|
||||
; ----------------------------------------------------------------
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Classic Shell"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\Classic Shell"
|
||||
Set $InstallDir32$ = "%ProgramFiles32Dir%\Open-Shell"
|
||||
Set $InstallDir64$ = "%ProgramFiles64Dir%\Open-Shell"
|
||||
; ----------------------------------------------------------------
|
||||
|
||||
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
|
||||
|
Loading…
Reference in New Issue
Block a user