Remove redundant files;Apply MSI transform to Edge
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
BIN
packer/binaries/MicrosoftEdgeEnterpriseX64.mst
Normal file
BIN
packer/binaries/MicrosoftEdgeEnterpriseX64.mst
Normal file
Binary file not shown.
@ -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"
|
||||
|
@ -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]
|
||||
},
|
||||
|
Reference in New Issue
Block a user