wixでインストール時、アンインストール時のカスタムアクションの分け方

wixのカスタムアクションで、インストール時にのみ実行をさせたい場合

<Custom Action="HOGE" Before="initializeAction">NOT Installed</Custom>

wixのカスタムアクションで、アンインストール時にのみ実行をさせたい場合

<Custom Action="HOGE" Before="initializeAction">Installed</Custom>

http://tech.ewdev.info/2014/03/1455/

https://hds.networld.co.jp/helpdesk/support/FaqFacadeServlet?TaskType=Detail&seriesId=InstallShieldFAQ&id=00001264&categoryId=0098&faqInfo=1&JspUrl=/support/FrequentlyDetail.jsp#question