Jump to content

Recommended Posts

Posted (edited)

Hi everyone

I'm trying to make my own xp.To start, i wanna do something very simple and improve it when my knowledges will be ready. But i've got a problem. Yu'll find a copy of my unattended txt and a pic of my cd. I didn't forgot to copy the unattended.txt and rename it as winnt.sf in I386 directory.

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

OemFilesPath="%SYSTEMDRIVE%\$OEM$"

UnattendSwitch=Yes

WaitForReboot=No

Hibernation=No

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=105

OemSkipWelcome=1

[userData]

ProductID="remove....lol"

FullName="Yestereven"

OrgName="Private"

ComputerName="Home"

[Display]

BitsPerPel=32

Xresolution=1280

YResolution=1024

AutoConfirm=1

[TapiLocation]

CountryCode=33

[branding]

BrandIEUsingUnattended=Yes

Home_Page=www.google.fr

Search_Page=www.google.fr

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=MSHOME

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[Params.Adapter1]

INFID=*

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=No

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=No

IPAddress=192.168.0.1

SubnetMask=255.255.255.0

DefaultGateway=192.168.0.254

DNSServerSearchOrder=212.27.53.252,212.27.54.252

WINS=No

NetBIOSOptions=0

Here is what my cd looks like

unattendedkk6.jpg

When i use VMWare to try my iso, it still asks me for a serial during setup and firfox doesn't install saying it can't find C:.......

Any help would be appreciate.

Edited by yestereven

Posted

Try removing the quotes around Productkey (not ProductID). Check out here for syntax

[userData]

ProductID="remove....lol"

to

[userData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

Firefox installer uses the -ms switch (Not /S switch).

Should look something like this:-

Start /wait "%systemdrive%\applications\firefox.exe" -ms

or try ready-made one

Just my observation, not verified.

Posted

Nope this doesn't change. When i mount my iso file in VMWare, I have a popup window from the soft asking me to enter a serial. I say no and run the iso file. But then i have to enter my serial during windows setup process, and at the end firfox does'nt install.......

Posted

Sorry to hear that. I don't use nlite, so not familiar with oem folder structure. I can't really help.

Just curious why firefox need to run via cmdlines.txt. Have u try running via svcpack. Unfortunately, I only know how to make it run via svcpack.inf in silent exe form. (not thru your batch script)

Hopefully, some nlite user can advice

Posted
I didn't forgot to copy the unattended.txt and rename it as winnt.sf in I386 directory.

Any help would be appreciate.

hi,

i thought the WINNT file had an extension of SIF (an "i" between S and F

??

B)

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