Jump to content

TastyNutz

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by TastyNutz

  1. D'oh! I found the culprit: OemSkipWelcome = 0 Should be 1 not 0.
  2. I created a slipstreamed, hotfixed, tweaked, unattended ISO and tested it several times with VirtualPC, and it works perfectly. I then created a RunOnceEx.cmd file and $OEM$ folders to install several apps. That also works great... except for 1 thing. When I use the ISO with my $OEM$ distribution, setup proceeds thru the copying of installation files and then Windows starts. After the "Please wait..." screen, setup stops and I get a screen saying something like, "Windows needs to gather some information..." I'm then given a 'Next' button. At first I thought I goofed up so I started again. I got it again, and decided to click next. The rest of setup continued unattended, and my apps installed as they should. But I don't want that interruption in my setup. I don't get it until I change to UnattendSwitch = Yes Any help would be appreciated. Thanks. My WINNT.SIF file: ; ; Generated by nLite 0.99.9 beta ; [Data] Autopartition = 0 FloppyLess = 1 MsDosInitiated = 0 UnattendedInstall = Yes AutomaticUpdates=yes [unattended] UnattendMode = FullUnattended UnattendSwitch = Yes OemPreinstall = Yes OemSkipEula = Yes FileSystem = * WaitForReboot = No NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 TargetPath = Windows Hibernation = No [Display] Xresolution = 1024 Yresolution = 768 BitsPerPel = 32 [GuiUnattended] AutoLogon = Yes AdminPassword = * TimeZone = 035 OEMSkipRegional = 1 OemSkipWelcome = 0 [shell] DefaultThemesOff = Yes DefaultStartPanelOff = Yes [Components] [userData] ProductKey = "xxxxx-xxxxx-xxxxx-xxxxx" ComputerName = * FullName = "user" OrgName = "Org" [RegionalSettings] Language = 0409 LanguageGroup=1 [Networking] InstallDefaultComponents=Yes [identification] DomainAdmin = Administrator DomainAdminPassword = "cacilpass" JoinDomain = "CACIL" [TapiLocation] CountryCode=1 Dialing=Tone AreaCode=517 LongDistanceAccess="9"
  3. I created a slipstreamed, hotfixed, tweaked, unattended ISO and tested it several times with VirtualPC, and it works perfectly. I then created a RunOnceEx.cmd file and $OEM$ folders to install several apps. That also works great... except for 1 thing. When I use the ISO with my $OEM$ distribution, setup proceeds thru the copying of installation files and then Windows starts. After the "Please wait..." screen, setup stops and I get a screen saying something like, "Windows needs to gather some information..." I'm then given a 'Next' button. At first I thought I goofed up so I started again. I got it again, and decided to click next. The rest of setup continued unattended, and my apps installed as they should. But I don't want that interruption in my setup. I don't get it until I change to UnattendSwitch = Yes Any help would be appreciated. Thanks. My WINNT.SIF file: ; ; Generated by nLite 0.99.9 beta ; [Data] Autopartition = 0 FloppyLess = 1 MsDosInitiated = 0 UnattendedInstall = Yes AutomaticUpdates=yes [unattended] UnattendMode = FullUnattended UnattendSwitch = Yes OemPreinstall = Yes OemSkipEula = Yes FileSystem = * WaitForReboot = No NoWaitAfterTextMode = 1 NoWaitAfterGUIMode = 1 TargetPath = Windows Hibernation = No [Display] Xresolution = 1024 Yresolution = 768 BitsPerPel = 32 [GuiUnattended] AutoLogon = Yes AdminPassword = * TimeZone = 035 OEMSkipRegional = 1 OemSkipWelcome = 0 [shell] DefaultThemesOff = Yes DefaultStartPanelOff = Yes [Components] [userData] ProductKey = "xxxxx-xxxxx-xxxxx-xxxxx" ComputerName = * FullName = "user" OrgName = "Org" [RegionalSettings] Language = 0409 LanguageGroup=1 [Networking] InstallDefaultComponents=Yes [identification] DomainAdmin = Administrator DomainAdminPassword = "cacilpass" JoinDomain = "CACIL" [TapiLocation] CountryCode=1 Dialing=Tone AreaCode=517 LongDistanceAccess="9"
×
×
  • Create New...