jimhoff28 Posted February 17, 2006 Posted February 17, 2006 I am new here so I hope that someone can help me. Here is what I am trying to do. I have an XP SP2 disk with all slipstreamed hotfixes integrated into it. I also have been trying to use a $oem$ distribution folder in the XP SP2 ISO that I created to automatically install office 2003 when I install XP from the disk. Below is what I have been doing:I created an ISO with the usual i386 folder with a winnt.sif file in it. Here is what is in the winnt.sif file:[Data]Autopartition = 0MsDosInitiated = 0UnattendedInstall = Yes[unattended]UnattendMode = FullUnattendedUnattendSwitch = NoOemPreinstall = YesOemSkipEula = YesFileSystem = *WaitForReboot = NoNoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1DriverSigningPolicy = IgnoreNonDriverSigningPolicy = IgnoreHibernation = No[Display]Xresolution = 800Yresolution = 600[systemRestore][GuiUnattended]EncryptedAdminPassword = NoAdminPassword = *TimeZone = 035OEMSkipRegional = 1OemSkipWelcome = 1[shell]DefaultThemesOff = YesDefaultStartPanelOff = Yes[Components][userData]ProductKey = "HMVR2-D26JY-WM667-4RX32-XXXXX" (where the xxxxx is the last 5 of the serial)ComputerName = DEFAULTFullName = *[RegionalSettings]Language = 0409[Networking]InstallDefaultComponents = Yes[GUIRunOnce]"%SystemDrive%\install.cmd[identification]JoinWorkgroup = WorkgroupThen I created a .cmd file in the $OEM$\$1 folder in the ISO with the following:ECHO.ECHO Installing Office 2003 ProfessionalECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-I created an unattended.mst file in the "$OEM$\$1\install\Applications\Office2003\" folder in the ISO to install office 2003 automaticallyI am trying to get the winnt.sif file to recognize that it should look at the .mst file and install the office 2003 setup files that are in the office2003 folder (which I copied from an office 2003 disk), during the XP install.When I load it up it keeps telling me that line 53 in the winnt.sif file is incorrect. That is my "guirunonce"command. What am I doing wrong?Thanks,Josh
dhdan Posted February 17, 2006 Posted February 17, 2006 (edited) Here is what my command looks like[GuiRunOnce] Command0="%systemroot%\Temp\end.cmd"If I remember right you also need to point to a location for drivers when you set oempreinstall to yes.OemPreinstall=Yes OemPnPDriversPath="Drivers"This assumes you created a folder called Drivers under $OEM$\$1\ Edited February 17, 2006 by dhdan
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