Jump to content

winnt.sif wont get read


Recommended Posts

I am working on a unattended windows project... Here is my winnt.sif file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[shell]

CustomDefaultThemeFile = "%WinDir%\Resources\Themes\MyTheme.theme"

[GuiRunOnce]

"%systemdrive%\install\install.cmd"

[userData]

ProductKey="LUNAR-WINDO-WSFOR-X86MA-CHINE"

FullName="User"

OrgName=""

ComputerName=COMPUTERNAME

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.overclockerzone.net

[iEPopupBlocker]

BlockPopups=No

FilterLevel=Low

ShowInformationBar=Yes

[WindowsFirewall]

Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

[Components]

msmsgs=off

msnexplr=off

freecell=off

hearts=off

minesweeper=off

pinball=off

solitaire=off

spider=off

However, when I install it on virtual PC, It ignores the product key, and all the other things. How could I get this working?

Any help will be appriciated. thanks.

Link to comment
Share on other sites


First, put this file inside the I386 folder.

Then, check that the name/extension of the file really is "winnt.sif" (because sometimes it is possible to overlook that the file was mistakenly named "winnt.sif.txt" - if you saved it using notepad).

Link to comment
Share on other sites

When you are building computers with an unattended cd, even in Virtual PC, you need to put your WINNT.SIF file on a floppy disk.

Here's how I do it.

1) Either mount the .ISO for your build on the Virtual PC cd-rom or put the CD into your computer's cd-rom drive.

2) Turn on the Virtual machine you are creating.

3) When you see the "Setup is inspecting your computer's hardware...", insert the floppy disk into your computer's floppy drive.

I tried including in the i386 directory on my cd, and it did not work for me either.

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