Hi all,
When uninstall a product, during InstallValidation, MSI will check if need to 
close any dependent applications. If yes, will show a message box:
The following applications should be lcosed before continuing the install:
...
And let user choose

(1)    Automatically close applications and attempt to restart them after setup 
is complete.

(2)    Do not close applications. (A reboot will be required)

Our product is depends on another windows service, but I don't want to show 
this dialog.
Of course I can schedule an action to close the application before 
installvalidation, but I do not want to do this, because then I need to handle 
the restart for various cases (cancel before/after installinitialize, install 
success/fail etc).

Is there any way that we don't show the dialog, but force to use option (1)?

Thanks,
-Elfe

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to