Jump to content

Can you skip the product key input on install?


Recommended Posts

I want to make a "generic" install disc that I can use for a number of different PCs. This means that the product key for each one is obviously going to be different. If I do not put a key in the answer file, will it only prompt me for the key on install? Or will it break the whole un-attended setup?

PS--- You guys are the best... I am a new member here and the amout of useful stuff on this website is mind blowing :thumbup

I am trying an unattended right now without a product key entered.... I will post how it goes. But I do appreciate input until then. God bless VM-Ware.

Edited by hinkdad
Link to comment
Share on other sites


Should be possible by setting "UnattendMode" to "DefaultHide". From the Preinstallation Reference:

DefaultHide

Specifies that answers in the answer file are defaults. Unlike UnattendMode = ProvideDefault, Setup does not display the user interface to end users if you specify in the answer file all the answers relating to a particular Setup page. If you specify only subsets of the answers on a page, the page appears with the provided answers. The end user can modify any of the answers on the displayed page.

Edit: hmm, just spotted the following in the reference:

Important

You must always specify a value for the ProductKey entry.

You may be out of luck after all :(

Edited by Ctrl-X
Link to comment
Share on other sites

Below is my answer file..... when I installed this is what happened. Everything worked fine until it got to the product key portion. The setup gave me an error message stating that the information provided was not correct or somthing to that effect. I simply clicked "OK" and typed in a valid key, then clicked "Next" and the unattended install continued and completed. This is as close to I want as I think Im going to get. Unless you think the other way will not ask for a key until windows boots up... which is what i really want. This way I could start the install go stand on my head for 36min and come back and the desktop is up asking me to activate windows.

;SetupMgrTag

[Data]AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="yes"

WaitForReboot="No"

DriverSigningPolicy=Ignore

[GuiUnattended]

AdminPassword="*********"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[userData]

ProductKey=""

FullName="Owner"

OrgName=""

ComputerName=OwnersPC

[TapiLocation]

AreaCode=217

[branding]

BrandIEUsingUnattended=Yes

Home_Page=www.goetc.net

Search_Page=www.google.com

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=WORKGROUP

[Components]

msmsgs=off

[Networking]

InstallDefaultComponents=Yes

[GuiRunOnce]

%systemdrive%\install\start.cmd

Edited by hinkdad
Link to comment
Share on other sites

  • 2 weeks later...
Actually you should use one of the public generic keys listed at http://www.microsoft.com/technet/prodtechn...depl.mspx#EWFAC.

I was just about to post the same link!

I remember seeing a page on the microsoft webpage were they showed a vbscript to gracefully change the product key... anyone seen it or use it? I can't find it anymore

*** EDIT *** Nevermind, I found it and it doesn't work with OEM keys, only VLK

Edited by Incroyable HULK
Link to comment
Share on other sites

  • 4 weeks later...

Here's another thought. How about being able to input several product keys and selecting which one to use at the start of the install?

Basically, I have 5 different product keys for XP Pro, and 5 different computers that I would like to make an unattended install disc for. Obviously, I would like to only have 1 install disc. My prefered method would be to be able to select which key to use when I start the installation, but from what I have read so far, it seems like my best bet would be to use one of the generic public keys for the install disc, then change it after XP boots.

Does anyone else have the need to input multiple product keys? and know how to do it?

Thanks

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