>    <Chain DisableRollback="no" ParallelCache="no">
DisableRollback="no"
Think somewhere here in the list it was mentioned a reason for use Yes
here due beta behavior of burn

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

See src\Setup\Bundle\Netfx.wxs in Wix 3.6 sources for a sample
implementation of netfx4 full
Permanent="yes" (as netFx would cause trouble if beeing uninstalled)
InstallCommand="/passive /promptrestart" I used for a sample
implementation. Passive to have progress for customer (think maybe a
future implementation of burn might catch the FW progress) and restart
to force restarting in passive mode. (Personal preferences) See
http://msdn.microsoft.com/en-us/library/ee942965.aspx for deployment
guide


>      <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>
packages are installed in the order they are defined her. Windows
Imaging component slould be before netFx4. Additionally I mean when
you're deploying xp SP2 consider missing MSI 3.1 which i think is
needed for netFx4


>      <MsiPackage Id="Imprivata"
>                  SourceFile="c:\portal_bundles\Imprivata_With_Susp_Res.msi 
> \qn \forcerestart" Name="c:\pediatric_oncology_portal\" Compressed="no" 
> EnableFeatureSelection="no"  >
/qn is default handling of burn. Think there exist no other possibility for MSIs
/forcerestart:not absolutely sure about: Think burn handles that as
well, but not 100% sure. Also no sure about but try <MsiProperty
Name="REBOOT" Value="force"/> which should be same.

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