Jump to content

DirtyD

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by DirtyD

  1. Yea, for some reason every time i tried to reply it wouldnt find the server. when exited explorer and came back i had all these posts. sorry
  2. what about the bat file winnt32 wont run under DOS
  3. The last one with the XXXXX is the correct post
  4. Here is a copy of my winnt.sif and my winnt.bat files the bat file has a referance to the winnt32 file which will not work under DOS. I dont know how to use the switches to do the unattended install using the winnt file which is used to install a clean system. Winnt.sif ;SetupMgrTag [Data] MsDosInitiated="0" UnattendedInstall="Yes" AutoPartition=1 [unattended] UnattendMode=FullUnattended UnattendSwitch=Yes OemPreinstall=No OemSkipEula=Yes FileSystem=* WaitForReboot=No TargetPath=\Windows DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore Hibernation=No [systemFileProtection] SFCQuota=0 [GuiUnattended] AutoLogon=Yes TimeZone=4 OEMSkipRegional=1 OemSkipWelcome=1 AdminPassword=* EncryptedAdminPassword=NO AutoLogonCount=1 [userData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="User" OrgName="" ComputerName=Computer [RegionalSettings] LanguageGroup=1 [TapiLocation] CountryCode=1 [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes Winnt.bat @rem SetupMgrTag @echo off rem rem This is a SAMPLE batch script generated by Setup Manager. rem If this script is moved from the location where it was generated, it may have to be modified. rem set AnswerFile=.\WINNT.SIF set SetupFiles=E:\i386 E:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang
  5. Here is a copy of my winnt.sif and my winnt.bat files the bat file has a referance to the winnt32 file which will not work under DOS. I dont know how to use the switches to do the unattended install using the winnt file which is used to install a clean system.
  6. This is a copy of my winnt.sif file without the key and my name. and a copy of the winnt.bat file
  7. I've made a slipstreamed sp2 xp disk with a unattended install. It works fine as long as i have a OS installed. What I would like to know is how do I do an unattended install on a system without an OS installed?
×
×
  • Create New...