From 6ff8fa22197861eec5176e2475545252837bd59d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 11 Oct 2019 16:56:40 +0200 Subject: [PATCH] install into clasich shell folder --- CLIENT_DATA/setup3264.ins | 8 ++++---- CLIENT_DATA/uninstall3264.ins | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index beb6fdb..e83cd63 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -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 diff --git a/CLIENT_DATA/uninstall3264.ins b/CLIENT_DATA/uninstall3264.ins index dd1351d..afc8d6d 100644 --- a/CLIENT_DATA/uninstall3264.ins +++ b/CLIENT_DATA/uninstall3264.ins @@ -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"