From cd9d8efe43cb902cd25c67cf94c5123e0799762b Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 20 Sep 2019 13:05:38 +0200 Subject: [PATCH] correct install dir to fit old install path --- 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 40c971c..996984e 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -52,8 +52,8 @@ set $INST_architecture$ = GetProductProperty("install_architecture","system spec ; no white space use '-' as a seperator Set $MinimumSpace$ = "1 MB" ; the path were we find the product after the installation -Set $InstallDir32$ = "%ProgramFiles32Dir%\FreeDownloadManager.ORG\Free Download Manager" -Set $InstallDir64$ = "%ProgramFiles64Dir%\FreeDownloadManager.ORG\Free Download Manager" +Set $InstallDir32$ = "%ProgramFiles32Dir%\Free Download Manager" +Set $InstallDir64$ = "%ProgramFiles64Dir%\Free Download Manager" ; ---------------------------------------------------------------- Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini" @@ -119,7 +119,7 @@ else endif [Winbatch_install_32] -"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES +"$Install32Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /DIR="$InstallDir32$" [Files_install_32] ; copy the ini file to the InstallDir @@ -131,7 +131,7 @@ copy "$IniCfgFile$" "$InstallDir32$" copy "%ScriptPath%\fdm_uninstall.exe" "$InstallDir32$" [Winbatch_install_64] -"$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES +"$Install64Exe$" /sp- /silent /norestart /nocancel /SUPPRESSMSGBOXES /DIR="$InstallDir64$" [Files_install_64] ; copy the ini file to the InstallDir diff --git a/CLIENT_DATA/uninstall3264.ins b/CLIENT_DATA/uninstall3264.ins index 254d0bc..a55be7c 100644 --- a/CLIENT_DATA/uninstall3264.ins +++ b/CLIENT_DATA/uninstall3264.ins @@ -44,8 +44,8 @@ Set $LogDir$ = "%SystemDrive%\tmp" ; ---------------------------------------------------------------- ; - Please edit the following values - ; ---------------------------------------------------------------- -Set $InstallDir32$ = "%ProgramFiles32Dir%\FreeDownloadManager.ORG\Free Download Manager" -Set $InstallDir64$ = "%ProgramFiles64Dir%\FreeDownloadManager.ORG\Free Download Manager" +Set $InstallDir32$ = "%ProgramFiles32Dir%\Free Download Manager" +Set $InstallDir64$ = "%ProgramFiles64Dir%\Free Download Manager" ; ---------------------------------------------------------------- Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"