私はこれにこだわっています。再起動が必要な exe コンポーネントが実行された後、dotnetinstaller スクリプトは再起動を強制します。ただし、再起動後は、再起動が必要な手順の後ではなく、最初から開始されます。
これらは詳細です: DotNetInstaller バージョン: 2.13 プロパティ:
Auto_Continue_on_reboot = true
must_reboot_required = false
must_reboot = true
returnCodes_reboot = 3010
レジストリ値:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run:
Name: Default Value: (Value Not Set)
Name: dotNetInstaller.exe Value: "C:\Installer\dotNetInstaller.exe" /Reboot
ご協力ありがとうございます。