Remove redundant files;Apply MSI transform to Edge
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-04-02 13:50:56 +02:00
parent c8a6d7b3fd
commit 34d79cedf8
38 changed files with 4 additions and 201 deletions

Binary file not shown.

View File

@ -4,7 +4,7 @@
"vsphere_datacenter": "DeSchakel",
"vsphere_host": "bv11-esx.bessems.lan",
"vsphere_hostip": "192.168.11.200",
"vsphere_datastore": "Datastore04.NAS",
"vsphere_datastore": "Datastore01.SSD",
"vsphere_folder": "/Packer",
"vsphere_templatefolder": "/Templates",
"vsphere_network": "LAN"

View File

@ -51,6 +51,7 @@
"floppy_files": [
"packer/preseed/Server2019/Autounattend.xml",
"packer/preseed/Server2019/Sysprep_Unattend.xml",
"packer/binaries/MicrosoftEdgeEnterpriseX64.mst",
"scripts/Set-NetworkProfile.ps1",
"scripts/Disable-WinRM.ps1",
"scripts/Enable-WinRM.ps1",
@ -119,6 +120,7 @@
"floppy_files": [
"packer/preseed/Server2019/Autounattend.xml",
"packer/preseed/Server2019/Sysprep_Unattend.xml",
"packer/binaries/MicrosoftEdgeEnterpriseX64.mst",
"scripts/Set-NetworkProfile.ps1",
"scripts/Disable-WinRM.ps1",
"scripts/Enable-WinRM.ps1",
@ -155,7 +157,7 @@
"choco install -y dotnetfx",
"choco install -y 7zip.install",
"choco install -y sysinternals",
"choco install -y microsoft-edge"
"choco install -y microsoft-edge --install-arguments=\"TRANSFORMS=A:\\MicrosoftEdgeEnterpriseX64.mst\""
],
"valid_exit_codes": [0, 3010]
},