Install

The cloud app launcher is available in two versions: the standard version and the public version. When the default launcher is uploaded to the server, both versions will be uploaded.

Install the standard version

The standard version of the cloud app launcher will be automatically downloaded when the user runs the application for the first time by accessing the application URL in the Web browser. If download does not start automatically, the user will need to click the Download the Launcher button to download the setup file, and then run the setup file manually to install the cloud app launcher, as shown in the figure below.


Install the public version

The public version of the cloud app launcher is provided separately so that the administrator can get the setup file of the public version and install it to the client. The public version can be used by all users on that client machine. The administrator must have the administrator rights to install the public version so that it can be used by all users on that client machine. The setup file can be obtained from the server after it was uploaded, for example, C:\inetpub\wwwroot\CloudAppPublisher\CloudAppInstall [version]\CloudAppLauncherPublic_Installer.exe (or CloudAppLauncherPublic_Installer.msi).

The administrator can directly run the setup file to install or run the following command to silently install the cloud app launcher.

For EXE file:

CloudAppLauncherPublic_Installer.exe /s /AppInstallPath=""c:\appeon_dir\App1"" /CalInstallPath=""%localappdata%\cal_v22""
CloudAppLauncher_Installer.exe /s /AppInstallPath=""c:\appeon_dir\App1"" /CalInstallPath=""%localappdata%\cal_v22""
  • /s - starts the silent installation mode.

  • /AppInstallPath -- (optional) specifies the installation path for the application.

  • /CalInstallPath -- (optional) specifies the installation path for the cloud app launcher.

For MSI file:

CloudAppLauncherPublic_Installer.msi /qn APPINSTALLPATH=""c:\appeon_dir\App1"" CALINSTALLPATH=""%localappdata%\cal_v22""
CloudAppLauncher_Installer.msi /qn APPINSTALLPATH=""c:\appeon_dir\App1"" CALINSTALLPATH=""%localappdata%\cal_v22""
  • /qn - starts the silent installation mode.

  • /APPINSTALLPATH -- (optional) specifies the installation path for the application.

  • /CALINSTALLPATH -- (optional) specifies the installation path for the cloud app launcher.

The administrator can directly run the SilentUninstall.bat file under the installation path to silently uninstall the cloud app launcher.

Note

If the MSI file for the installation is used, you will need to make sure the installation path for the application and the cloud app launcher can be accessed and executed by the end user, otherwise, the application or the cloud app launcher may fail to run. The end user will not be prompted for the permission issue (this is a limitation with MSI file).

If the EXE file for the installation is used, the end user will be prompted to select a different path if s/he has no sufficient rights to install to the specified path for the application or the cloud app launcher; they cannot proceed with the installation process until they select an appropriate path.

 

Standard version

Public version

Can be uploaded to server

Yes

Yes

Download/Installation

The setup file is automatically downloaded from the server when the user enters the application URL in the browser; and then installed when the user runs the setup file.

The following executable files are downloaded and installed:

  • AppLauncher_V2.exe

  • CloudAppUninstall.exe

  • execmd.exe

  • LauncherSetup.exe

The administrator gets the setup file from the server and then installs it to the client machine.

The following executable files are downloaded and installed:

  • AppLauncher_V2.exe

  • CloudAppUninstall.exe

  • execmd.exe

  • LauncherSetup.exe

Install location

The launcher (as well as the app files and runtime files) will be installed to the local user folder, such as C:\Users\appeon\AppData\Local\CloudAppLauncher_V2.

The launcher will be installed to the %programfiles% folder and the app files and runtime files will be installed to the local user folder.

Launching

The launcher will be installed and run by each user.

The launcher starts when the user starts an application, and will stay active all the time (unless manually ended).

The launcher must be installed by the administrator, and then shared by all users.

The launcher will start at the computer start-up, and will stay active all the time (unless manually ended).

Precedence

If both standard version and public version are installed on the same computer, the public version is always used (even if the user has installed the standard version under his own account).

Upgrading

Will automatically upgrade.

Will rely on the administrator to upgrade. If the administrator does not promptly upgrade it to the latest version, when the user runs the application, s/he will be prompted to contact the administrator to upgrade the launcher.

Uninstalling

Uninstalled by each user.

Uninstalled by the administrator.

When administrator rights are required

No administrator rights are required to install/uninstall and use this version.

Administrator rights are required to install/uninstall this version.

Other than that, this version can be used by all users without administrator rights.