Launch Application

This function is sued to launch application in browser after installation. You have to specify the file to be launched and its login credentials to open the specified file in the browser as required. The parameters are:

 

Path: It is the path of file to be launched. It’s a required parameter. Also when an application is installed successfully, its access URL is displayed with the login information. You will display this as access URL

Login: It is the login to be displayed on last page of installation. It is an optional parameter. Don't display it if it is not specified.

Password: It is the password to be displayed on last page of installation. It is an optional parameter. Don't display it if it is not specified.

 

 

<LaunchApp path="" login="" password=""/>  

 

Following section of this document provides a list of different variables for your ease & information.