The following is a simple call from a out of the box Wix bootstrapper trying
to use ExePackage to a simple exe:

     <ExePackage
           Id="MyApp"
           Name="MyApp"
           Description="MyApp Installation"
           SourceFile="L:\bldtools\Setup\Bin\MyInstaller.exe"          
InstallCommand="/ACTION=Install /t=MyApp /i=c:\common2d\MyApp
/msi=L:\bldtools\Setup\DVD\MyMsi\MyInstallation.msi /l=20 "
           RepairCommand="/ACTION=Repair  /t=MyApp
/msi=L:\bldtools\Setup\DVD\MyMsi\MyInstallation.msi /l=20"
           UninstallCommand="/ACTION=Uninstall  /t=MyApp
/msi=L:\bldtools\Setup\DVD\MyMsi\MyInstallation.msi" 
           Permanent="no"
           PerMachine ="yes" 
           Vital="yes"
        />


MyInstaller is called on Install and repair, but UninstallCommand never
occurs.  

Is there a variable or flag I need to set in the bootstrapper to tell it I
want the uninstallcommand too? 

I am using Wix 3.6

Thanks in Advance.



-----
- jon
--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I-am-getting-no-UninstallCommand-from-using-ExePackage-tp7584223.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to