Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #149 from StefanScherer/windows-10-build-10162
Browse files Browse the repository at this point in the history
Windows 10
  • Loading branch information
joefitzgerald committed Jul 29, 2015
2 parents 6ce484b + ca60f8c commit be97a14
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The following Windows versions are known to work (built with VMware Fusion 6.0.4
* Windows 2012
* Windows 2008 R2
* Windows 2008 R2 Core
* Windows 10
* Windows 8.1
* Windows 7

Expand Down
6 changes: 3 additions & 3 deletions answer_files/10/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Organization>Vagrant Inc.</Organization>

<!--
NOTE: If you are re-configuring this for use of a retail key
NOTE: If you are re-configuring this for use of a retail key
and using a retail ISO, you need to adjust the <ProductKey> block
below to look like this:
Expand All @@ -46,7 +46,7 @@
-->

<!-- Product Key from http://technet.microsoft.com/en-us/library/jj612867.aspx -->
<ProductKey>6P99N-YF42M-TPGBG-9VMJP-YKHCF
<ProductKey>NPPR9-FWDCX-D2C8J-H872K-2YT43
<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>
Expand All @@ -61,7 +61,7 @@
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 10 Pro Technical Preview</Value>
<Value>Windows 10 Enterprise Evaluation</Value>
</MetaData>
</InstallFrom>
</OSImage>
Expand Down
21 changes: 17 additions & 4 deletions windows_10.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"builders": [
{
"type": "vmware-iso",
"iso_url": "http://iso.esd.microsoft.com/W10IP/E0F85BFCD0F6BA607BF1528926371D21F8F6B6BF/Windows10_InsiderPreview_x64_EN-US_10074.iso",
"iso_url": "http://care.dlservice.microsoft.com/dl/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO",
"iso_checksum_type": "sha1",
"iso_checksum": "E354B44994B46FB7CDC295FA1F075D9F95FECEA8",
"iso_checksum": "56ab095075be28a90bc0b510835280975c6bb2ce",
"headless": false,
"boot_wait": "2m",
"ssh_username": "vagrant",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
{
"type": "virtualbox-iso",
"iso_url": "http://iso.esd.microsoft.com/W10IP/E0F85BFCD0F6BA607BF1528926371D21F8F6B6BF/Windows10_InsiderPreview_x64_EN-US_10074.iso",
"iso_url": "http://care.dlservice.microsoft.com/dl/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO",
"iso_checksum_type": "sha1",
"iso_checksum": "E354B44994B46FB7CDC295FA1F075D9F95FECEA8",
"iso_checksum": "56ab095075be28a90bc0b510835280975c6bb2ce",
"headless": false,
"boot_wait": "2m",
"ssh_username": "vagrant",
Expand Down Expand Up @@ -66,6 +66,19 @@
]
}
],
"provisioners": [
{
"type": "shell",
"remote_path": "/tmp/script.bat",
"execute_command": "{{.Vars}} cmd /c C:/Windows/Temp/script.bat",
"scripts": [
"./scripts/vm-guest-tools.bat",
"./scripts/vagrant-ssh.bat",
"./scripts/enable-rdp.bat",
"./scripts/compact.bat"
]
}
],
"post-processors": [
{
"type": "vagrant",
Expand Down

0 comments on commit be97a14

Please sign in to comment.