IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
8 Pages V  < 1 2 3 4 5 > »   
Reply to this topicStart new topic
> [How To] Multi-boot DVD Guide, Updated and with cool features
Pliek
post Jan 11 2007, 03:20 AM
Post #41


Member
**

Group: Members
Posts: 143
Joined: 7-February 06
Member No.: 87234
Country Flag


nice andregcasal I will test soon and hope if anything doesn't work for your help.
Have been looking here before (several months ago)...thought this subject was dead...but no.
nice.
Go to the top of the page
 
+Quote Post
OzOne
post Jan 11 2007, 05:27 AM
Post #42





Group: Members
Posts: 6
Joined: 7-January 07
Member No.: 120751
Country Flag


Nice guide, big thx

This post has been edited by OzOne: Jan 11 2007, 10:52 AM
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 11 2007, 07:37 AM
Post #43


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


TheExterminator let me explain smile.gif
All extensions that end in *.in_ are compressed files. These files can be uncompressed with WinRar and the *.inf file within is the one you want smile.gif
You can open *.inf files are simple text files, so you can open them with Notepad.

Now there may or may not be *.in_ files in your installation source. If there's only *.inf files, then you don't have to uncompress anything, easyer newwink.gif
I hope I answered your question smile.gif

Pliek, i'll be here if you need me newwink.gif

This post has been edited by andregcasal: Jan 14 2007, 06:21 PM
Go to the top of the page
 
+Quote Post
TheExterminator
post Jan 11 2007, 10:34 AM
Post #44


Newbie


Group: Members
Posts: 31
Joined: 7-January 07
From: Denmark
Member No.: 120778
Country Flag


Okay, But when i paste this in
CODE
[SetupData]
CatalogSubDir="\i386"
[SetupHotfixesToRun]
CMD\RunOnce.cmd


I will Chance my CatalogSubDir="\i386\svcpack"

And it will not work.

QUOTE (andregcasal @ Jan 11 2007, 02:37 PM) *
TheExterminator let me explain smile.gif
All extensions that end in *.in_ are compressed files. These files can be uncompressed with WinRar and the *.inf file within is the one you want smile.gif
You can open *.inf files are simple text files, so you can open them with Notepad.

Now there may or may not be *.in_ files in your installation source. If there's only *.inf files, then you don't have to uncompress anything, easyer newwink.gif
I hope I answered your question smile.gif


This post has been edited by TheExterminator: Jan 11 2007, 10:35 AM
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 11 2007, 04:20 PM
Post #45


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Oh yes, i believe i understand your question now. If you change CatalogSubDir="\i386\svcpack" to CatalogSubDir="\i386" just edit your svcpack.inf from
CODE
[SetupData]
CatalogSubDir="\I386\svcpack"

[ProductCatalogsToInstall]
KB873339.cat

to
CODE
[SetupData]
CatalogSubDir="\I386"

[ProductCatalogsToInstall]
svcpack\KB873339.cat
For example smile.gif

This post has been edited by andregcasal: Jan 11 2007, 04:20 PM
Go to the top of the page
 
+Quote Post
TheExterminator
post Jan 11 2007, 05:40 PM
Post #46


Newbie


Group: Members
Posts: 31
Joined: 7-January 07
From: Denmark
Member No.: 120778
Country Flag


Thanks alot, why the hell i dont think on this.

Thanks alot again, and again and for the great guide you have made.

I have made a .cmd file where it download all update from microsoft, will you have it. ??

QUOTE (andregcasal @ Jan 11 2007, 11:20 PM) *
Oh yes, i believe i understand your question now. If you change CatalogSubDir="\i386\svcpack" to CatalogSubDir="\i386" just edit your svcpack.inf from
CODE
[SetupData]
CatalogSubDir="\I386\svcpack"

[ProductCatalogsToInstall]
KB873339.cat

to
CODE
[SetupData]
CatalogSubDir="\I386"

