Bezalel Posted November 7, 2005 Posted November 7, 2005 I am trying to create an unattended W2K setup with IE6 and .NET1.1 but it looks like my cmdlines.txt file is not being processed.Here is my i386\winnt.sif file:[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] OemSkipEula=Yes OemPreinstall=Yes Repartition=Yes UnattendMode=FullUnattended[GuiUnattended] AdminPassword=XXXXX OEMSkipRegional=1 OEMSkipWelcome=1 TimeZone=035[UserData] ComputerName=* FullName="XXXXX" OrgName="XXXXX"[Display] BitsPerPel=32 xResolution=1024 YResolution=768[Networking] InstallDefaultComponents=Yes[Identification] DomainAdmin=XXXXX DomainAdminPassword=XXXXX JoinDomain=XXXXXAnd here is my $OEM$\cmdlines.txt file:[COMMANDS]"%systemdrive%\installs\ie6sp1\ie6setup.exe /q:a /r:n""%systemdrive%\installs\dotnet\dotnet.bat"My $OEM$\$1\installs\dotnet\dotnet.bat is:%systemdrive%\installs\dotnet\dotnetfx.exe /q:a /c:"install /q"The files are copied correctly to my hard drive and I can install using the commandlines once Windows is installed.
Oleg_II Posted November 8, 2005 Posted November 8, 2005 When I was installing things through CMDLINES.TXT it looked like this:[COMMANDS]"appz.bat"APPZ.BAT's content was like this:start /wait %systemdrive%\installs\ie6sp1\ie6setup.exe /q:a /r:nstart /wait %systemdrive%\installs\dotnet\dotnetfx.exe /q:a /c:"install /qAPPZ.BAT was in $OEM$.IE6SETUP.EXE is in $OEM$\INSTALL\IE6SP1.DOTNETFX.EXE is in $OEM$\INSTALL\DOTNETFX.But later I started just slipstreaming IE into i386 folder and don't use CMDLINES.TXT anymore
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