docs: Manual installation (#305)

This commit is contained in:
Kroese 2025-04-03 02:05:33 +02:00 committed by GitHub
parent cb7c215745
commit d5c9b7a2aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -201,15 +201,6 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
KEYBOARD: "en-US" KEYBOARD: "en-US"
``` ```
### How do I set the product key?
By default, an evaluation version of Windows will be installed, but if you have a product key you can add a `KEY` variable like this (before installation):
```yaml
environment:
KEY: "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
```
### How do I install a custom image? ### How do I install a custom image?
In order to download an unsupported ISO image, specify its URL in the `VERSION` environment variable: In order to download an unsupported ISO image, specify its URL in the `VERSION` environment variable:
@ -245,7 +236,7 @@ The example folder `./example` will be available as ` \\host.lan\Data`.
It's recommended to stick to the automatic installation, as it adjusts various settings to prevent common issues when running Windows inside a virtual environment. It's recommended to stick to the automatic installation, as it adjusts various settings to prevent common issues when running Windows inside a virtual environment.
However, if you insist on performing the installation manually on your own risk, add the following environment variable to your compose file: However, if you insist on performing the installation manually at your own risk, add the following environment variable to your compose file:
```yaml ```yaml
environment: environment: