sqliteman
sqliteman copied to clipboard
Windows builds
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