From 2b0b7c71a6ac6111def2f11af31cc0f7229dc9a5 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 8 Feb 2012 13:01:04 +0100 Subject: [PATCH] also disable protected mode on startup --- CLIENT_DATA/setup32.ins | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 6035cdd..787ad93 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -104,11 +104,10 @@ msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSE [Registry_install] ; Example of setting some values of an registry key: ; -openkey [HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\10.0\FeatureLockdown] -; set "name1" = "some string value" -; set "name2" = REG_DWORD:0001 -; set "name3" = REG_BINARY:00 af 99 cd +openkey [HKEY_LOCAL_MACHINE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown] set "bUpdater" = REG_DWORD:0000 +set "bProtectedMode" = REG_DWORD:0000 + [LinkFolder_install] ; Example of deleting a folder from AllUsers startmenu: