Re: How do a Lite Touch install with a WIM
From: Bob Mac Neill (bobmn_at_microsoft.com)
Date: 01/19/05
- Next message: Michael Niehaus [MS]: "Re: How do a Lite Touch install with a WIM"
- Previous message: Bippen Bisht [MSFT]: "Re: Software Update Inventory Tool Failing"
- In reply to: Tim Wade: "How do a Lite Touch install with a WIM"
- Next in thread: Tim Wade: "Re: How do a Lite Touch install with a WIM"
- Reply: Tim Wade: "Re: How do a Lite Touch install with a WIM"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 16:19:21 -0800
Hi Tim,
You could use the OS Deployment Image Installation CD Wizard. This allows
you to select a script - which defines which OS Package to install from a
Distribution point. To create the CD open the wizard and select
"Automatically choose the Operating System Package to install by running a
custom program or script" and select "Allow installation from SMS
Distribution Points" then choose the OS Package. The next screen allows you
to select a script or program (see below), add any credentials needed to
read the script from it's network location and then complete the wizard.
The script would look similar to this sample:
Set objShell = WScript.CreateObject("Wscript.Shell")
objShell.run "osdenv.exe OSDNEWMACHINENAME=Computer1" - this is optional for
the computer name, you can remove it
objShell.run "osdenv.exe OSDINSTALLPACKAGE=SMS00001" - this is the OS
package ID you can view by selecting Image Packages in the SMS Admin UI
objShell.run "osdenv.exe OSDINSTALLPROGRAM=WindowsXPSp2" - this is the name
of the OS Program as entered by the user
objShell.run "osdenv.exe OSDINSTALLSILENT=1" - this option hides the UI. You
can remove it.
Hope this helps. If this doesn't address your issue please let me know.
Regards,
Bob
Bob Mac Neill | software test engineer | SMS | OSD FP
This posting is provided AS IS with no warranties and confers no rights.
"Tim Wade" <TimWade@discussions.microsoft.com> wrote in message
news:B2CA5543-CF81-479C-85EF-F1FD6D8AD0DD@microsoft.com...
>I would like to use a Windows PE CD with a WIM image in place of a Ghost or
> PowerQuest image in the Lite Touch install process. My problem is I don't
> know how to deploy the images using a VBScript on the WinPE CD. I looked
> over
> the ZeroTouchInstallation.vbs script and it looks like it can be done.
> But
> the ZeroTouchInstallation.vbs script has allotted more than I need for
> this
> project. I looked for some example but did not find any other than the
> ZeroTouchInstallation.vbs. I was hoping for something a little more
> straight
> forward to get me started. Can anyone help me out?
- Next message: Michael Niehaus [MS]: "Re: How do a Lite Touch install with a WIM"
- Previous message: Bippen Bisht [MSFT]: "Re: Software Update Inventory Tool Failing"
- In reply to: Tim Wade: "How do a Lite Touch install with a WIM"
- Next in thread: Tim Wade: "Re: How do a Lite Touch install with a WIM"
- Reply: Tim Wade: "Re: How do a Lite Touch install with a WIM"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|