Tech Support > Microsoft Windows > Home and office > Config.XML Chained Install
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