You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${IfNot}${Errors}; Error means hypervisor is available, so we can proceed.
111
-
${If}$0=="true"
114
+
${IfNot}$MultipassExitCode=="0"
115
+
${If}$MultipassExitCode=="3010"
112
116
MessageBoxMB_ICONEXCLAMATION"Cannot configure the ${PRODUCT_NAME} VM as a reboot is required. Please re-run this wizard after reboot to configure the VM."
113
117
SetRebootFlagtrue
114
118
Abort
115
-
${ElseIf}$0=="false"
119
+
${ElseIf}$MultipassExitCode=="3011"
116
120
MessageBoxMB_ICONEXCLAMATION"Cannot configure the ${PRODUCT_NAME} VM as VirtualBox needs to be installed. Please re-run this wizard after installing VirtualBox to configure the VM."
0 commit comments