Deliver your plug-in code to iSeries™ Navigator users by including it with your i5/OS® applications.
The installation program for the application writes the plug-in's code binaries, registry file, and translatable resources to a folder in the iSeries server integrated file system. After completing this process, your end users can obtain the plug-in from the iSeries Access for Windows® folder (with the help of an iSeries NetServer mapped network drive) using the iSeries Access for Windows Selective Setup program. Selective Setup copies your plug-in code to the user's machine, downloads the appropriate translatable resources based on the language settings on the user's PC, and runs the registry file to write your plug-in's registry information to the Windows registry. If you are not initially installed, you can also install plug-ins on the initial install using the custom option.
For this type of plug-in... | Install in this directory... | And include these files... |
---|---|---|
C++ | /QIBM/USERDATA/OpNavPlugin/ <vendor>.<component> (To prevent installation without iSeries Access for Windows) |
|
Java™ | /QIBM/USERDATA/OpNavPlugin/ <vendor>.<component> (Java plug-ins require iSeries Access) |
|
Visual Basic | /QIBM/USERDATA/OpNavPlugin/ <vendor>.<component> (VB plug-ins require iSeries Access for Windows) |
|
Additionally, all plug-ins must create at least one directory below the <vendor>.<component> subdirectory called MRI29XX, where XX identifies a supported language. For example, MRI2924 (English). This directory should contain the correct national language version of the following items:
After the users have installed your new plug-in, you may choose either to upgrade it at a later date or ship bug fixes. When the code is upgraded on the iSeries server, the iSeries Access Check Version program will detect that this process has occurred and automatically download the updates onto the users machines. iSeries Access for Windows also provides uninstall support, which lets your users completely remove the plug-in from their machines anytime they wish. Users can learn what plug-ins are installed on their machines by clicking on the Plug-ins tab on the iSeries Navigator Properties for an iSeries server.
If you provide a Windows policy template with your plug-in, you can also take advantage of Windows system policies to control which network users can install your plug-in. Additionally, you can use the iSeries server based Application Administration support in iSeries Navigator to control which users and user groups can access your plug-in.