Jump to content


  • 0
npsinghnz

Help installing Multiple OS from a single DVD

Question

Hi,

 

I have created this .wim called MultiOs.Wim (3800 MB)

 

This has 4 OS in it

A) XP sp3 Sysprep sealed

B) XP sp3 Office 2007 Pdf reader Sysprep sealed

C) Win 2003 R2 Sysprep sealed

D) Win 2003 R2 Office 2007 Pdf reader Sysprep sealed

 

I was able to put four task sequences on a single DVD using MDT 2010 but now I am trying to use SCCM 2007 R2. I can put only single Task sequence on the stand alone DVD it seems.

 

I have now put four different "Apply OS sequence" in the same TS (each choosing different folder/section in the .wim) . Now is there an easy way where it will ask me a question like 1,2,3,4 and on that basis I can choose the OS that gets deployed?

 

 

My script is called getocode.vbs and is this

 

'==============================

Dim Oscode

 

Oscode=1

 

Oscode = InputBox ("Please enter" & (Chr(13) & Chr(10)) & "1 for 2k3 r2 Plain" & (Chr(13) & Chr(10)) & "2 for XP plain" & (Chr(13) & Chr(10)) & "3 2k3 apps" & (Chr(13) & Chr(10)) & "4 xp sp3 office" , "Image code","1" , 30,30)

 

wscript.echo "OS code chosen was: " & Oscode

'==============================

 

Where to keep this script? I am running it in a RUN COMMAND TS for now.

 

Documentation say to put it in

TSconfig.ini

[CustomHook]

CommandLine=”WScript.exe X:\getOscode.vbs”

 

But where does this ts.ini go?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.