Page 1 of 1

Web Service and Extension Packs

Posted: 11. Nov 2022, 00:09
by RichF
Anyone know the reason why the web service cannot access the extension pack API? It would be nice if at least IExtPackBase was available to check what packs were installed.

Re: Web Service and Extension Packs

Posted: 14. Nov 2022, 10:19
by noteirak
Hello! I'm afraid there is too little in your post to be able to give you a meaninful reply.
Please read The Posting Guildelines so we can best help you with your issue!

Re: Web Service and Extension Packs

Posted: 14. Nov 2022, 23:52
by RichF
Noteirak,

The web service does not include any of the interfaces (IExtPackBase, IExtPackManager, etc) for dealing with extension packs.

After searching through the source code, I found in the "VirtualBox.xidl" definition file that they are all suppressed:

<interface
name="IExtPackBase" extends="$unknown"
uuid="aa204a12-5b29-45a5-b5d6-c2bafcdb9b0b"
wsmap="suppress"

Wondering if anyone knew a specific reason for this. Since certain features are only part of the extension pack (VRDP, disk encryption), would be useful to have the ability to (at a minimum) check if it is installed.

Rich