Jump to content

Installing Applications with Unattend.xml


Recommended Posts

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?

Link to comment
Share on other sites


From SetupComplete.cmd - silent firefox install.

C:\Install\myfirefoxinstaller.exe -ms

From 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.

Link to comment
Share on other sites

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...