Changeset 84645 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 2, 2020 5:21:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r84644 r84645 2296 2296 if (aProxy.isNotEmpty()) 2297 2297 { 2298 hrc = unattended->COMSETTER( ExtraInstallKernelParameters)(BstrFmt(" ks=cdrom:/ks.cfg proxy=\"%ls\"", aProxy.raw()).raw());2298 hrc = unattended->COMSETTER(Proxy)(aProxy.raw()); 2299 2299 if (errorOccured(hrc, "Failed to set post install script template for the unattended installer.")) 2300 2300 return hrc;
Note:
See TracChangeset
for help on using the changeset viewer.