[ProductCatalogsToInstall]
svcpack\KB873339.cat
For example smile.gif
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 11 2007, 05:43 PM
Post #47


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Welcome biggrin.gif

What you mean by all updates? Service packs or hotfixes? Does your .cmd file checks the installations source to determine which updates it needs?
Go to the top of the page
 
+Quote Post
TheExterminator
post Jan 12 2007, 12:34 AM
Post #48


Newbie


Group: Members
Posts: 31
Joined: 7-January 07
From: Denmark
Member No.: 120778
Country Flag


Is hotfixes. The file download it to you computer and install it with you xp cd

QUOTE (andregcasal @ Jan 12 2007, 12:43 AM) *
Welcome biggrin.gif

What you mean by all updates? Service packs or hotfixes? Does your .cmd file checks the installations source to determine which updates it needs?
Go to the top of the page
 
+Quote Post
Black Wolf
post Jan 12 2007, 02:49 AM
Post #49


Newbie


Group: Banned
Posts: 25
Joined: 9-January 07
Member No.: 121038
Country Flag


Thanks for the amazing valuable information guys
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 12 2007, 06:26 AM
Post #50


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Well, i would appreciate if you could post this to us smile.gif And i would post it in the guide too smile.gif
Glad to help Black Wolf smile.gif
Go to the top of the page
 
+Quote Post
TheExterminator
post Jan 13 2007, 04:25 PM
Post #51


Newbie


Group: Members
Posts: 31
Joined: 7-January 07
From: Denmark
Member No.: 120778
Country Flag


OKay, Here A The Long Code To The .cmd File

QUOTE (andregcasal @ Jan 12 2007, 01:26 PM) *
Well, i would appreciate if you could post this to us smile.gif And i would post it in the guide too smile.gif
Glad to help Black Wolf smile.gif

Attached File(s)
Attached File  xpsp2.cmd ( 25.88K ) Number of downloads: 63
 
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 13 2007, 05:28 PM
Post #52


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Actually amazing, with "for" cycles and everything tongue.gif It could be very useful biggrin.gif Although RyanVM has that covered newwink.gif

This post has been edited by andregcasal: Jan 13 2007, 11:02 PM
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 14 2007, 11:36 AM
Post #53


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Updated ph34r.gif New exciting improvement thumbup.gif
Go to the top of the page
 
+Quote Post
OzOne
post Jan 15 2007, 01:45 PM
Post #54





Group: Members
Posts: 6
Joined: 7-January 07
Member No.: 120751
Country Flag


It's possible to add RyanVM Update Pack with your method ?
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 15 2007, 02:53 PM
Post #55


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Absolutely smile.gif In fact i was thinking of adding that method to the guide. It doesn't have directly to do with multi boot, but it sure should help.

This post has been edited by andregcasal: Jan 15 2007, 02:53 PM
Go to the top of the page
 
+Quote Post
OzOne
post Jan 15 2007, 05:56 PM
Post #56





Group: Members
Posts: 6
Joined: 7-January 07
Member No.: 120751
Country Flag


I added the ryan updatepack and after Windows copied files I have this error:

Attached File  error2.JPG ( 8.32K ) Number of downloads: 9


I added too: IE7 with nlite + Directx 9 + Codec Pack + Java 6 And WMP 11.

This post has been edited by OzOne: Jan 15 2007, 06:00 PM
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 16 2007, 05:47 AM
Post #57


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Keep in mind that the the RyanVM update pack is the first thing you should do to your source. Use before anything else.

