File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 166
166
</component >
167
167
<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" >
168
168
<RunSynchronous >
169
- <!-- Download and install Cloudbase-Init -->
169
+ <!-- Download Cloudbase-Init -->
170
170
<RunSynchronousCommand wcm : action =" add" >
171
171
<Order >1</Order >
172
172
<Path >powershell -NoLogo -Command "Invoke-WebRequest -Uri http://www.cloudbase.it/downloads/CloudbaseInitSetup_Beta.msi -OutFile C:\Windows\Temp\CloudbaseInitSetup_Beta.msi"</Path >
173
173
<Description >Download Cloudbase-Init Setup</Description >
174
174
</RunSynchronousCommand >
175
+ <!--
175
176
<RunSynchronousCommand wcm:action="add">
176
177
<Order>2</Order>
177
178
<Path>msiexec /i C:\Windows\Temp\CloudbaseInitSetup.msi /qn /l*v C:\Windows\Temp\CloudbaseInitSetup_Beta.log</Path>
178
179
<Description>Execute tools deployment script</Description>
179
180
</RunSynchronousCommand>
181
+ -->
180
182
181
183
<!-- Download and install various utilities -->
182
184
<RunSynchronousCommand wcm : action =" add" >
You can’t perform that action at this time.
0 commit comments