OrgPlus 5 - OrgPlus Plugin Deployment
OP-0500-S1102
Summary:
You can automatically deploy OrgPlus Plugin to computers throughout your
organization using the HumanConcepts web site or a private web server.
Procedure:
When publishing charts from OrgPlus for your intranet using the Publish to
OrgPlus Plugin wizard, you have some variations regarding the different ways in
which OrgPlus Plugin can be installed on the user computers for browser based
viewing of charts.
The HTM "container" (just a simple HTM file) is something you would create only
once: the first time you publish a chart. Then you could make edits like other
pages on your intranet. The .ovx file, which is the actual chart, is updated
each time you publish and is displayed by the container. Depending on how you
choose to deploy OrgPlus Plugin, you may or may not want AutoUpdate enabled.
Automatically Installing OrgPlus Plugin, on Demand
The easiest way to deploy OrgPlus Plugin is to check the HTM Container option in
the screen shown below which will insert some code into the HTM container to
fetch the OrgPlus Plugin plugin from www.humanconcepts.com and automatically
install it. If you choose this option, the user will be prompted to install
OrgPlus Plugin (from www.humanconcepts.com) the first time they visit your
intranet chart page. On subsequent visits, the chart will simply be displayed.
If a new or improved version of OrgPlus Plugin is released, your users will
automatically be offered the option to update to the most recent version. This
mechanism takes advantage of a small version checker (hcinstall5.cab is 15k) to
keep the download small while keeping the user's OrgPlus Plugin in sync with the
latest available from HumanConcepts. To avoid being prompted on every visit to a
chart page with the HumanConcepts security certificate, the user can select
"always trust content from HumanConcepts".

Sample HTM "container" with AutoUpdate with update specific code shown in
bold:
<HTML>Alternately, if you are prevented by IS policy from downloading and installing plugins from the web, you can allow users to install OrgPlus Plugin from a setup file hosted locally on your intranet.
<HEAD>
<TITLE>OrgPlus Chart Title</TITLE>
</HEAD>
<BODY>
<OBJECT ID="IDX"
CODEBASE="http://intranet.mycompany.com/viewer/plugin.cab#Version=5,1,168,0" CLASSID="CLSID:C73881A0-E7F5-4ce4-B199-307EB127FE15"
WIDTH="100%" HEIGHT="100%">
<PARAM NAME="URL" VALUE=" http://intranet.mycompany.com/sample2.ovx">
<EMBED src="http://intranet.mycompany.com/sample2.ovx"
pluginspage="http://www.humanconcepts.com/viewer/ov5/nsov5inst.htm"
width="100%" height="100%"
type="application/x-ovx">
</EMBED>
</OBJECT>
</BODY>
</HTML>
Using the same HTM container file as above, with a line edited to install OrgPlus Plugin using plugin.cab from any server, you can have OrgPlus Plugin automatically installed from your own intranet. In this example, the plugin.cab is on the intranet.mycompany.com server. Replace intranet.mycompany.com with the domain name or IP address of your intranet server. You can also simply use a network path to plugin.cab (e.g. " \\servername\viewer\plugin.cab").
<HTML>Imaging User Computers with OrgPlus Plugin
<HEAD>
<TITLE>OrgPlus Chart Title</TITLE>
</HEAD>
<BODY>
<OBJECT ID="IDX"
CODEBASE="http://intranet.mycompany.com/viewer/hcinstall5.cab#Version=5,1,168,0"
CLASSID="CLSID:C73881A0-E7F5-4ce4-B199-307EB127FE15"
WIDTH="100%" HEIGHT="100%">
<PARAM NAME="URL" VALUE="http://intranet.mycompany.com/sample2.ovx">
<EMBED src="http://intranet.mycompany.com/sample2.ovx"
width="100%" height="100%"
type="application/x-ovx">
</EMBED>
</OBJECT>
</BODY>
</HTML>
A third way to deploy OrgPlus Plugin is to image end user machines using the ovsetup.exe OrgPlus Plugin installer. IS departments will do this either by running scheduled remote maintenance and running ovsetup.exe on client machine silently (see ovsetup.exe command line options), or if the IS department pre-images client machines, the ovsetup.exe install should be included in the pre-imaging process.
Please click here to download OrgPlus Plugin
Latest Version of OrgPlus Plugin.
Although the OrgPlus Plugin installer is included as part of the OrgPlus 6.0 installer, the latest version of ovsetup.exe can always be found at: http://download.humanconcepts.com/downloads/op5/ov5/hcinstall5.cab (automatic cab Installer)
Return to OrgPlus 5 Knowledge Base Articles



