Skip to content

Commit d82a560

Browse files
committed
Removes Cloudbase-Init setup from the specialize step
1 parent 4776ba4 commit d82a560

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Autounattend.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,19 @@
166166
</component>
167167
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
168168
<RunSynchronous>
169-
<!-- Download and install Cloudbase-Init -->
169+
<!-- Download Cloudbase-Init -->
170170
<RunSynchronousCommand wcm:action="add">
171171
<Order>1</Order>
172172
<Path>powershell -NoLogo -Command "Invoke-WebRequest -Uri http://www.cloudbase.it/downloads/CloudbaseInitSetup_Beta.msi -OutFile C:\Windows\Temp\CloudbaseInitSetup_Beta.msi"</Path>
173173
<Description>Download Cloudbase-Init Setup</Description>
174174
</RunSynchronousCommand>
175+
<!--
175176
<RunSynchronousCommand wcm:action="add">
176177
<Order>2</Order>
177178
<Path>msiexec /i C:\Windows\Temp\CloudbaseInitSetup.msi /qn /l*v C:\Windows\Temp\CloudbaseInitSetup_Beta.log</Path>
178179
<Description>Execute tools deployment script</Description>
179180
</RunSynchronousCommand>
181+
-->
180182

181183
<!-- Download and install various utilities -->
182184
<RunSynchronousCommand wcm:action="add">

0 commit comments

Comments
 (0)