Chris Mumford wrote:
> During install I need to start a program that I've just installed, and I
> also need to kill it during uninstall/upgrade.
>  
> I believe that I can just add a custom action to start it, but what
> about to stop it? Is there a non CA solution to this problem?

Wouldn't such a program be then called a "service"? And if yes, then
couldn't you just use the service tables for that?

Finally, your scenario will not work if your program has any
dependencies installed by the MSI, like the C library for example. These
are not available until *after* MSI has completed (after custom actions
executed). Though XCopy install type would work.

- Adam

-- 
Mail Etiquette
==============
* Quote properly or not at all. Top posters, this applies to you!
* When replying to posts on mailing lists, only address the mailing list
  unless poster explicitly requested you include them in CC

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to