| GUIRunOnce Method Edit SIF: RemoteInstall\Setup\English\Images\Imagename\I386\Templates\
 
				[GUIUnattended] 
				AdminPassword = "password" 
				Autologon = yes ; automatically logs on the administrator 
				accountAutoLogoncount = 1 ; number of times to perform auto-admin logon
 
				  
				[GUIRunOnce] 
				"%windir%\KB826939.exe /quiet /forcerestart" Place 
				hotfix in the same location that you reference in your SIF.  
				In the example above I refer to the %windir% (Windows directory) 
				so I drop the hotfix(es) in this folder: RemoteInstall\Setup\English\Images\Imagename\i386\Mirror1\UserData\WINDOWS |