Re: My custom actions in the state restore phase are not working? Help

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



If this is a New Computer (bare metal) install you need to either set
MP and SiteCode in customsettings.ini (if you are using ZTI) or in a
script in the pre-install phase.

If you are using ZTI, add the OSDMP,OSDSITECODE variables to
OSDVariableKeys and set the values in the [Default]

OSDMP=SMSSERVERNAME:80
OSDSITECODE=XXX

If you are using plain vanilla OSD, create a vbscript with the
following info and add it to the preinstall phase

Set osd = CreateObject("OSD.Environment")
osd("OSDMP") = "SMSSERVERNAME:80"
osd("OSDSITECODE") = "XXX"



regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment


On Tue, 11 Oct 2005 17:59:02 -0700, "Chad Borsheim"
<ChadBorsheim@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>I have created a custom action in the state restore area for a OSD Cd
>deployment.
>OS I am using is Win XP SP2
>
>The action I want to run is to add a Domain group to the local admin group.
>The command I am using in the custom action is the following.
>c:\windows\systems32\net use localgroup administrators infosys /add
>
>I am also having trouble tracking down a error code in any of the log files
>located in the MININT folder. Where does the custom action commands get
>logged to.
>
>Also what is the correct way or preferred way to execute a dos command on
>the local pc through a sms package or etc...
>
>Thanks
>Chad Borshiem

.



Relevant Pages

  • Re: My custom actions in the state restore phase are not working?
    ... ZeroTouchInstall.vbs something fails at the "ZTI - validation phase", ... when my install via WinPE CD starts I get a series of pop-up messages ... >>I have created a custom action in the state restore area for a OSD Cd ... >>The command I am using in the custom action is the following. ...
    (microsoft.public.sms.tools)
  • Re: My custom actions in the state restore phase are not working?
    ... as the package is selected and a DP located, the ZTI script ... from this command line only with minimal impact. ... > only the server in which the ZTI folder exists. ... >>>I have created a custom action in the state restore area for a OSD Cd ...
    (microsoft.public.sms.tools)
  • Re: My custom actions in the state restore phase are not working?
    ... CustomSettings.ini file and pointing my Install CD to pick-up the ... Now I have a system fully automated for 2 of the 3 scenarios for te BDD ZTI ... SMS OSD integration.....I am currently working on prep work looking forward ... > from this command line only with minimal impact. ...
    (microsoft.public.sms.tools)
  • Re: OSD Logs
    ... OSDInstallWizard.log logs startup operations when doing a bare metal ... OSDShell.log launches the OSD Install Wizard ... If using ZTI you also have the ZTI Logs (copied to the \\server\logs ... Regarding batchfiles you can run them as a custom action either by ...
    (microsoft.public.sms.tools)
  • Re: Getting Public Properties set in the commandLine in the Custom Action
    ... I looked in the MSI file that VS generates in those circumstances - the bad ... news is that when you have a dialog like that, VS generates a custom action ... need one set of property names for your command line and another internally ... Definitive Guide to Windows Installer ...
    (microsoft.public.dotnet.framework.setup)