InstallShield-2009 Premier: 基本的な msi プロジェクト:
アンインストール中にユーザーがキャンセル ボタンをクリックしたときにカスタム アクションを実行するにはどうすればよいですか?
カスタムアクション(メッセージボックスを表示するだけのC#exe)を入れました
アクションタイプ:
Type: Launch an executable
Location: Stored in the Binary table
アクション パラメータ:
Source: exe path
Target: a b c (doesn't matter, I don't need it)
追加オプション:
Return Processing: Synchronous (Check exit code)
Run Only During Path Uninstall: unchecked
応答オプション:
In-Script Execution: Rollback Execution in System Context
Executing Scheduling: disabled
シーケンスに挿入:
Install UI-Sequence: <Absent from sequence>
Install Execute Sequence: After InstallServices (what should I set here?)
Install Execute Condition: (do I need to set? I left it blank)
しかし、アンインストールをキャンセルしたときにメッセージ ボックスが表示されませんでした。どのように?