I created an MSI that installs my app, and it also install an exe app using
CustomAction. When I go to "Uninstall Programs" I see entries for both my
MSI and the utility (exe app). 
If I uninstall my MSI it works fine but the utility is still installed and I
need to manually uninstall it from the "Add/Remove Programs".

Is there a way to automatically uninstall the exe when the MSI is being
uninstalled?

The CustomAction is:
<CustomAction Id="InstallMyUtil" FileKey="MyUtil" 
                ExeCommand="/S" Execute="immediate" Return="asyncNoWait" >
</CustomAction>


Thank you.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-uninstall-exe-when-my-MSI-is-uninstalled-tp7582653.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to