Hi,

my installer currently fails during some custom actions that execute
after most of the installation is done:
  <Custom Action="MakeIniFile" After="InstallFinalize" >
    <![CDATA[(NOT Installed) OR PREVIOUSVERSIONSINSTALLED OR
(Installed AND NOT RESUME AND NOT REMOVE )]]>
  </Custom>
  <Custom Action="RegisterAssemblies" After="InstallFinalize" >
    <![CDATA[(NOT Installed) OR PREVIOUSVERSIONSINSTALLED OR
(Installed AND NOT RESUME AND NOT REMOVE )]]>
  </Custom>
  <Custom Action="InstallComApplications" After="InstallFinalize" >
    <![CDATA[(NOT Installed) OR PREVIOUSVERSIONSINSTALLED OR
(Installed AND NOT RESUME AND NOT REMOVE )]]>
  </Custom>


When one of those custom action fails, an error message is shown to
the user - but a rollback is not initiated.

How can I make WiX / MSI initiate the uninstallation?

Thanks in advance,

Dirk Raeder

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to