I have created this .wim called MultiOs.Wim (3800 MB)
This has 4 OS in it
A) XP sp3 Sysprep sealed
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?
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.
Hi,
I have created this .wim called MultiOs.Wim (3800 MB)
This has 4 OS in it
A) XP sp3 Sysprep sealed
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