kasav Posted October 3, 2004 Posted October 3, 2004 Hi,I've got a big problem with my winnt.sif, it only partially works but doesn't give me any error-messages during install. what I'm trying to do is build a multiboot dvd as described on MSFN.org.1. it won't fill in my name and it still asks me to accept the licence agreement2. it won't run my install.cmd to install the apps i included.Here's my winnt.sif, perhaps anybody has got an idea:;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes[unattended] UnattendMode=FullUnattended OemPreinstall=Yes UnattendSwitch=yes TargetPath=\WINDOWS FileSystem=* OemSkipEula=Yes Repartition=No WaitForReboot=No[GuiUnattended] EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1 AdminPassword=xxx AutoLogon=Yes AutoLogonCount=1[userData] ProductKey=XXXX-XXXXX-XXXXX-XXXXX =>works FullName="My Name" =>doesn't work OrgName="NONE" ComputerName=blahblah[RegionalSettings] LanguageGroup=2,1 Language=00000c07[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[shell] =>works perfectly DefaultStartPanelOff=Yes DefaultThemesOff=Yes[GuiRunOnce] =>doesn't work at all Command0=%SYSTEMDRIVE%\Install\install.cmdThanks for suggestions
prathapml Posted October 3, 2004 Posted October 3, 2004 Try comparing what you've entered with these values, the below will work perfectly:[Data] AutoPartition=0 MsDosInitiated="0" floppyless="1" EulaComplete="1" UnattendedInstall="Yes" AutomaticUpdates=0[Unattended] UnattendMode=FullUnattended Repartition=No FileSystem="ConvertNTFS" OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch=Yes[GuiUnattended] OemSkipWelcome=1[UserData] FullName="0wner" OrgName="0wn Inc." ComputerName=COMPUTEROnly relevant parts of winnt.sif posted - use all the other values you want.Also, check if your winnt.sif is placed in the proper BOOT folder (example: \PRO1\ folder). If you place the winnt.sif in the I386 folder (example: \SETUP\PRO1\I386\) - it may not work.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now