September 18, 201213 yr 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?
September 19, 201213 yr 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?
September 19, 201213 yr 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.
Create an account or sign in to comment