<< Click to Display Table of Contents >>

Viewer Installation - ActiveX Viewer

Copy the viewer installation files to a folder on the web server. And add viewer parameters on a web page to install ZTransferX Control and OZ Viewer.

Copy the viewer installation files to a folder on the web server

Copy the viewer installation files to a specific folder on the web server.

Add viewer parameters on a webpage to install OZ Viewer

Add viewer parameters on a web page to install ZTransferX and OZ Viewer.

Install ZTransferX and update OZ Viewer on the client computer.

This section explains Internet Explorer. Otherwise, refer to rv_install_bind.html and ztransferx_browers.js provided with Viewer patch files.

Add viewer parameters to install ZTransferX as below:

...

<object id = "ZTransferX" classid = "CLSID:C7C7225A-9476-47AC-B0B0-FF3B79D55E67" width = "0" height = "0" codebase = "http://127.0.0.1:8080/ozrviewer/ZTransferX_2,2,5,1.cab#version=2,2,5,1">

... Add Viewer installation parameter ...

</object>

...

The id is ZTransferX object ID and the classid is ZTransferX class ID. Set the width and height of ZTransferX to zero because it’s not needed to show on the screen. Set codebase to the ZTransferX download URL. And set the version to the ZTransferX version.

Add viewer parameters to install OZ Viewer as below:

...

<param name = "download.server" value = "http://127.0.0.1/ozrviewer/">

<param name = "download.port" value = "8080">

<param name = "download.instruction" value = "ozrviewer.idf">

<param name = "install.base" value = "<PROGRAMS>/Forcs">

<param name = "install.namespace" value = "custom_namespace">

...

Set download.server to the Viewer installation path, download.port to the Server port number, download.instruction to the Viewer installation information file name, install.base to a basic viewer installation path on the client computer, install.namespace to a namespace.