Hi,

Following implementation in burn:

<Chain DisableRollback='yes'>

<PackageGroupRef Id='Netfx4Full' />
<PackageGroupRef Id='SQLCE35_SP2_X86' />
<PackageGroupRef Id='SQLCE35_SP2_X64' />
<PackageGroupRef Id='VC2010SP1REDIST_X86' />
</Chain>

All packages are just installing the things which could be guessed
from the ID :-)

For installing netFX 4.0 I use
 <ExePackage Id="Netfx4Full" Cache="no" Compressed="yes"
PerMachine="yes" Permanent="yes" Vital="yes"
SourceFile="dotNetFx40_Full_x86_x64.exe"
                  DetectCondition="Netfx4FullVersion AND (NOT
VersionNT64 OR Netfx4x64FullVersion)"
                  InstallCommand="/passive" />

When I don't want to reboot I use InstallCommand="/passive /norestart"
 to suppress reboots.

But the point is when using InstallCommand="/passive" I like to have a
pompt before rebooting and not just do it without asking. Did I miss
any ability to configure some sort of return code handling for such a
case?  If I don't reboot the following packages have trouble.


Thanks and best regards,
Tobias

------------------------------------------------------------------------------
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-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to