disable auto update

This commit is contained in:
Mario Fetka 2012-02-08 12:04:14 +01:00
parent 1f388e4420
commit 3538ca0c8f
1 changed files with 2 additions and 1 deletions

View File

@ -104,10 +104,11 @@ 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\$ProductId$] openkey [HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\10.0\FeatureLockdown]
; set "name1" = "some string value" ; set "name1" = "some string value"
; set "name2" = REG_DWORD:0001 ; set "name2" = REG_DWORD:0001
; set "name3" = REG_BINARY:00 af 99 cd ; set "name3" = REG_BINARY:00 af 99 cd
set "bUpdater" = REG_DWORD:0000
[LinkFolder_install] [LinkFolder_install]
; Example of deleting a folder from AllUsers startmenu: ; Example of deleting a folder from AllUsers startmenu: