(imported topic written by jpeppers91)
I modified a fixlet to add registry entires after the upgrade. Should I do this in one action or multiple actions? Also am I missing something adding to the HKEY Current User hive?
continue if {(size of it = 15452536 and sha1 of it = “d39b89c360fbaa9706b5181ae4718100687a5326”) of file “IE7-WindowsXP-x86-enu.exe” of folder “__Download”}
wait __Download\IE7-WindowsXP-x86-enu.exe /quiet /update-no /norestart
action requires restart “d39b89c360fbaa9706b5181ae4718100687a5326”
action uses wow64 redirection false
delete __appendfile
delete wizardedit.reg
appendfile Windows Registry Editor Version 5.00
appendfile
appendfile
HKEY_Current_User\Software\Microsoft\Internet Explorer\Main
appendfile “RunOnceComplete”=dword:00000001
appendfile “RunOnceComplete”=dword:00000001
move __appendfile wizardedit.reg
waithidden regedit /s “wizardedit.reg”// enter your action script here