Commit bdf87f8
committed
Fix msiexec hang on Windows — add /qn /norestart to install.ps1
Without /qn, msiexec shows a UI dialog on error (e.g. MSI mutex
conflict 1618). In Session 0 (SSM/non-interactive), this dialog is
invisible and blocks indefinitely. Adding /qn ensures silent mode
so errors return immediately. /norestart prevents unexpected reboots.1 parent 9bbc50d commit bdf87f8
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments