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

Commit

Permalink
update to final eval iso
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Jul 29, 2015
1 parent 9f1ba0d commit c2a80b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions answer_files/10/Autounattend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
-->

<!-- Product Key from http://technet.microsoft.com/en-us/library/jj612867.aspx -->
<ProductKey>
<Key>8N67H-M3CY9-QT7C4-2TR7M-TXYCV</Key>
<ProductKey>NPPR9-FWDCX-D2C8J-H872K-2YT43

This comment has been minimized.

Copy link
@darxriggs

darxriggs Aug 4, 2019

Shouldn't this value be wrapped inside <Key>...</Key> like the previous value?

This comment has been minimized.

Copy link
@darxriggs

darxriggs Aug 5, 2019

I just created pull request #284 for further discussion.

<WillShowUI>Never</WillShowUI>
</ProductKey>
</UserData>
Expand All @@ -62,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
8 changes: 4 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/4B33E0680A465FBA52C09A34454D5EB6/Windows10_InsiderPreview_x64_EN-US_10162.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": "31346458255AFEAC1AFEED5C4C61F15D57708B9B",
"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/4B33E0680A465FBA52C09A34454D5EB6/Windows10_InsiderPreview_x64_EN-US_10162.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": "31346458255AFEAC1AFEED5C4C61F15D57708B9B",
"iso_checksum": "56ab095075be28a90bc0b510835280975c6bb2ce",
"headless": false,
"boot_wait": "2m",
"ssh_username": "vagrant",
Expand Down

0 comments on commit c2a80b2

Please sign in to comment.