Re: [WiX-users] Custom action if existing file exists

2011-08-23 Thread Dan Vasilov
Detect the .EXE file exists using a FileSearch action and condition your CA
on the FileSearch action parent property see
(http://wix.sourceforge.net/manual-wix2/wix_xsd_filesearch.htm).

Dan

-Original Message-
From: Michael Tissington [mailto:michael_tissing...@ciqual.com] 
Sent: Tuesday, August 23, 2011 3:15 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Custom action if existing file exists

How can I run a custom action ONLY if the exe already exists on the client?



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


--
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Custom action if existing file exists

2011-08-23 Thread Peter Shirtcliffe
Do a FileSearch for the exe and base the condition of the custom action on
the property set by the search.

-Original Message-
From: Michael Tissington [mailto:michael_tissing...@ciqual.com] 
Sent: 23 August 2011 13:15
To: 'General discussion for Windows Installer XML toolset.'
Subject: [WiX-users] Custom action if existing file exists

How can I run a custom action ONLY if the exe already exists on the client?


-
-
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
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


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


[WiX-users] Custom action if existing file exists

2011-08-23 Thread Michael Tissington
How can I run a custom action ONLY if the exe already exists on the client?


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