also disable protected mode on startup
This commit is contained in:
parent
5773f28fe4
commit
2b0b7c71a6
@ -104,11 +104,10 @@ msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSE
|
|||||||
[Registry_install]
|
[Registry_install]
|
||||||
; Example of setting some values of an registry key:
|
; Example of setting some values of an registry key:
|
||||||
;
|
;
|
||||||
openkey [HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\10.0\FeatureLockdown]
|
openkey [HKEY_LOCAL_MACHINE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
|
||||||
; set "name1" = "some string value"
|
|
||||||
; set "name2" = REG_DWORD:0001
|
|
||||||
; set "name3" = REG_BINARY:00 af 99 cd
|
|
||||||
set "bUpdater" = REG_DWORD:0000
|
set "bUpdater" = REG_DWORD:0000
|
||||||
|
set "bProtectedMode" = REG_DWORD:0000
|
||||||
|
|
||||||
|
|
||||||
[LinkFolder_install]
|
[LinkFolder_install]
|
||||||
; Example of deleting a folder from AllUsers startmenu:
|
; Example of deleting a folder from AllUsers startmenu:
|
||||||
|
Loading…
Reference in New Issue
Block a user