If that's not the case, then it seems you have some bad reference to a drive that isn't there. Don't know exactly what it is, but I'd say some of you CMD files (if you have some) has a reference to something other than C:\ (or the drive you'r installing to).
Not exactly sure, but take a look at your CMD files and check for errors. Hope it helps
Go to the top of the page
 
+Quote Post
OzOne
post Jan 16 2007, 11:40 AM
Post #58





Group: Members
Posts: 6
Joined: 7-January 07
Member No.: 120751
Country Flag


I have just added ryan update pack and modify my svcpack.inf: now it's work smile.gif Thx
Go to the top of the page
 
+Quote Post
dunkie12
post Jan 16 2007, 10:23 PM
Post #59


Newbie


Group: Members
Posts: 17
Joined: 15-January 07
Member No.: 121874
Country Flag


Hi guys. I'm using this guide to streamline our SOE Build process and hopefully save our Field Service agents some time when rebuilding machines from scratch. I've been able to use these instructions to make a dual boot CD, which creates 2 different versions of our Windows XP CD by duplicating the source files for different installations. My unattend answer file uses the runonceex method to install our applications, and as such I'm unsure if it's really compatible with the instructions. I'd rather use the same DVD to build all four versions of our SOE, as they are all windows XP service pack 2 based. I've attempted to make setup call the correct batch file to make the registry entries in runonceex by using the .TAG file method, in order to differentiate between each SOE version.
The issue I'm having, is I've followed the instructions for creating the TAG file, however setup isn't creating the file at all.

My winnt.sif file is as follows:

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

[Unattended]
    DetachedProgram="cmd.exe /c @ECHO something>%SystemDrive%\DTPR.TAG"
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    UnattendSwitch="Yes"
    ResetSourcePath=e:\i386
    TargetPath=\WINDOWS
    Repartition=No
    WaitForReboot="No"
    OemPnPDriversPath="Drivers"
    DriverSigningPolicy=Ignore
    FileSystem=*

    

[GuiUnattended]
    AdminPassword=adminpassword
    EncryptedAdminPassword=no
    OEMSkipRegional=1
    TimeZone=255
    OemSkipWelcome=1
    AutoLogonCount=2

[UserData]
    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    FullName="company"
    OrgName="company"
    ComputerName=*

[RegionalSettings]
    LanguageGroup=1
    SystemLocale=00000c09
    UserLocale=00000c09
    InputLocale=0c09:00000409

[Identification]

[Networking]
    InstallDefaultComponents=Yes

[Shell]
    DefaultStartPanelOff = Yes

[Components]
    AccessOpt = on        ; accessibility wizard
    Calc = on            ; calculator
    CertSrv = on        ; certificate services compontents of the certificate server
    CertSrv_Client = on        ; web client components of the certificate server
    CertSrv_Server = on        ; server components of the certificate server
    CharMap = on        ; enables insertion of symbols and characters into documents
    Chat = off            ; chat client
    Clipbook = on        ; clipboard viewer
    Complusnetwork = on        ; COM+ network access
    DeskPaper = off        ; desktop wallpaper
    Dialer = on            ; phone dialer
    Dtcnetwork = on        ; DTC network access
    Fax = on            ; Fax components
    fp_extensions = on        ; Front Pager Extensions
    fp_vdir_deploy = on        ; Visual Interdev RAD remote deployment    
    freecell = off        ; freecell game
    hearts = off        ; hearts game
    hypertrm = on        ; hyperterm
    IEAccess = on        ; installs visible entry points (shortcuts) for IE
    IEHardenAdmin = off        ; harden IE for administrators, power users
    IEHardenUser = off        ; harden IE for users
    Iis_Common = off        ; common set of files needed by internet information services
    Iis_Ftp = off        ; ftp service
    Iis_Htmla = off        ; html based administration tools for iis
    Iis_Inetmgr = off        ; microsoft management console based administration tools for iis
    iis_nntp = off        ; NNTP server.
    iis_nntp_docs = off     ; NNTP server docs.
    iis_pwmgr = off        ; personal web manager, valid only for w2k professional
    iis_smtp = off        ; SMTP server.
    iis_smtp_docs = off        ; SMTP server docs.
    iis_www = off        ; www service
    iis_www_vdir_printers = off    ; Web printing components
    iis_www_vdir_terminalService = off; Installs terminal Services Active X control into the virtual directory
    IisDbg = on            ; script debugger
    indexsrv_system = off    ; indexing services, requires iis_common, iis_inetmgr, iis_www and com = on
    inetprint = on        ; internet printing, requires iis_common, iis_inetmgr, and iis_www
    LicenseServer = off        ; Disable Terminal Services licensing.
    media_clips = off        ; Sample Sounds
    Media_Utopia = off        ; utopia sound scheme
    minesweeper = off        ; game
    mousepoint = off        ; mouse pointers
    Mplay = on            ; Windows media player
    msmq_ADIntegrated = off    ; Integrates MSMQ into AD
    msmq_Core = off        ; MSMQ core components
    msmq_HTTPSupport = off    ; Enables MSMQ to use HTTP
    msmq_LocalStorage = off    ; Allows messages to be stored locally
    msmq_MQDSService = off    ; Provides AD and site recognition
    msmq_RoutingSupport = off    ; Provides MSMQ routing
    msmq_TriggerService = off    ; associates message arrival with com objects
    msnexplr = off        ; Installs MSN Explorer
    msmsgs = off        ; Disables Windows Messenger
    MsWordPad = on        ; Word Pad
    NetCis = on            ; microsoft com internet services, requires iis_common, iis_inetmgr, iis_www and com = on
    NetOc = on            ; additional optional networking components, requires [NetOptionalComponents] section
    ObjectPkg = on        ; object packager
    OEAccess = off        ; hide Outlook Express icons
    Paint = on            ; MS Paint
    pinball = off        ; game
    rec = on            ; sound recorder
    reminst = off        ; remote installation services
    rootautoupdate = on        ; OCM update root certificates
    RStorage = off        ; remote storage services enable the use of tape libraries as extensions of ntfs volumes
    solitaire = off        ; Solitaire game
    spider = off        ; spider game
    Templates = on        ; document templates
    TerminalServer = off    ; Installs Terminal Services on SERVERs only
    TsClients = off        ; if TsEnable = On then tsClient files for creating client disks, appx 10MB
    TsWebClient = on        ; Installs the ActiveX component for terminal services. requires IIS
    vol = on            ; volume control
    wmaccess = off        ; show Windows Messenger shortcuts
    wmPOCM = off        ; show Windows Media Player shortcuts
    Wms = off            ; windows media technologies components
    Wms_Admin_asp = off        ; windows media technologies server administration tools web components
    wms_admin_mmc=off        ; Windows Media MMC snap in
    Wms_Server = off        ; windows media technologies server, requires Wms_Admin
    zonegames = off        ; Installs MS Game Zone internet games


[NetOptionalComponents]
    LPDSVC = 1

[IEPopupBlocker]
    BlockPopups=No


I know setup is calling the winnt.sif file to do the Windows installation, as setup does not ask me any questions - and all the options are configured correctly in the operating system after installation, however setup is still not creating the .TAG file as required. The winnt.sif file is being placed in the PRO1 folder as suggested... Any suggestions?

This post has been edited by dunkie12: Jan 16 2007, 10:27 PM
Go to the top of the page
 
+Quote Post
andregcasal
post Jan 17 2007, 07:48 PM
Post #60


André Guimarães Casal
**

Group: Members
Posts: 181
Joined: 25-November 05
From: Aveiro
Member No.: 80771
Country Flag


Hello dunkie12 welcome.gif
The problem is very simple... You have DetachedProgram="cmd.exe /c @ECHO something>%SystemDrive%\DTPR.TAG" instead of DetachedProgram="%SystemRoot%\System32\cmd.exe /c @ECHO something>%SystemDrive%\XPPRO.TAG". Hope it helps newwink.gif

This post has been edited by andregcasal: Jan 17 2007, 07:49 PM
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

8 Pages V  < 1 2 3 4 5 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 02:53 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy