senathon Posted September 18, 2012 Posted September 18, 2012 I have search in several forums and this may be beating an old horse, but I have not found a clear way of installing applicaitons with Windows 7 unattend.xml. I am doing this with a USB drive.I hear a lot of first logon and setupcomplete.cmd. None of these has really worked for me.One of the applications I want to install is firefox.Can someone please give me a clear example?
Tripredacus Posted September 19, 2012 Posted September 19, 2012 I hear a lot of first logon and setupcomplete.cmd. None of these has really worked for me.This is the typical way of doing it. How hasn't it worked?
MrJinje Posted September 19, 2012 Posted September 19, 2012 From SetupComplete.cmd - silent firefox install.C:\Install\myfirefoxinstaller.exe -msFrom unattend.xml <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Description>My Firefox Custom Description</Description> <Order>1</Order> <CommandLine>C:\Install\myfirefoxinstaller.exe -ms</CommandLine> </SynchronousCommand> </FirstLogonCommands>Notice how the "Command Line" is the same in both examples, that is why it is much easier to use setupcomplete.cmd. A command takes 7 lines from unattend.xml vs only one line in setupcomplete.cmd.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now