Hi Everyone:
I’m trying to check if an application is installed correctly while loading an HTML page. I created a CAB file (including the application DLL file) and embedded this cab file on the HTML page by using the <object >tag. I wonder if I can use VBScript to access the object in the DLL, like get a property value from the DLL to determine whether the DLL is installed or not.
Thank you in advance.
I’m trying to check if an application is installed correctly while loading an HTML page. I created a CAB file (including the application DLL file) and embedded this cab file on the HTML page by using the <object >tag. I wonder if I can use VBScript to access the object in the DLL, like get a property value from the DLL to determine whether the DLL is installed or not.
Thank you in advance.