On Thu, Apr 29, 2010 at 5:08 PM, Allison Roth <[email protected]> wrote:

>  Okay, I’ve been poking through and I have down making a CD for an
> unattended installation of Windows itself.  I’m unclear on how to “trigger
> the unattended application deployment”, however.   Anyone have any
> guidance?  Is there anything written up on this in the wiki?  I can’t find
> anything if there is…  I’d be happy to try to write something up once I get
> this figured out.
>

I have something like this:

<AutoLogon>
  <Password>
    <Value>some big hash string</Value>
    <PlainText>false</PlainText>
    </Password>
     <Username>Administrator</Username>
   <Enabled>true</Enabled>
   <LogonCount>5</LogonCount>
   <Domain></Domain>
</AutoLogon>
<FirstLogonCommands>
  <SynchronousCommand wcm:action="add">
     <Order>1</Order>
     <Description>Running appsonly</Description>
     <CommandLine>cmd /C start /wait net use Z:
\\ntinstall\install</CommandLine>
  </SynchronousCommand>
  <SynchronousCommand wcm:action="add">
     <Order>2</Order>
     <Description>Running appsonly</Description>
     <CommandLine>cmd /C start /wait
\\ntinstall\install\bin\appsonly.bat</CommandLine>
  </SynchronousCommand>
</FirstLogonCommands>

in my Autounattend.xml which auto logs in as the local administrator, mounts
the Z: drive, then runs appsonly.  I also set a password for the local
administrator account.

Doug
------------------------------------------------------------------------------
_______________________________________________
unattended-info mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to