解决vbox不能安装扩展的问题

VBox的扩展工具安装在 管理 -> 全局设定 -> 扩展

解决vbox不能安装扩展的问题_第1张图片

有时候安装扩展会失败如:

VBoxManage.exe: error: Failed to install "D:\Oracle_VM_VirtualBox_Extension_Pack-6.0.6.vbox-extpack"
VBoxManage.exe: error: Failed to load the main module ('D:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxPuelMain.DLL'): VERR_SYMBOL_NOT_FOUND - GetLastError=127
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ExtPackManagerWrap, interface IExtPackManager
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleExtPack(struct HandlerArg *)" at line 1211 of file VBoxManageMisc.cpp

或者是:

VBoxManage.exe: error: Failed to install "D:\Oracle_VM_VirtualBox_Extension_Pack-6.0.6.vbox-extpack"
VBoxManage.exe: error: The installer failed with exit code 1: VBoxExtPackHelperApp.exe: error: Failed to rename the extension pack directory: VERR_ACCESS_DENIED
VBoxManage.exe: error: VBoxExtPackHelperApp.exe: error: If the problem persists, try running the command: VBoxManage extpack cleanup
VBoxManage.exe: error: rcExit=1
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ExtPackManagerWrap, interface IExtPackManager
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleExtPack(struct HandlerArg *)" at line 1211 of file VBoxManageMisc.cpp

这些情况。只需要把

D:\Program Files\Oracle\VirtualBox\ExtensionPacks\

D:\Program Files\Oracle\VirtualBox\VBoxExtPackHelperApp.exe

的权限改成everyone完全控制,然后就可以了。

具体做法右击 ExtensionPacks 文件夹,选择属性 -> 安全 -> 编辑 ->  添加 -> 高级 -> 立即查找 -> 选择everyone -> 确定 -> 勾选完全控制(这一步可以只在VBoxExtPackHelperApp.exe上做) -> 确定 ->确定 

 然后对VBoxExtPackHelperApp.exe做一样的操作。

这样就可以安装了。

 

 

 

你可能感兴趣的:(VBox)