Thank you! I'm very example-oriented....sometimes all the explanation in the world doesn't click, but I see one example and it all falls into place. I'm really hoping to be able to try this out this week, and after I've done a couple I'll write a guide up for internal use here for sure. If it's possibly going to be helpful to anyone else I'm happy to share it for posting...
_______________ Allison Roth IT Support Computer Modelling Group Ltd. From: Doug [mailto:doug00...@gmail.com] Sent: Friday, April 30, 2010 8:00 PM To: unattended-info@lists.sourceforge.net Subject: Re: [Unattended] 64-bit OSs On Thu, Apr 29, 2010 at 5:08 PM, Allison Roth <allison.r...@cmgl.ca> 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 unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info