IE7 upgrade fixlet and reboot

(imported topic written by jpeppers91)

I’m having an issue with the reboot flag with this fixlet. “UPDATE: Internet Explorer 7 Available - Windows Server 2003 SP1/SP2”

I modified it a little to add some registry entries but at the end when I set the reboot flag it wont reboot. any ideas?

download http://download.microsoft.com/download/D/1/3/D1346F12-F3A0-4AC6-8F5C-2BEA2A184957/IE7-WindowsServer2003-x86-enu.exe

continue if {(size of it = 15424376 and sha1 of it = “9b2c08067fc5f9cf6706ef0df80dd40720b5b3d7”) of file “IE7-WindowsServer2003-x86-enu.exe” of folder “__Download”}

wait __Download\IE7-WindowsServer2003-x86-enu.exe /quiet /update-no /no-default /norestart

//Disable Runonce

regset "

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

" “RunOnceComplete”=“1”

regset "

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

" “RunOnceHasShown”=“1”

regset "

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

“Check_Associations”=“No”

regset "

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main

“IgnoreDefCheck”=“Yes”

action requires restart “9b2c08067fc5f9cf6706ef0df80dd40720b5b3d7”

(imported comment written by gjeremia91)

“action requires restart” won’t cause it to restart. It only causes BES to know that a restart is needed so that you can make decisions later. Rebooting is mostly left as an operational decision, so if you know that you will want a reboot with this fixlet, then that should be selected in the “Post Action” tab of the “Take Action” dialog.

you may see that there is a fixlet called “Client Requires a Restart caused by BES Action” ( or something like that). This fixlet becomes relevant when it identifies that a reboot is needed and that it is caused by something that BES did. This is another option for you to use.

In simple cases use the first option (reboot in the post action of the take action dialog).

Also note that your 3rd reg entr is missing the value quote (no quote before Check_Associations).

(imported comment written by jpeppers91)

I’m sorry I didn’t clarify that better. I’m setting the reboot on the Post action tab but the reboot never occurs. Thanks for catching the missing quote.