cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Rakesh31
Level 2

Setting variables

I want to set the class path of webservers during the installation. how is it possible? and I want to check for the condition if the webserver already exists in the user's machine, if not then the webserver has to get installed.

-Regards
Rakesh.
Labels (1)
0 Kudos
(1) Reply
Masudkhan
Level 5

In the Install tab, there is a 'Set classpath' button.
This can be used to set the classpath.

To check if webserver is installed or not, if installed then,
what is the path, you can write a custom code and execute it during install phase.

Also you can call other installer or silently install webserver depending on the out come.
0 Kudos