wixでカスタムアクションを新規に追加したい場合、wxsファイルに追加したいカスタムアクションを定義してから処理に追加します。
<CustomAction ExeCommand="" Id="customActionTest" Return="check" Impersonate="no" BinaryKey="custom" Execute="deferred" /> <InstallExecuteSequence> <Custom Action="customActionTest" After="PublishProduct">NOT Installed</Custom> </InstallExecuteSequence>
一行目でcustomActionTestを定義して、