Jump to content

Unattended XP install w/ Novell and w/o Microsoft


Recommended Posts

I've been trying to make an unattended install of windows xp pro for work. We run on a novell network, so it would be much easier if we could install XP and novell at the same time. I've managed to get almost of all of it completed, but I have a few hanging points. I'm using Novell client 483, and its required that I remove Client for Microsoft Networks, QoS, and File and Printer Sharing. I used setupmgr.exe to build the .sif file for the unattended build. I selected that I wanted to use a custom network configuration and removed the client and services from the list. I then added IPX at 802.2 (which is required for the novell application launcher to work).

The section of winnt.sif looks like this:

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

MS_NWIPX=params.MS_NWIPX

[params.MS_TCPIP]

DNS=Yes

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

[params.MS_NWIPX]

VirtualNetworkNumber=00000000

AdapterSections=params.MS_NWIPX.Adapter1

[params.MS_NWIPX.Adapter1]

SpecificTo=Adapter1

PktType=0x2

So, you would imagine that this would install only the TCP and IPX protocols, as I requested it to ... no, not so much so. Once the XP system is installed, IPX is installed at 802.2, but all the default microsoft stuff is still installed. (MS Client, QoS, and Sharing)

I've been sitting here for hours trying to find a file for the network profile or some sort of registry setting that I could tweak in order to removed this network stuff. So far, I've come up with nothing. Any help that anyone would have would be appreciated.

Link to comment
Share on other sites

  • 5 weeks later...

Xeroh, not too sure what the problem is there. It should all be doable through the SIF

Jachin,

You need to do the following:

- Customise an unattended file with the NCIMAN utility provided in the admin folder of the client install

- Edit ACU.Ini. You need at least the following settings

[LaunchInstall]

Launch=Yes

[DisplayDialog]

Display=No

[unattendFile]

Use=Yes

File=location and name of your unattend.txt

Instead of using SetupNW.Exe to install, run ACU.Exe. It'll do a silent install without prompts.

Cheers, Dan.

Link to comment
Share on other sites

I've tried what you suggested but now get a prompt asking if i want to Install/Update. I've tried doing something like this C:\temp\English\WINNT\i386\acu.exe /U /D:No but I still get a prompt. I'd like to get this totally unattended so that i can deploy it via sms, any help would be greatly appreciated.

Link to comment
Share on other sites

I've noticed that if it doesn't find the unattended.txt, you'll get the install/upgrade message. Make sure the ini points to the full path, so if you're deploying to a temp location, reference that location and it should work.

Dan

Link to comment
Share on other sites

I use

setupnw.exe /ACU /U:settings.txt

and make sure that in the settings.txt file, there are the following entries

Under [NovellNetWareClientParameters]

!AcceptLicenseAgreement=YES

Under [setupNWInstallOptions]

!DisplayInitialScreen=NO

Edited by james2210
Link to comment
Share on other sites

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