autounattend: fix installation without productKey
This commit is contained in:
parent
9a92143337
commit
285b33a674
|
@ -215,7 +215,7 @@ let
|
|||
|
||||
<UserData>
|
||||
<ProductKey>
|
||||
${if productKey != null then "<Key>${productKey}</Key>" else ""}
|
||||
${if productKey != null then "<Key>${productKey}</Key>" else "<Key/>"}
|
||||
<WillShowUI>OnError</WillShowUI>
|
||||
</ProductKey>
|
||||
<AcceptEula>true</AcceptEula>
|
||||
|
|
Loading…
Reference in New Issue