Jump to content

WinXP Install: cdkey filled and editable?


Recommended Posts

Hello.

Is it possible to make unattend instalation of WinXP, where cd-key will be filled in and editable? I was make winnt.sif, but Instalation doesnt quet "eats" cdkey without asking.

My winnt.sif:

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

[Unattended]
UnattendMode=ProvideDefault
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS

[GuiUnattended]
EncryptedAdminPassword=NO
OEMSkipRegional=1

[UserData]
ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
FullName=""
OrgName=""

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

Link to comment
Share on other sites


If you look at the ref.chm under unattended there you find this:

ProvideDefault

Specifies default answers in the answer file. In this case, Setup displays these default answers to the end user, who can change them if they are not appropriate.

Use UnattendMode = ProvideDefault in preinstallation scenarios where the OEM or administrator wants to give the person setting up the computer the option to change the predefined default answers (especially network options).

So if you want it really unattended:

[Unattended]
   UnattendMode=FullUnattended

Is this what you meant?

Link to comment
Share on other sites

Thank tou for answer, but no i don't wont it fully unattended. I need to have posiblity change cd-key in instalation time (but cdkey must be filled), and then I use ProvideDefault. But Instalation doesn't ask me anything about cdkey when I use UnattendMode = ProvideDefault. Why?

P.S. Sorry for my English.

Link to comment
Share on other sites

I think i understand what you want done now.

same when u install windows xp from sony.

you want to install windows xp using the unattended method, but you want people to first enter

their own cd key, then automatically install everything else. is that right?

if you leave out the cdkey it should then ask you to enter a cdkey

before cont. the isntallation. Well that is what i did before.

even if you have

[Unattended]
  UnattendMode=FullUnattended

without the cdkey string... it will ask u for a key, it can't continue without a valid

key. :hello:

Link to comment
Share on other sites

I was rather thinking what he want to do is make an unattended cd where the cd-key is pre incerted but even tho it's filled in the installation stops and you have the possibility to incert another key if you want.

That way more than one person can use the cd and if you make it for a company the employees can take the cd home and install with their own keys.

I dunno if I am right with this assumption but that's how I read his post..:)

Sadly enought I can't help with this one, I've seen cd's like that but never done any of them my self..

Link to comment
Share on other sites

what about leaving off the last number? I assume it might go to the screen and stop on the error - of course w/o knowing the correct letter/number it wouldn't continue. And I assume that it will have what you've already put in from the sif file....

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