Distributing

This chapter shows how to distribute the The Imaging Source Cognex Vision Pro Plugin with a Vision Pro application.

Setup

The The Imaging Source AIK plugin comes with a setup program, which installs all necessary files and registers the plugin correctly in the registry.

The setup program can be added to an application's setup. Optionally it can be called with following parameters:

/VERYSILIENT
Instructs setup to be very silent. If a setup is very silent the installation window will not be displayed. Everything else is normal, meaning that error messages, for example, during installation will be displayed.
/DIR="x:\dirname"
Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified. The default is C:\Program Files\Common Files\The Imaging Source Europe GmbH\TIS_AIK"

Manual Setup

If the The Imaging Source AIK plugin is installed from the setup file you created on your own, the following files are needed:

The files can be found in the installation directory of the The Imaging Source AIK plugin. It is per default C:\Program Files\Common Files\The Imaging Source Europe GmbH\TIS_AIK"

Additionally the Microsoft Visual Studio VC++ 9 runtime setup is needed.

Following keys are to be added to the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\COGNEX\AIK]

[HKEY_LOCAL_MACHINE\SOFTWARE\COGNEX\AIK\Adapter_TIS_AIK]
"LibName"="C:\\Your installation directory\\tis_aik.dll"
"ServerNameBase"="Cognex.AIKserver.Adapter_TIS_AIK."
"PoolSize"=dword:02000000
"UseExe"=dword:00000001

<< The Imaging Source Cognex Vision Pro Plugin