/
DEMSI-Installer option to specify base path

DEMSI-Installer option to specify base path

 

With the MSI installer the folder base path can be set during the interactive installation process. The installer proposes the folder base path already set in the registry. If no folder path was set the installer proposes the default path $HOME/PowerFolders. It is also possible to set the parameter via command line parameter:

 

msiexec /i installer.msi FOLDERBASEPATH=C:\test

 

The installation can also be done completely silent (requires console with administrator privileges):

 

msiexec /i installer.msi /qn FOLDERBASEPATH=C:\test

 

During installation, the folder base path is written to the registry of the local user (foldersbase). A second key (foldersbase.overwrite) is also written to the registry and set to true. At the next start of the PowerFolder client the folder base path is read from the registry and the overwrite flag set to false. From this point on all changes to the folder base path are controlled by the client and automatically synced to the registry.

Related content

MSI-Installer option to specify base path
MSI-Installer option to specify base path
More like this
DEConfiguring the default folder path
DEConfiguring the default folder path
More like this
Server Maintenance Folder
Server Maintenance Folder
More like this
PowerFolder Client 11 SP2
PowerFolder Client 11 SP2
More like this
Configuring the default folder path
Configuring the default folder path
More like this
Server Installation Guide
Server Installation Guide
More like this