Sometimes I wonder how a customer is supposed to know the right answer to these kinds of questions anyway.
Phil Wilson -----Original Message----- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Friday, October 01, 2010 9:20 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Multiple actions when a launch condition fails A launch condition displays a single message using a modal dialog box and aborts the install. Instead you'd have to write a custom dialog. But you can't literally run the exe and dll right after because you are in the UI sequence and you shouldn't make system changes until the execute sequence. Still you can pass the users choice in a property down stream for later processing. Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me ----- Original Message ---- From: Sean Farrow <sean.far...@seanfarrow.co.uk> To: "wix-users@lists.sourceforge.net" <wix-users@lists.sourceforge.net> Sent: Fri, October 1, 2010 11:05:57 AM Subject: [WiX-users] Multiple actions when a launch condition fails Hi: I've got an msi that I'm writing, and I'm setting a property if an existing non-msi install is present, if it is, I need to present the user with an dialogue presenting yes/no choices, when yes is pressed run an executable and a dll custom action then continue the installation. If no is pressed exit. What is the best way of doing ths? Cheers Sean. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users *** Confidentiality Notice: This e-mail, including any associated or attached files, is intended solely for the individual or entity to which it is addressed. This e-mail is confidential and may well also be legally privileged. If you have received it in error, you are on notice of its status. Please notify the sender immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person. This email comes from a division of the Invensys Group, owned by Invensys plc, which is a company registered in England and Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 7AW (Registered number 166023). For a list of European legal entities within the Invensys Group, please go to http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77. You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail recept...@invensys.com. This e-mail and any attachments thereto may be subject to the terms of any agreements between Invensys (and/or its subsidiaries and affiliates) and the recipient (and/or its subsidiaries and affiliates). ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users