robr Posted April 28, 2004 Posted April 28, 2004 Microsoft in their infinite wisdom has apparently decided to release the hotfixes for Microsoft Storage Server in .MSI format. Has anyone dealt with these before and what's the best way to incorporate them into an unattended install? Directory of C:\OPKTools\Hotfixes04/28/2004 12:00 PM 222,720 WindowsStorageServer2003FeaturePack-KB838985.msi04/28/2004 12:11 PM 167,424 Windows_Storage_Server_2003-KB825191.MSI04/28/2004 12:11 PM 316,928 Windows_Storage_Server_2003-KB828214.msi04/28/2004 12:11 PM 523,264 Windows_Storage_Server_2003-KB828878.msi04/28/2004 12:12 PM 425,984 Windows_Storage_Server_2003-KB835152.msi04/28/2004 12:18 PM 425,472 Windows_Storage_Server_2003-KB838238.msi
robr Posted April 28, 2004 Author Posted April 28, 2004 i havent integrated an MSI into an unattended install before, but i had thought that the msiexec installer wasnt available during windows setup.
gosh Posted April 28, 2004 Posted April 28, 2004 I think you can install windows installer programs during setup, but in general this is not advisable. Therefore you would need to install them using guirunonce, or runonce, or runonceex. You could always extract the .msi and manually install the hotfix.-gosh
robr Posted April 28, 2004 Author Posted April 28, 2004 Thanks, here's MS' response which is the same as yours, I'll give this a shotInclude them in the OEMRunOnce section of the winbom.ini, so they are installed on the first boot to the Windows Desktop.Example:[OEMRunOnce]"Example Hot Fix","""\\OPKSERVER\OPKTools\Apps\msxml4qfe.exe"" /Q /C:""msiexec /l msxml.msi /qn"" "
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now