Is there a way we can add registery changes to the packages?
For Adobe Reader update 10.1.3 update I need to add changes to the the following two keys,
[HKEY_CLASSES_ROOT\AcroExch.Document.7]
"EditFlags"=hex:00,00,00,00
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\JSPrefs]
"bEnableJS"=dword:00000000
PackageBoot can be used to set registry values on a per-machine/per-update basis.
Create a REG file with the desired settings.
Include the REG file as an Additional File.
Configure PackageBoot to use a <postexecution><programs><program> element to execute REG.EXE IMPORT filename.REG after successful installation of the related update.