bobthenob Posted December 28, 2008 Posted December 28, 2008 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 FireGeierhttp://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.exeive 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
MAVERICKS CHOICE Posted December 28, 2008 Posted December 28, 2008 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.
bobthenob Posted December 28, 2008 Author Posted December 28, 2008 thanbks for your reply ill check my xml: and my first logonwhat dose the blank text do ? cheers
bobthenob Posted December 30, 2008 Author Posted December 30, 2008 thanks i was using the wrong xml file , working on the file in the xml folder not the one in the root cheers
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now