ANYWAY 
, you would not believe how complex this installation script is compared to the standard script I used for all of my vB2 hacks (including vBMS 1 and all the late hacks here). The vast majority of the time trying to code it was trying to figure out how the hell vB's own functions work. Speaking independently from my moderator position, the documentation is terrible within the code. Not only do nearly all of the functions lack any documentation, but the ones that have it have incorrect function names and don't document any of their arguments or the return value. Even the variable names don't help much.
I would pay a significant extra for a developer edition of a vB license that included proper PHPDoc-formatted (similar to PHPDoc) comments for each function. It would have cut my development time for vBMS and for future projects in half.