What DLL's are being installed by this product as part of the full install? Trying to figure out if I really need to run this dll install or if I just need to check to make sure they already existed as I am moving from a "cscript" environment to the compiled environment and want to know if I had already been using the same dll's.
DllInstall.exe permits you to install and uninstall libraries used by created exe on a host PC, so this libraries aren't present on a "cscript" environment. Then to execute a compiled vbs on a host PC (where there isn't installed VBScript2Exe) you must copy DllInstall.exe and execute this file. This procedure is required only the first time you copy a compiled vbs on a host PC, others compiled vbs on the same machine don't need this step. Giovanni