How do I determine what version of Prizm Viewer is installed on the workstation?
Sample code is provided in the Prizm Web Server Extensions for detecting which version of the Prizm Viewer is installed on the workstation. Once you install the Prizm Web Server Extensions, you can find the version detection code in the Version Detection folder where you installed the Prizm Web Server Extensions. By default, it will be located in C:\Program Files\TMSSequoia\Prizm Viewer\Web Server Extensions\Version Detection. Contact technical support or your sales person to request the Prizm Web Server Extensions. For Internet Explorer, the code loads the Prizm ActiveX wrapper and passes it the MIME type that is specified in the code. The ActiveX wrapper finds the plug-in that supports that MIME type and then retrieves the version number from that plug-in. Please note that you must include both the MIME type and the GUID for the Prizm ActiveX wrapper in an object tag. See the sample HTML code below. The complete sample code is available in the Version Detection directory under the Pr