[次へ] ボタンをクリックしたときにカスタム アクション dll を呼び出すにはどうすればよいですか? 現在、私が行っていることは以下のとおりです。
<CustomAction Id="TestingAction" BinaryKey="BIN_CustomAction" DllEntry="TestValue" Execute="deferred" Return="check" />
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="&Next"></Control>
<Custom Action="TestingAction" After="Next"></Custom>
次へのボタンを指定After ="Next"
すると、アプリケーションのビルド後にエラーが発生します。
「Product:*」セクションのシンボル「WixAction:InstallUISequence/Next」への未解決の参照。
解決方法は問題であり、[次へ] ボタンをクリックした後に CustomAction を呼び出す方法を教えてください。