Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが「キャンセル」をクリックした場合、終了するかどうかを尋ねることなく、インストーラーを停止して終了させます。
これはなんとかできますか?どんな助けでも大歓迎です。
これはとても簡単です。追加するだけ
[Code] procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); begin Cancel := true; Confirm := false; end;
ISS スクリプトに追加します。