I have a VDI which sits in the same place (c:/programdata/myapp/base.vdi) and which I use as the master VDI for cloning.
When I overwrite the base.vdi with a new version, and then try to Clone from it, I get a UUID mismatch error, since the new version of base.vdi was created from a different source to the previous version.
(UUID {96e75df9-ab4a-428d-a5e4-bd0e38362c9e} of the medium 'C:\ProgramData\myapp\base.vdi' does not match the value {acc967ad-a183-4882-9f34-7e7ce035617a} stored in the media registry ('C:\Windows\system32\config\systemprofile/.VirtualBox\VirtualBox.xml'))
How can I use the API to update the media registry with the new UUID/new VDI?
thanks
Steve