-
Hi there, I can't seem to find the documentation of command line parameters available for bundles built with WiX 3. For example when calling my bundle with Could you please point me in the right direction? Best regards, Edit: Attached a log. Tried to remove irrelevant stuff. ...
[0668:4050][2023-09-20T14:49:45]i009: Command Line: '"-burn.clean.room=<path to bundle>.exe" -burn.filehandle.attached=568 -burn.filehandle.self=708 -passive -forcerestart -log C:\dev\instlog.txt'
...
[6AB8:54A0][2023-09-20T14:49:50]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{<UUID>}, resume: Active, restart initiated: No, disable resume: No
...
[0668:4050][2023-09-20T14:51:01]i319: Applied execute package: <bundle name>, result: 0x0, restart: None
...
[6AB8:54A0][2023-09-20T14:51:01]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{<UUID>}, resume: ARP, restart: None, disable resume: No
[6AB8:54A0][2023-09-20T14:51:01]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{<UUID>}, resume: ARP, restart initiated: No, disable resume: No
[0668:4050][2023-09-20T14:51:02]i399: Apply complete, result: 0x0, restart: None, ba requested restart: No
[0668:4050][2023-09-20T14:51:02]i500: Shutting down, exit code: 0x0
...
[0668:4050][2023-09-20T14:51:02]i410: Variable: WixStdBALanguageId = 1031
...
[0668:4050][2023-09-20T14:51:02]i007: Exit code: 0x0, restarting: No |
Beta Was this translation helpful? Give feedback.
Answered by
barnson
Sep 28, 2023
Replies: 1 comment 5 replies
-
The BootstrapperApplication decides what switches are available. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WixStdBA only restarts if the chain requires it, even with
-forcerestart
.