Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width70%

Deploying clients to users/devices

Preparing clients for download

When is started for the first time, it will start to download the so-called Generic Clients to the client_deployment directory of the Server Maintenance Folder. The clients will then be available for download in the web interface to logged-off users on the log-in page and to logged-in users on the Download Clients tab.

After the client has been downloaded by the user from the web interface, it needs to be installed. After the installation, the client will ask for the server URL, username and password to connect to the server.


Column
width30%


Panel
titleOverview
Table of Contents



...

(Warnung) Please take care you download the Generic Client version when updating the clients on the PowerFolder Server. The clients connecting to our public cloud don't offer to enter the URL to your server! 

Download links to the latest Generic Clients:

Earlier versions of the Generic Clients can be found here: http://download.powerfolder.com/pro/


Notifying clients about a new version

Once you've updated the clients in the client_deployment directory, they will be available for download on your web interface. However existing clients will not detect automatically that there is a new version yet. (Glühbirne) This can be useful if you want to start with a slow rollout making the updated clients only available for new users.

If you want to have all exisiting existing clients to detect the new version, you need to edit the PowerFolderPro_LatestVersion.txt in the client_deployment directory and set the version number to the number of the updated clients.

(Haken) Next time one of the existing clients start, it will compare the installed version to the version mentioned in the PowerFolderPro_LatestVersion.txt and will offer the updated version to the user.

Deploying on Windows with the .exe installer using silent mode

The Windows client installer supports some command line options to make it easier to deploy it with batch scripts or package deployment tools:

...

FeatureDefault LevelDescription
PowerFolder1Main PowerFolder components, including the jar, binaries and entries in the start menu and desktop.
Bundled_JRE1

The JRE distributed with PowerFolder.

ShellExtensions1Integrate PowerFolder into Windows Explorer etc.
ServerConfig1Set server URL on installation. The public installer property CONFIG_URL must be set.
StartupEntry1Create an entry in the Windows Startup folder to automatically launch PowerFolder.
DesktopShortcut1Create a shortcut on the Desktop
Kerberos_Support2000Create registry entries for Kerberos Authentification.
WebDAV_Support2000Create registry entries to use the WebDAV client.

By default, all features with a level of 1 will be installed. Windows Installer allows to override this behavior behaviour in the following ways:

...