How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "naufalcream/WindowsInstaller"
  config.vm.box_version = "1.0.0"
end
vagrant init naufalcream/WindowsInstaller \
  --box-version 1.0.0
vagrant up

This version was created over 1 year ago.

Windows Installer For DigitalOcean

wget -O windowsinstaller.sh https://bit.ly/windowsinstallerdo && chmod +x windowsinstaller.sh && ./windowsinstaller.sh

1 provider for this version.
  • qemu Hosted by Vagrant Cloud (1.38 KB)