Hi All,

How would one incorporate necessary command line switches (like " \qn 
\forcerestart")  for <MsiPackages>'s within a <Chain>?     I've included an 
example of what I'm attempting to do.

Thanks, and any help is appreciated!

-Andrew

<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
  <Bundle Version="1.0.0.0" UpgradeCode="0762F126-4A40-4B54-A145-B862FF47C75A" 
Compressed="no" Copyright="Children's Hospital Boston" Name="Pediatric Oncology 
Bundled Installer" DisableModify="button">
    <Chain DisableRollback="no" ParallelCache="no">
      <ExePackage Id="DotNet4"
                  InstallCommand="/q /norestart" 
SourceFile="c:\portal_bundles\dotNetFx40_Full_setup.exe" 
Name="c:\pediatric_oncology_portal\dotNet4" Permanent="no" Compressed="no" 
Cache="no"></ExePackage>

      <ExePackage Id="WicENU"
                  InstallCommand="/q /norestart" 
SourceFile="c:\portal_bundles\wic_x86_enu.exe" 
Name="c:\pediatric_oncology_portal\wic" Compressed="no" Cache="no"></ExePackage>

      <ExePackage Id="Oracle11"
                  InstallCommand="" 
SourceFile="c:\portal_bundles\win32_11gR2_client.zip" 
Name="c:\pediatric_oncology_portal\oracle" Compressed="no"></ExePackage>

      <!-- This is for a 32bit workstation install ONLY -->

      <MsiPackage Id="Imprivata"
                  SourceFile="c:\portal_bundles\Imprivata_With_Susp_Res.msi \qn 
\forcerestart" Name="c:\pediatric_oncology_portal\" Compressed="no" 
EnableFeatureSelection="no"  >
        <MsiProperty Name="ALLUSERS" Value="1"/>
        <MsiProperty Name="AGENTTYPE" Value="2"/>
        <MsiProperty Name="IPTXPRIMSERVER" 
Value="https://removed.subdomains.edu/esb/messagerouter"/>
      </MsiPackage>

      <!--TODO :  Correct positioning of the command line switches:  \qn 
\forcerestart -->

      <MsiPackage Id="Coe2Portal" SourceFile="c:/portal_bundles/" 
Name="c:/pediatric_oncology_portal_installation/coe2portal/testFive.msi" 
Compressed="no" EnableFeatureSelection="no">
        <MsiProperty Name="ALLUSERS" Value="1"/>
      </MsiPackage>

    </Chain>
  </Bundle>
</Wix>

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to