Packaging the PowerClient project

To package the PowerClient project:

  1. Click the PowerClient project in the System Tree and then select the Deploy page > Basic tab.

  2. Select Folder.

  3. Specify to generate the package as an executable installer, a compressed zip file, or a folder.

    If you select Zipped file, an appname_Installer.zip file is generated in the specified path. You can copy the zip file to the server and then decompress it to the Web root.

    If you select Executable installer, an appname_Installer.exe file is generated in the specified path. You can copy the executable file to the server and then run it to install the application to the Web root.

    If you select Folder, an appname folder is generated in the specified path. You can directly copy files and subfolders from this folder to the Web root.

  4. Specify the location where the package will be generated.


    Note

    Do not manually change the name of the installed or de-compressed application folder on the server, otherwise the application uninstall program will fail to run.