Re: My custom actions in the state restore phase are not working? Help
- From: Johan Arwidmark <anonymous@xxxxxxxxxxxxxx>
- Date: Thu, 13 Oct 2005 01:01:48 +0200
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
.
- Follow-Ups:
- Re: My custom actions in the state restore phase are not working?
- From: edthefixer@gmail.com
- Re: My custom actions in the state restore phase are not working?
- From: Chad Borsheim
- Re: My custom actions in the state restore phase are not working?
- Prev by Date: Re: OSD FP with RIS
- Next by Date: Re: My custom actions in the state restore phase are not working?
- Previous by thread: Re: My custom actions in the state restore phase are not working?
- Next by thread: Re: My custom actions in the state restore phase are not working?
- Index(es):
Relevant Pages
|