RIS and kb826939

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

I am having a issue with the security rollup kb826939 and
RIS. I can get around it by dumping the extraced files to
the i386 folder of the cd based image on the server. Is
there a correct way to slipstream the service pack either
to the cd (which ill copy to the server and then run
risetup again to create a new flat file image) or a way to
correctly apply the rollup to the flat file image on the
RIS server. Any help would be appreciated.
 
Hi Jay,

You can install the hotfix with the [GUIRunOnce] method, which requires an
administrative logon after RIS to install the files or use the cmdlines.txt
method which installs the hotfix at the "Saving settings" part of the GUI
setup of the OS. The GUIRunOnce method can force an administrative logon.

Save hotfix to: RemoteInstall\Setup\English\Images\Imagename\I386\Templates\

Edit SIF in same location:

[GUIRunOnce]
Autologon = yes ; automatically logs on the administrator account
AutoLogoncount = 1 ; number of times to perform auto-admin logon
"%windir%\KB826939.exe /quiet /forcerestart"

"The RIS Server to Which You Are Attempting to Post This Installation..."
Error Message When You Use RIPREP
http://support.microsoft.com/default.aspx?scid=kb;en-us;324573

Look at hotfix section:
http://www.mvps.org/serverstuff/

Or you can use the free SUS to install hotfixes:

http://www.microsoft.com/windowsserversystem/sus/susdeployment.mspx

--
Scott Baldridge
Windows Server MVP, MCSE


"Jay"
 
My previous message has a typo, sorry for any confusion:

[GUIUnattended]
AdminPassword = "password"
Autologon = yes ; automatically logs on the administrator account
AutoLogoncount = 1 ; number of times to perform auto-admin logon

[GUIRunOnce]
"%windir%\KB826939.exe /quiet /forcerestart"

--
Scott Baldridge
Windows Server MVP, MCSE

"NIC Student" <
Hi Jay,

You can install the hotfix with the [GUIRunOnce] method, which requires an
administrative logon after RIS to install the files or use the cmdlines.txt
method which installs the hotfix at the "Saving settings" part of the GUI
setup of the OS. The GUIRunOnce method can force an administrative logon.

Save hotfix to: RemoteInstall\Setup\English\Images\Imagename\I386\Templates\

Edit SIF in same location:

[GUIRunOnce]
Autologon = yes ; automatically logs on the administrator account
AutoLogoncount = 1 ; number of times to perform auto-admin logon
"%windir%\KB826939.exe /quiet /forcerestart"

"The RIS Server to Which You Are Attempting to Post This Installation..."
Error Message When You Use RIPREP
http://support.microsoft.com/default.aspx?scid=kb;en-us;324573

Look at hotfix section:
http://www.mvps.org/serverstuff/

Or you can use the free SUS to install hotfixes:

http://www.microsoft.com/windowsserversystem/sus/susdeployment.mspx

--
Scott Baldridge
Windows Server MVP, MCSE


"Jay"
I am having a issue with the security rollup kb826939 and
RIS. I can get around it by dumping the extraced files to
the i386 folder of the cd based image on the server. Is
there a correct way to slipstream the service pack either
to the cd (which ill copy to the server and then run
risetup again to create a new flat file image) or a way to
correctly apply the rollup to the flat file image on the
RIS server. Any help would be appreciated.
 
Back
Top