From d5150782f04a9d370c9e0648d46bc5f1a2c6d8ce Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 22 Sep 2013 10:06:30 +0200 Subject: [PATCH] Put the Register disable into the right dir --- CLIENT_DATA/setup32.ins | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 1434bea..35b0947 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -143,7 +143,8 @@ copy "$IniCfgFile$" "$InstallDir$" [Registry_install] ; Disable Registry window -openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Photoshop CS2 - $MsiId$] +; openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Photoshop CS2 - $MsiId$] +openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$MsiId$] set "EPIC_REGS_TYPE" = REG_DWORD:00000004 set "EPIC_REGS_STATE" = REG_DWORD:00000002 set "EPIC_REGS_LANG" = REG_DWORD:00000000