So I extracted the install script (wic -X) from the VirtualBox WPI file and listed the package (wic -l), but I have not found a way to list the specific files in the package other than extracting them with wic -x. It looks like I should be able to delete the 9 files, add the newer versions from the Guest Additions ISO, update the script (see below), and add that, as well.
Archive: "vboxadd.wpi"
WPI revision: 3
Stub size: 0 bytes
Package 1
9 files, size: 5,107,122 bytes original
1,694,924 bytes compressed (67% compression)
Summary: 1 package(s), 9 files total
5,107,122 bytes original
1,694,924 bytes compressed (67% compression)
The version string for the PACKAGEID in the install script would need to be changed:
<PCK INDEX=1 PACKAGEID="Oracle\VirtualBox\Client Additions\6\1\12"
What am I missing?
Thanks,
Bennie Nelson