- Config.XML Chained Install
- Posted by -DC- on June 2nd, 2008
The technet site give this for config.xml
http://technet.microsoft.com/en-us/l...ElementCommand
<Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q"
ChainPosition="after" Execute="install" Wait="-1"/>
I used the following with out the wait command as there is only one MSI for
now.
<Command Path="msiexec.exe" Args="/i
\\server\Word2007GetStartedTabSetup.msi" QuietArg="/q" ChainPosition="after"
Execute="install"/>
When I run setup.exe with this config.xml file it says that its invalid and
error out the installation... Am I missing somthing here?!?!?!?!??
PLS HELP
Similar Posts
- Chained install not working (Home and office) by Bill Bradley
- Install and Config Exam - 1.0 or 1.2? (Windows CRM) by nordberg_73
- Chained install Office XP + XP Proofing tools (Home and office) by Janne
- Chained Install (Home and office) by Steve
- Off2K Chained Install (Home and office) by Mike Connelly

