Jump to content

Why does my winnt.sif dont work?


Recommended Posts

Hi...

I'm testing my firts unattended xp cd in the microsoft virtual pc...

But when i'm installing it he ask me my name,my company,my xp key,etc...

I put my winnt.sif in c:\xpcd\I386 with all keys,names,etc...

Can anyone tell me what i'm doing wrong???

:(

Link to comment
Share on other sites


;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=yes

TargetPath=\WINDOWS

UnattendedSwitch="yes"

[GuiUnattended]

AdminPassword=4dc5acb6f0c251fbaad3b435b51404eeab630a5388e4d1851464da5d43c4c188

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductKey=######################

FullName="Reserva"

OrgName="Teste"

ComputerName=Reserva12

[Display]

BitsPerPel=32

Xresolution=800

YResolution=600

[RegionalSettings]

LanguageGroup=14,1

SystemLocale=00000816

UserLocale=00000816

InputLocale=0816:00000816

[identification]

JoinDomain=Valpi

[Networking]

InstallDefaultComponents=Yes

[GuiRunOnce]

ECHO.

ECHO Installing Lavasoft Ad-Aware 6 Build 181

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdAware\aaw6181.exe /s

ECHO.

ECHO Installing Adobe Reader 6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_Full.exe -p"-s /v\"/qn\""

ECHO.

ECHO Installing OpenOffice

ECHO Please wait...

start /wait %systemdrive%\install\Applications\OpenOffice\Setup.exe /net

ECHO.

ECHO Installing VNC Viewer

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Vnc\vnc-3.3.7-x86_win32

:blushing:

Link to comment
Share on other sites

UnattendedSwitch="yes"

Should be

UnattendSwitch="yes"

Also under [GuiRunOnce]

all you should have is an entry giving the PATH to your batch file

e.g. %systemdrive%\Install\batch_file.cmd

The entries you have under [GuiRunOnce] should be actually in your batch_file.cmd file which should be placed inside the Install folder.

Quite a few very basic mistakes here - suggest you take more time reading and UNDERSTANDING the main site http://unattended.msfn.org/

Link to comment
Share on other sites

Did changing to winnt.sif Uppercase actually helped some of you to solve your problems?

I mean it is not the first time I heard this; maybe it has to do with the file system you are using for your CD because I always used winnt.sif in LowerCase (with CDIMAGE -j1 option) with many distributions without problem... Win2K french, WinXP SP1 french, WinXP SP2 french and english...

This matter should be clarified in the Official Guide

Link to comment
Share on other sites

Yes, I've heard this too, sometimes.

But I've never had that problem - I've always named it as "winnt.sif" in lower-case.

Maybe as IncroyableHulk says, it has to do with the file-system. I took one look at the recommended switches for CDIMAGE.exe in the guide, and decided it looked too unpredictable. I finally ended up using the cdimageGUI tool. And then learnt the correct switches from it (luckily it worked perfectly the first time, and I never bothered to change from the commands that worked).

Probably the guide can be updated to say, use the cdimageGUI - its far more newbie-proof.

Link to comment
Share on other sites

UnattendedSwitch="yes"

Should be

UnattendSwitch="yes"

Also under [GuiRunOnce]

all you should have is an entry giving the PATH to your batch file

e.g. %systemdrive%\Install\batch_file.cmd

The entries you have under [GuiRunOnce] should be actually in your batch_file.cmd file which should be placed inside the Install folder.

Quite a few very basic mistakes here - suggest you take more time reading and UNDERSTANDING the main site http://unattended.msfn.org/

Hi...

I done it...

Thanks to everyone...

DLF and prathapml thanks for the advice...you were wright...

:thumbup

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