You can use Bundle/Condition for that (happens after OnDetectComplete for 
WixStdBA, so you can use the results of Searches in variables).  I believe the 
Bundle/@Condition is intended to be evaluated before your BA is loaded, to 
check for conditions where your BA won't run.

-----Original Message-----
From: Jakobz [mailto:subscr...@gmail.com] 
Sent: Monday, June 17, 2013 4:55 AM
To: wix-users
Subject: [WiX-users] prevent installation of bundle a bundle specific version 
is not installed

Hi all

When we provide patch bundles for deployed service packs, the fixpacks only 
contain the difference to the bundle ServicePack1.
Currently, the SP1 FixPack1 bundle installs also on systems where SP1 doesn not 
exist, leading to the msp patch not being installed (SP1 missing), but the 
bundle being installed.

Is there a way to prevent a bundle to install if a given product/bundle version 
does not exist on the system?
The Bunde/@Condition element seems to only support built-in variables and can 
only be used to prevent installation on the wrong OS version.

Cheers
Jakob
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to