Author Topic: win xp auto insert  (Read 20294 times)

Anonymous

  • Guest
win xp auto insert
« Reply #40 on: March 04, 2002, 09:39:31 AM »
Make it so
ProductID=Serial Number
so it goes i have test it

Anonymous

  • Guest
win xp auto insert
« Reply #41 on: March 07, 2002, 03:38:39 PM »
Here is exactly how you do it.  This is my script and it works!

Such a beautiful thing! Everything worked peachy. I have no complaint with my script at all. Create a file called WINNT.SIF. Place it into the I386 directory.
____________Start Copy Here____________
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated=0
UnattendedInstall=Yes

[Unattended]
UnattendMode=ProvideDefault
OemSkipEula=Yes
OemPreinstall=No

[GuiUnattended]
EncryptedAdminPassword=NO
TimeZone=004

[UserData]
FullName=\"Vinnie\"
OrgName=\".\"
ComputerName=Mine
ProductID=\"DIDYO-UTHIN-KIDPO-STMYN-UMBER\"

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes
--------------End Copy Here--------------------------

For instructions on what they all mean, SupportToolsDeploy.cab on the Windows XP CD. Thanks to IR from Europe.  The file in the deploy.cab that you can reference is ref.chm. Have a nice day!

By the way, Did I say how beautiful it is????? http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />

michaelsteindel

  • Guest
win xp auto insert
« Reply #42 on: March 10, 2002, 01:26:42 AM »
http://support.microsoft.com/default.aspx?...b;en-us;Q314459
this page will explain in detail how to do an unattended install for XP and has a link for the same info re: W2K.

Anonymous

  • Guest
win xp auto insert
« Reply #43 on: March 11, 2002, 09:25:57 AM »
This one partitions the disk, and upon completion goes directly to the desktop, no welcome, no config, no registration.

enjoy, but remember, this is not legal for Customer distribution,  only test and corp distribution http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

CU

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

[Unattended]
UnattendMode=FullUnattended
NoWaitAfterTextMode=0
OemPreinstall=No
TargetPath=WINDOWS
OemSkipEula=Yes
Filesystem=LeaveAlone
Repartition=Yes
UnattendSwitch=Yes
WaitForReboot=No
ActivateProxy=Proxy
DriverSigningPolicy=ignore

[GuiUnattended]
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
AdminPassword=*
AutoLogon=Yes
AutoLogonCount=1
OemSkipWelcome=1

[UserData]
ProductID=AAAAA-BBBBB-CCCCC-DDDDD-EEEEE
FullName=\"Clark Kent\"
OrgName=\"Daily Planet\"
ComputerName=*

