Jump to content

Missing files after Unattended Setup


Recommended Posts

When installing Windows XP SP2 integrated with unattended setup CD some files were not copied to system32 folder.

For example: autoexec.nt, config.nt, irclass.dll, drivers\irbus.sys

maybe there are some files also

I have tried many ways even only making winnt.sif file with very few main answers.

When installing without winnt.sif there is no problem.

Anyone have such problem?

And how can i fix it?

Link to comment
Share on other sites


Normally they not needed and are not copied during setup except you running MS-DOS-based programs in Windows XP. Theres a way to automatically do this with an unattended setup by using same commands below in your runoncEX.cmd

Or either add them to the right pace in dosnet.inf to automatically add them...

http://support.microsoft.com/kb/314106

open RUN command and type where G:\ is your CD

expand -r G:\I386\Autoexec.nt_ %systemroot%\system32

expand -r G:\I386\Config.nt_ %systemroot%\system32

The others I don't know about

Edited by maxXPsoft
Link to comment
Share on other sites

I know what files are those. The others are for Infrared Devices.

The problem is that doing unattended setup don't copies some files that causes problems with some programs. In my case for example Infrared Devices.

Link to comment
Share on other sites

I see the irclass.dll in txtsetup.sif

irclass.dll is in my system32 folder.

but dont see the irbus except an irbus.in_ which is .inf file in the I386

Are you sure this irbus.sys is not a file added by something else perhaps?

By the way are you using something like nLIte to remove source files?

If you are then you need to go post there and let him know and maybe he can fix

By the Way i am looking at an I386 thats stripped of Useless Folders so it could have been in one of them but I don't see it mentioned in the important files that install everything.

Link to comment
Share on other sites

irbus.sys is in system32\drivers

Not on mine and I do see the irbus.sys in the SP2.cab

Don't know why its not copying over if its a necessary file for you. Something wrong there as in its not detecting whatever you have, perhaps an updated driver is needed? or something in your setup blocking it.

Link to comment
Share on other sites

[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
OemPreinstall=Yes
   TargetPath=\WINDOWS
UnattendSwitch=Yes
Repartition=No
FileSystem=*
WaitForReboot="No"
DriverSigningPolicy=Warn
AutoActivate=No
Hibernation=No

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=170
   OemSkipWelcome=1

[UserData]
   ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="Windows XP"
   OrgName="Microsoft"
   ComputerName=PC

Link to comment
Share on other sites

Thats ok some of us do that sometimes

I cannot see anything wrong with your winnt.sif

About the only suggestion I can see is change these things and try that, I am very curious to see if these things are interfering

Change the x in FullName and OrgName to something else

[userData]

FullName="xxxxxxxx"

OrgName="xxxxxxxx"

Also add this to end of file. These are default entries in it.

AreaCode= set to yours

[TapiLocation]

Dialing=Tone

AreaCode=xxx

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Those are only differences I see in your's and mine, I have a few more entries than you.

Also if you are just doing a plain install without the added things take a look here

http://maxxpsoft.com/files/xpinstall.php?

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