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?
Page 1 of 1
Installing Applications with Unattend.xml Looking for a clear and simple example of installing applicaitons
#2
Posted 19 September 2012 - 08:09 AM
#3
Posted 19 September 2012 - 08:42 AM
From SetupComplete.cmd - silent firefox install.
From unattend.xml
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.
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.
- ← language on MDT
- Unattended Windows 7/Server 2008R2
- Sort by name Links (aka Favorites) Folder in windows 7 via script →
Share this topic:
Page 1 of 1



Help
Back to top