[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=512

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=http://www.windowsxp.nu/
Help_Page=http://www.intel.com
Search_Page=http://www.google.com

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[RegionalSettings]
LanguageGroup=1
Language=00000409

[SetupMgr]
ComputerName0=Supes
ComputerName1=Superman
ComputerName2=Snodgrass
ComputerName3=Spice
ComputerName4=Marvel

[FavoritesEx]
Title1=\"Microsoft Research.url\"
URL1=\"http://www.research.microsoft.com/\"
Title2=\"Cable Speed Test.url\"
URL2=\"http://bandwidthplace.com/speedtest/\"
Title3=\"links/ZD-NET.url\"
URL3=\"http://www.zdnet.com\"

[GuiRunOnce]
Command0=RunOne.exe
Command1=RunTWO.exe

;-----------------------------------------------------------------------------------

Anonymous

  • Guest
win xp auto insert
« Reply #44 on: March 21, 2002, 08:40:38 AM »
Yes, I have no problem.
Make sure the file name is : WINNT.SIF

The product ID is inserted in the [UserData] section as shown below:

[UserData]
    ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    FullName=\"Customer\"
    OrgName=\"ABC Company\"
    ComputerName=*

Anonymous

  • Guest
win xp auto insert
« Reply #45 on: March 24, 2002, 05:41:23 PM »
I have most of this working now (thank God for CDRWs). I do have one question though. How can I make the unattended setup reformat my first partition for a clean install?

I saw the command - Repartition = Yes , but that wipes out ALL partitions on the first disk. I want to reformat C: but keep D:. Is this possible?

If not, how can I reformat, or wipe clean, my C: drive for a reinstall? I used to do it from the XP setup, but now I am trying to use the unattended setup, so that\'s not an option. I can\'t reformat from within XP before the reinstall.

Anonymous

  • Guest
win xp auto insert
« Reply #46 on: February 18, 2003, 10:57:46 PM »
In also would like to format c: without touching any other partition during unattend is it possible

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #47 on: February 19, 2003, 12:24:22 PM »
Try this:
[Unattended]

Filesystem=ConvertNTFS   ;Specifies whether to convert the primary partition to NTFS or to leave it alone

Granted that you want to use NTFS; this should always format inorder to convert regardless if it is previously FAT or NTFS. Well give it a try. Let me know if it works.

cable23

  • Guest
win xp auto insert
« Reply #48 on: April 10, 2003, 04:42:02 PM »
I\'m trying to get the windows xp cd key to automatically insert every time I install......I\'ve tried practically every method you guys have listed and none of them work......Can someone please tell me a method that actually works? Thanks

Offline morpherex

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #49 on: April 11, 2003, 11:01:03 AM »
Boy, you shouldn't be using your moms computer LMAO.  They have already posted ways that DO WORK, your problyl just doing it wrong!

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #50 on: April 11, 2003, 11:21:58 AM »
[quote name=\'cable23\' date=\'Apr 10 2003, 03:42 PM\']I'm trying to get the windows xp cd key to automatically insert every time I install......I've tried practically every method you guys have listed and none of them work......Can someone please tell me a method that actually works? Thanks[/quote]
I've heard that on some installs, you have to change the data to this:

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx


That would be changing ProductID to ProductKey

Hope that helps,

- Jazkal

Offline morpherex

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #51 on: April 11, 2003, 02:26:03 PM »
Just put both variables as that LOL.  Doing this only takes common sense.

Offline cable23

  • stranger
  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #52 on: April 13, 2003, 12:55:34 AM »
Let me just make sure I understand what I need to do:
1. Copy contents of windows xp cd onto my hard drive
2. Open notepad and paste the following into it (replacing the x's for the product key):
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
3. Save it as \"unattend.txt\"
4. Replace the unattend.txt in the i386 directory with the one that was just created

Is that correct??

Offline cable23

  • stranger
  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #53 on: April 13, 2003, 02:44:47 PM »
anyone??

Offline morpherex

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #54 on: April 14, 2003, 12:07:44 PM »
You're hopless, don't try unless you know how to burn a cd...
They shown the ways, it's basicaly copy, paste, edit key, save, burn.

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #55 on: April 14, 2003, 12:42:50 PM »
[quote name=\'cable23\' date=\'Apr 12 2003, 11:55 PM\']4. Replace the unattend.txt in the i386 directory with the one that was just created[/quote]
 You need to rename the file to winnt.sif

It will not work if the file is named unattend.txt

- Jazkal

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #56 on: April 14, 2003, 12:51:01 PM »
[quote name=\'morpherex\' date=\'Apr 14 2003, 11:07 AM\']You're hopless, don't try unless you know how to burn a cd...
They shown the ways, it's basicaly copy, paste, edit key, save, burn.[/quote]
After seeing some of your posts, I thought you were having a bad day. But then I looked up all your posts.

You haven't said anything at all that's constructive. Why do you have to belittle everyone on the forum, when they are just trying to learn?

Didn't your mom ever teach you?
 \"If you can't think of something nice to say, don't say anything.\"

- Jazkal
« Last Edit: April 14, 2003, 12:55:33 PM by Jazkal2 »

Offline cable23

  • stranger
  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #57 on: April 14, 2003, 04:36:40 PM »
Thanks for the reply Jazkal2.....I tried what you said, but it didn't work.......I'm running Windows XP Professional w/ SP1 and here is *exactly* what I did:

1. Created a folder on my desktop named \"Windows XP\"
2. Copied the contents of my windows xp cd into that folder
3. Opened notepad
4. Pasted the following into notepad:
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
5. Replaced the x's with my windows xp cd key
6. Saved the file as a text document to my desktop and named it \"unattend\"
7. Double-clicked the \"My Computer\" icon on my desktop, clicked on tools>>folder options>>view and then unchecked the box that said \"hide extensions for known filetypes\"
8. Then I clicked \"apply\" and then I clicked \"OK\"
9. I renamed \"unattend.txt\" to \"winnt.sif\"
10. I right-clicked winnt.sif and select \"cut\"
11. I double-clicked on the Windows XP folder on my desktop and then double-clicked the i386 folder
12. I pasted winnt.sif into that directory
13. I went back to the root of the windows xp folder on my desktop and double-clicked setup.exe
14. I clicked \"Install Windows XP\"
15. I selected \"Upgrade (Recommended)\" as the installation type and then clicked Next
16. I selected \"I accept this agreement\" and clicked Next
17. The next screen of the Windows XP installation was the product key screen, and the boxes where you are supposed to enter the product key were left empty http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/sad.gif\' class=\'bbc_emoticon\' alt=\':(\' />

What did I do wrong?
« Last Edit: April 14, 2003, 04:39:41 PM by cable23 »

Offline morpherex

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #58 on: April 15, 2003, 01:59:44 AM »
[quote name=\'Jazkal2\' date=\'Apr 14 2003, 11:51 AM\'][quote name=\'morpherex\' date=\'Apr 14 2003, 11:07 AM\'] You're hopless, don't try unless you know how to burn a cd...
They shown the ways, it's basicaly copy, paste, edit key, save, burn.[/quote]
After seeing some of your posts, I thought you were having a bad day. But then I looked up all your posts.

You haven't said anything at all that's constructive. Why do you have to belittle everyone on the forum, when they are just trying to learn?

Didn't your mom ever teach you?
 "If you can't think of something nice to say, don't say anything."

- Jazkal [/quote]
 Nice double post there, boy!

Offline Jazkal2

  • Jr. Member
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
win xp auto insert
« Reply #59 on: April 15, 2003, 04:42:39 PM »
cable23,

Go to your XP CD, and look in the support\tools folder for a file called deploy.cab

Use Winzip to extract it somewhere on your computer.

Go to the extracted files and run the \"setupmgr.exe\" file.

Go through the wizard and fill in the blanks. That will create an unattended file for you.

Then rename the generated unattend.txt file to winnt.sif

- Jazkal