Changeset 53244 in vbox for trunk/src/VBox
- Timestamp:
- Nov 5, 2014 5:18:51 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96795
- Location:
- trunk/src/VBox/HostDrivers/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/win/load.sh
r53184 r53244 66 66 # Invoke the installer. 67 67 # 68 if "$1" != "-u" -a "$1" != "--uninstall"; then68 if test "$1" != "-u" -a "$1" != "--uninstall"; then 69 69 for inst in SUPInstall.exe; 70 70 do -
trunk/src/VBox/HostDrivers/win/loadall.sh
r53184 r53244 66 66 # Invoke the installers. 67 67 # 68 if "$1" != "-u" -a "$1" != "--uninstall"; then68 if test "$1" != "-u" -a "$1" != "--uninstall"; then 69 69 for inst in SUPInstall.exe USBInstall.exe NetFltInstall.exe ; #NetAdpInstall.exe; - busted 70 70 do
Note:
See TracChangeset
for help on using the changeset viewer.