Hi.
You will not believe it because you could find it in the documentation Page 82.
Installing the Visual Importer Enterprise Execution Agent as a service
The Visual Importer Enterprise can be run as a normal application or as a Windows
NT/2000 service. If running the Visual Importer Enterprise Execution Agent as a normal application
there is nothing else to do besides start up the Visual Importer Enterprise Execution Agent from the
directory in which Visual Importer Enterprise was installed. If you wish to run the
Visual Importer Enterprise Execution Agent as a Windows NT/2000 service you must install it as a
service by running the Visual Importer Enterprise with the /INSTALL command-line
switch set. For example, to install the Visual Importer Enterprise Execution Agent as a service using
the Run command window under Windows NT you would specify the following
command:
VImpAgent.EXE /INSTALL
To uninstall the Visual Importer Enterprise Execution Agent as a Windows NT/2000 service you
must run the Visual Importer Enterprise with the /UNINSTALL command-line switch
set. For example, to uninstall the Visual Importer Enterprise Execution Agent as a service using the
Run command window under Windows NT you would specify the following
command:
VImpAgent.EXE /UNINSTALL
If you wish to install the Visual Importer Enterprise Execution Agent so that it does not interact with
the desktop at all, which is required in instances where the current user will be
logged out of the system, then you should use the /NOINTERACT flag along with
the /INSTALL command-line switch:
VImpAgent.EXE /INSTALL /NOINTERACT
This will install the service as a non-interactive service and the Visual Importer Enterprise Execution Agent
will not display a user interface when it is started.
Windows 95/98 notes
Windows 95/98 has`nt services. You should use two metods
1) Copy Visual Importer Enterprise Execution Agent shortcut from destkop to StartUp directory
or
2) Write next string key in Registry Database:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"Visual Importer Enterprise Execution Agent"="C:\path\VImpAgent.Exe /NOINTERACT"