"SitBundleInstalled OR Installed" doesn't work but i solved with

"SitBundleInstalled OR (WixBundleInstalled AND WixBundleAction = 3)"

WixBundleAction=3 means uninstalling the bundle, so updating the bundle
stops but uninstalling it goes on successfully.

Thanks for the hint


2013/6/7 Pally Sandher <pally.sand...@iesve.com>

> Change your condition to "SitBundleInstalled OR Installed"
>
> Palbinder Sandher
> Software Platform Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
> http://www.iesve.com
>
> **Design, Simulate + Innovate with the <Virtual Environment>**
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
> G20 0SP
> Email Disclaimer
>
> -----Original Message-----
> From: Michela R. [mailto:michela.rima...@gmail.com]
> Sent: 07 June 2013 15:25
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Condition on bundle
>
> Hi,
>
> i created a bundle that can be install only if there is another bundle
> installed (i can't merge them togheter) So the bundle B can only be
> installed if there is bundle A.
>
>
> The condition is fine installing the bundle but if i try to uninstall
> bundle B after uninstalling bundle A i can't do it because it can't find
> bundle A.
> <Condition Message="Web Bundle Sit is not installed. Please install Web
> Bundle Sit.">SitBundleInstalled<Condition>
>
> I tried to add : OR REMOVE="ALL" but it always stop.
>
> is there any variable i can use ?
>
> thanks
> Michela
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations 2.
> Dashboards that offer high-level views of enterprise services 3. A single
> system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to