Re: How do a Lite Touch install with a WIM

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Bob Mac Neill (bobmn_at_microsoft.com)
Date: 01/19/05


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?



Relevant Pages

  • Re: [opensuse] Local cache of updates, installed programs in openSUSE
    ... don't have the same package config, I created a "Generic" openSuSE repository ... script to separate all the files by architecture and then upload to the server ... server instead of from the internet. ... but they are a hell of a lot slower to install. ...
    (SuSE)
  • Re: [opensuse] checkinstall and opensuse 11.2 - partial solution
    ... using a compilation of package poedit as an example. ... Making install in icons ... we run again the script. ... You can hack the script to comment it out. ...
    (SuSE)
  • removeltmodem
    ... apt-get it calls a script that failed. ... When I try to apt-get install ... stuff, it tries to remove this package first, and apt-get exits after ...
    (Debian-User)
  • Re: How do a Lite Touch install with a WIM
    ... Using OS Deployment Image Installation CD Wizard may work but I have not been ... > "Automatically choose the Operating System Package to install by running a ... > to select a script or program, ...
    (microsoft.public.sms.tools)
  • Errors applying kernel patch 118833-36
    ... install of Solaris 10 11/06. ... However, once the package list is done, I see a worrisome message: ... Below is the complete console output of the patch run. ... Changes for package SUNWnfsskr will not be applied to the system. ...
    (SunManagers)