forked from pvanek/sqliteman
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Headless windows builds could be automated with kvm.
Windows is free for that sort of use.
Windows comes with openssh.
Something like
virsh --quiet start "$VMID"
while ! ssh "$WINDOWS" "dir" > /dev/null 2>&1 ; do
sleep 1
done
scp -rq "$SRC" "$WINDOWS:$BPATH\\"
ssh "$WINDOWS" 'Desktop\autoBuild.bat'
scp -qT "$WINDOWS:$BPATH\\installer.exe" "$SRC/"
ssh "$WINDOWS" 'shutdown.exe /s /t 00'
Windows 11 ISO
https://www.microsoft.com/en-ca/software-download/windows11
needs some regedit use at install time
https://blogs.oracle.com/virtualization/post/install-microsoft-windows-11-on-virtualbox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels