HI,

following are custom actions

CA_installlog is to install some thing
CA_uninstalllog is to uninstall the same thing.

<CustomAction Id='CA_uninstalllog' BinaryKey='CustomDll'
DllEntry='CAction_uninstall' Execute='immediate'/>

<CustomAction Id='CA_installlog BinaryKey='CustomDll'
DllEntry='CAction_install' Execute='deferred' />

Following are rollback custom actions for the same

<CustomAction Id='CA_uninstalllog_Rollback' BinaryKey='CustomDll'
DllEntry='CAction_uninstall' Execute='rollback' />

<CustomAction Id='CA_installlog_Rollback' BinaryKey='CustomDll'
DllEntry='CAction_install' Execute='rollback' />

<InstallExecuteSequence>
<CustomAction ='CA_uninstalllog' Sequence = 1550>
<CustomAction ='CA_installlog' Sequence = 4950>
<CustomAction ='CA_uninstalllog_Rollback' Before = 'CA_installlog'>
<CustomAction ='CA_installlog_Rollback' Before = 'CA_uninstalllog'>
</InstallExecuteSequence>


Can any one review this and let me know is the way is right or wrong???
especially sequence
-- 
View this message in context: 
http://www.nabble.com/Roolback-Custom-Action-tp14660391p14660391.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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