Jump to content

A few issues..


Recommended Posts

Hey guys.. my first attempt of making an unattended xp and its gone wrong!

My issues are..

1.) the $OEM$\$1 folder with my applications in doesnt get copied over!

2.) the unattended wizard i made doesnt work! it still asks all the **** questions

I think my issue is my winnt.sif file. Am i correct by putting it in the CD root? (i.e G:\)

Below is a copy of my sif:

;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
OemPnPDriversPath="drivers01_sound;drivers02_webcam;drivers03_tv;drivers04_motherboard"
KeyboardLayout="United Kingdom"

[GuiUnattended]
AdminPassword=****
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1

[UserData]
ProductKey=****
FullName="Andy Taylor"
OrgName=""
ComputerName=CHERRY-FU

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809

[Identification]
JoinWorkgroup=MSHOME

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
solitaire=off
spider=off
zonegames=off

[GuiRunOnce]
%systemdrive%\install\auto.cmd

Link to comment
Share on other sites


Not sure, but one thing you could try instead of what you have in this section of your WinNT.sif file:

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

(Notice no quotes)

Not sure it will have any effect on coping those files but......

Wait, just Saw something that looks more like it.....

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
DriverSigningPolicy=Ignore
OemPnPDriversPath="drivers01_sound;drivers02_webcam;drivers03_tv;drivers04_motherboard"
KeyboardLayout="United Kingdom"

Info I got on OemPreinstall:

Yes = Setup copies the subfolders and files contained in the \platform\$oem$ folder.

No = Setup does not copy these files

Tha't all I can see maybe - anyone else?

Link to comment
Share on other sites

$oem$\$1 is only for the OemPnpDriversPath

if you want to copy applications i'd recommend making

$oem$\c\applications

this will copy a folder named applications to your C drive.

or if you want it on d

$oem$\d\applications

And yes the OEMPreinstall=YES has to be defined in Winnt.sif for the $oem$ folder to be copied

Hope this helps

-Henk

Edited by Henkes
Link to comment
Share on other sites

Hmm strange indeed...

I use the $oem$\c in combination with a unattended installation script from Windows PE and it works for me...

EDIT: This installation is a Win2k3 Server installation...

Maybe it's internal workings is slightly different from the $oem$ with windows XP.

I also noticed that on RIS I also have a $oem$\$1\Software map, which is also copied to C:\software when I use RIS to install a machine with Windows XP

So I guess it's the difference between Win2k3 and WinXP unattended installs

Sorry for confusing you :blushing:

Try to set OEMPreInstall=YES and see what happens.

-Henk

Edited by Henkes
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...