Jump to content

Recommended Posts

Posted

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=XXXXX

And 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.


Posted

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:n
start /wait %systemdrive%\installs\dotnet\dotnetfx.exe /q:a /c:"install /q

APPZ.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 ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...