Hi ,
I have written a C# custom action which is to be invoked during uninstall ,
but i want to invoke it before the files in INSTALLDIR are deleted. So i set
the custom action to execute before removefiles action. 
See the snippet below :

<InstallExecuteSequence>
      <Custom Action="Set_INSTALLDIR" After="FileCost">
        <![CDATA[Installed AND NOT INSTALLDIR]]>
      </Custom>

      <Custom Action="InvokeRunXYZRemove.SetProperty"
Before="InvokeRunMAVTRemove">REMOVE="ALL"</Custom>
      
       <Custom Action="InvokeRunXYZRemove"
Before="RemoveFiles">REMOVE="ALL"</Custom>

</InstallExecuteSequence> 

The first custom action gets the value of Installation path from registry,
second and third are custom action which i require to execute before the
installation files are deleted.

The custom action is getting executed. But now the other files are not
getting uninstalled from ProgramFiles ? 
I am not getting what exactly am i missing out.
Please give pointers, suggestions

Thanks in advance
Ricky
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uninstall-Custom-action-tp5412498p5412498.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to