Jump to content

rx7tt

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by rx7tt

  1. That was the problem when I first started setting up my UI and it fixed the problem however I am using a batch file(start.cmd) for my program instalations. I'll cross my fingures...
  2. Under the unattended section of your winnt file you have OemPreinstall listed twice once with no and the second with yes. This needs to be set to yes and only once. Yes and you have them where they should be. Hope this helps...
  3. No these are not exact copies. I changed the productkey, computername usernames and passwords for the post.
  4. Have you set up a batch file to install these programs (eg. start.cmd)?
  5. I am so close to completing my first unattended XP SP2 cd thanks to msfn however I still have two problems/errors that I can't seem to get by. The first: I have specified the computername in my winnt.sif file however it continues to set itself to "mobile-" and the a random string of number and letters. Here is a clip of my winnt.sif file: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] AutoActivate=YES CrashDumpSetting=0 DisableDynamicUpdates=Yes DriverSigningPolicy=Ignore FileSystem=NTFS UnattendMode=FullUnattended UnattendSwitch=Yes OemPreinstall=Yes OemSkipEula=Yes WaitForReboot=No TargetPath=\Windows NonDriverSigningPolicy=Ignore Hibernation=No Repartition=Yes [GuiUnattended] AdminPassword="password" EncryptedAdminPassword=NO AutoLogon=Yes TimeZone=20 OEMSkipRegional=1 OemSkipWelcome=1 ProfilesDir="C:\Documents and Settings\" AutoLogonCount=2 [UserData] ProductKey="Product Key" FullName="Scott Stein" OrgName="Mobile Gear" ComputerName=ComputerName The second problem is during the user setup in my useraccounts.cmd I receive the following error message when it is run: The user or group account specified cannot be found. The user was successfully created but could not be added to the users local group. NET HELPMSG 3774 Here is a clip of the useraccounts.cmd file, the error occurs at the net user /add line: @echo off net user username /add net user username password net localgroup Administrators username /add net accounts /maxpwage:unlimited ECHO. Echo Processing autologon REGEDIT /S autologon.reg Echo Autologon completed successfully echo. pause EXIT Any help would be greatly appreaciated. Thanks in advanced -Scott
×
×
  • Create New...