Off the top of my head you could schedule a Custom Action to run before
LaunchConditions I believe and set a property like DEVENV_RUNNING?  Then you
could have a:

<Condition Message="Please close devenv.exe before installing.">NOT
DEVENV_RUNNING</Condition>

I haven't tested this, but it seems like it would work.

On 1/10/07, Jason Du Plessis <[EMAIL PROTECTED]> wrote:

 Hi,

I need to determine if an application (devenv.exe) is not running as part
of an install. Is there any means of doing this within WiX?

Thanks,

Jason





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to