BetaONE will rise again!


Reply
  #1  
Old 5th Jul 04, 10:44 AM
kernel's Avatar
kernel kernel is offline
Member
 
Join Date: Jul 2001
Posts: 91
kernel
hello, please need your advice

i just want to create a Windows-XP-CD with the 'winnt.sif' file in the folder i386, so i never have to entered in the future my Corp_Serial ...

is this the right one :

Quote:

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

[UserData]
    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

are there some statements missing or too much ...

thanks for your help in advance

have a nice day
kernel
Reply With Quote
  #2  
Old 5th Jul 04, 10:54 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Hi Kernel,

I attached a sample winnt.sif file.

Code:
;SetupMgrTag [Data]    AutoPartition=0    MsDosInitiated="0"    UnattendedInstall="Yes" [Unattended]    FileSystem=*    UnattendMode=FullUnattended    OemSkipEula=Yes    OemPreinstall=No    TargetPath=\WINDOWS
I suggest you to have AutoPartition=0 otherwise it will choose the drive and format without asking you -- possibility to loose your Data.

Have a look at this thread too.
http://www.betaone.net/index.php?showtopic...42&hl=winnt.sif

Also more advanced options:
http://unattended.msfn.org/

Cheers,
McoreD
Reply With Quote
  #3  
Old 5th Jul 04, 11:01 AM
kernel's Avatar
kernel kernel is offline
Member
 
Join Date: Jul 2001
Posts: 91
kernel
Thanks ~*McoreD*~ for your quick reply,

so is my example right ( except AutoPartition=0 ) or not ... can i skip over all not needed parameters ?

remember, the only thing what i want is ... to skip entering the serialnumber ...

have a nice day
kernel
Reply With Quote
  #4  
Old 5th Jul 04, 08:21 PM
kernel's Avatar
kernel kernel is offline
Member
 
Join Date: Jul 2001
Posts: 91
kernel
just tested it

this are the correct statements for skipping entering the serialnumber :

Quote:
;SetupMgrTag
[Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"

[UserData]
    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
have a nice day
kernel
Reply With Quote
  #5  
Old 6th Jul 04, 04:38 AM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Yes thats correct though I perfer:

Code:
;SetupMgrTag [Data]    AutoPartition=0    MsDosInitiated="0"    UnattendedInstall="Yes" [Unattended]    UnattendMode=FullUnattended    FileSystem=*    OemSkipEula=Yes    OemPreinstall=No    UnattendSwitch=yes    TargetPath=\WINNT    Repartition=No    WaitForReboot=No [GuiUnattended]    AdminPassword=    EncryptedAdminPassword=Yes    OEMSkipRegional=1    TimeZone=35    OemSkipWelcome=1    AutoLogon=Yes    AutoLogonCount=1 [UserData]    ProductID=    FullName="Will"    OrgName=""    ComputerName=* [Display]    BitsPerPel=32    Xresolution=1024    YResolution=768    Vrefresh=85 [TapiLocation]    CountryCode=1    AreaCode= [Identification]    JoinWorkgroup=WORKGROUP [Networking]    InstallDefaultComponents=Yes [Components]    msmsgs=off    msnexplr=off    zonegames=off [Shell]    CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Windows Classic.theme"    DefaultStartPanelOff = Yes    DefaultThemesOff = Yes
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #6  
Old 6th Jul 04, 05:08 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Interesting Will.

Can I also safely add
Code:
[Components]   msmsgs=off   msnexplr=off   zonegames=off
to my Winnt.sif or do I need further configuration?

Also, what is DefaultStartPanelOff = Yes ?

Thanks,
McoreD
Reply With Quote
  #7  
Old 7th Jul 04, 12:00 AM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Yes you can safely add that to yours.

DefaultStartPanelOff = Yes means to change to the normal start up menu. You know the normal win98/win2k start up menu instead of the new winxp one.

__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #8  
Old 7th Jul 04, 07:04 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Thanks Will.

One more thing please. I like to have Primary DNS suffix automatically added as well.



http://img39.exs.cx/img39/3711/dns-suffix.png

For example, in my case: the csse.uwa.edu.au part. The computer name should be automatically generated.

I added the following:

[Networking]
InstallDefaultComponents=Yes
DNSDomain=csse.uwa.edu.au

But it didn't seem to work. Much appreciated for guiding us on this.

Cheers,
McoreD
Reply With Quote
  #9  
Old 7th Jul 04, 03:27 PM
war59312 war59312 is offline
BetaONE Supporter
 
Join Date: Jul 2001
Location: U.S.A
Posts: 2,220
war59312 has disabled reputation
Send a message via ICQ to war59312 Send a message via AIM to war59312 Send a message via MSN to war59312 Send a message via Yahoo to war59312
Will get back to you on this but try this:

[params.MS_TCPIP]
DNS=Yes
UseDomainNameDevolution=No
EnableLMHosts=No
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
DNSDomain=csse.uwa.edu.au

Of course change the Adapter1 to correct Adapter.
__________________
Ad Muncher Usage Statistics for v4.7 Build 27105/1624
Adverts removed by Ad Muncher: 1,601,933
Approximate bandwidth saved: 12,515 MB
Counter started: April 2, 2003

Download: http://war59312.admuncher.com/download.shtml
Reply With Quote
  #10  
Old 28th Jul 04, 09:43 AM
~*McoreD*~'s Avatar
~*McoreD*~ ~*McoreD*~ is offline
Super Moderator
 
Join Date: Jul 2002
Location: Australia
Posts: 2,902
~*McoreD*~ is an unknown quantity at this point
Hi there, I managed to test the XP CD today but unfortunately the following winnt.sif file didn't add the DNS Suffix either.

Code:
;SetupMgrTag [Data] //removed [Unattended] //removed [GuiUnattended] //removed [UserData] //removed [TapiLocation] //removed [RegionalSettings] //removed [Identification]    JoinWorkgroup=BetaONE [Networking]    InstallDefaultComponents=No [Components]    msmsgs=off    msnexplr=off    zonegames=off    iis_www=On [NetAdapters]    Adapter1=params.Adapter1 [NetClients]    MS_MSClient=params.MS_MSClient [NetServices]    MS_SERVER=params.MS_SERVER [NetProtocols]    MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP]    DNS=Yes    UseDomainNameDevolution=No    EnableLMHosts=Yes    AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1]    SpecificTo=Adapter1    DHCP=Yes    WINS=No    NetBIOSOptions=0    DNSDomain=csse.uwa.edu.au
Thanks,
McoreD
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:34 PM.


Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.