Jump to content

Recommended Posts

Posted

hi thaks for a great forum

ive made sevaral win xp unattened dvds.

But im finding vista quite a challange ive been following the really hepfull post by FireGeier

http://www.msfn.org/board/index.php?showtopic=95462 thanks

I can get vista to install so thanks for that.

But i cant get any apps to install, ive made a install folder in the root of my dvd Install/Firefox/Firefox3.0.exe

ive made a AppsRoot.txt ( should i have any thing in this text file, the guide dosnt saywhat should be in this file)

ive added a RunSynchronous/RunSynchronousCommand[Order=1] ;

cmd /c %AppsRoot%\Install\Firefox\Firefox3.0.exe -ms -ira;

and ;

%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot;

cheers any help would be apreceated bob


Posted

The text file should be blank.

You need this in your xml:

- <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

- <RunSynchronous>

- <RunSynchronousCommand wcm:action="add">

<Order>1</Order>

<Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i:\ -m"</Path>

<Description>Path</Description>

</RunSynchronousCommand>

- <RunSynchronousCommand wcm:action="add">

Your first logon command should be something similar to the following:

FirstLogonCommands>

- <SynchronousCommand wcm:action="add">

<CommandLine>%AppsRoot%Install\Firefox\Firefox3.0.exe -ms -ira</CommandLine>

<Description>Firefox</Description>

<Order>01</Order>

</SynchronousCommand>

Can't help with the sysprep.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...