From e1bc6579ebb553adee3a675d8983ef7e559edd36 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 20 Mar 2013 23:40:02 +0100 Subject: [PATCH] now hide the notepad.exe replace work in a winbatch --- CLIENT_DATA/delsub3264.ins | 8 ++++---- CLIENT_DATA/setup3264.ins | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CLIENT_DATA/delsub3264.ins b/CLIENT_DATA/delsub3264.ins index 5b7c845..08df801 100644 --- a/CLIENT_DATA/delsub3264.ins +++ b/CLIENT_DATA/delsub3264.ins @@ -32,7 +32,7 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif Winbatch_uninstall_32 sub_check_exitcode endif - Dosbatch_uninstall_32 + Winbatch_uninstall_32 comment "Delete files" Files_uninstall_32 /32Bit @@ -62,7 +62,7 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe Winbatch_uninstall_64 sub_check_exitcode endif - Dosbatch_uninstall_64 + Winbatch_uninstall_64 comment "Delete files" Files_uninstall_64 /64Bit @@ -82,7 +82,7 @@ ExitWindows /Reboot [Winbatch_uninstall_32] "$UninstallProgram32$" /S -[Dosbatch_uninstall_32] +[Winbatch_uninstall_32] pendmove %Systemroot%\notepad.exe.orig %Systemroot%\notepad.exe pendmove %Systemroot%\system32\notepad.exe.orig %Systemroot%\system32\notepad.exe @@ -97,7 +97,7 @@ delete -sf "$InstallDir32$\" [Winbatch_uninstall_64] "$UninstallProgram64$" /S -[Dosbatch_uninstall_64] +[Winbatch_uninstall_64] pendmove %Systemroot%\notepad.exe.orig %Systemroot%\notepad.exe pendmove %Systemroot%\system32\notepad.exe.orig %Systemroot%\system32\notepad.exe pendmove %Systemroot%\SysWOW64\notepad.exe.orig %Systemroot%\SysWOW64\notepad.exe diff --git a/CLIENT_DATA/setup3264.ins b/CLIENT_DATA/setup3264.ins index c52da01..2f23323 100644 --- a/CLIENT_DATA/setup3264.ins +++ b/CLIENT_DATA/setup3264.ins @@ -75,7 +75,7 @@ else ChangeDirectory "%SCRIPTPATH%" Winbatch_install_32 Sub_check_exitcode - Dosbatch_install_32 + Winbatch_install_32 comment "Copy files" Files_install_32 /32Bit comment "Patch Registry" @@ -90,7 +90,7 @@ else ChangeDirectory "%SCRIPTPATH%" Winbatch_install_64 Sub_check_exitcode - Dosbatch_install_64 + Winbatch_install_64 comment "Copy files" Files_install_64 /64Bit comment "Patch Registry" @@ -105,7 +105,7 @@ endif [Winbatch_install_32] "$InstallExe$" /S -[Dosbatch_install_32] +[Winbatch_install_32] pendmove %Systemroot%\notepad.exe %Systemroot%\notepad.exe.orig pendmove %Systemroot%\system32\notepad.exe %Systemroot%\system32\notepad.exe.orig @@ -127,7 +127,7 @@ copy "$IniCfgFile$" "$InstallDir32$" [Winbatch_install_64] "$InstallExe$" /S -[Dosbatch_install_64] +[Winbatch_install_64] pendmove %Systemroot%\notepad.exe %Systemroot%\notepad.exe.orig pendmove %Systemroot%\system32\notepad.exe %Systemroot%\system32\notepad.exe.orig pendmove %Systemroot%\SysWOW64\notepad.exe %Systemroot%\SysWOW64\notepad.exe.orig