Installing PostFiles Outlook via command line
As an administrator, you can install and configure PostFiles Outlook directly via the command line. You'll be able to perform silent installations, prevent updates, and set up a proxy.
To install or configure the PostFiles Outlook plugin from the command line, launch the command prompt and use the settings in the table below.
Please note
You don't need to run the command prompt as an administrator. If administrator rights are required, you will be prompted for them.
Key |
Default value |
Explanation |
---|---|---|
|
- |
The installer file previously downloaded from your Oodrive workspace. Be sure to enter the correct version number. |
|
Domain name of the server from which you downloaded the installer |
Name of the server that hosts your Oodrive Work workspace. Example: sharing.oodrive.com |
|
Workspace from which you downloaded the installer |
Workspace name. |
|
- |
Proxy Name. |
|
- |
Proxy domain name (address without http://). |
|
- |
Proxy port. |
|
Anonymous |
Proxy authentication type:
Warning: When entering the proxy authentication type, make sure to match the case as indicated in the list above. If the case is not respected, the command will not execute. |
|
- |
User name used to log in to the proxy. |
|
- |
Password used to log in to the proxy. |
|
- |
Proxy domain (NTLM proxy only). |
|
- |
Address of the automatic proxy configuration script (.pac). |
|
- |
Authentication information for the system proxy, in URL link format: http://user:password@host:port/ |
|
true |
This setting controls whether the plugin is enabled by default when opening the email client. Users are free to alter this behavior according to their preferences. |
|
true |
This setting controls the default display of sharing options when an e-mail is sent. Users are free to alter this behavior according to their preferences. |
|
true |
This setting allows Outlook to be launched when installation is complete. |
|
- |
If this setting is used, the installation will be performed for all users. Installation folder:
|
|
- |
Name of the installation log file Example: "LOG=example.txt" |
|
- |
If this setting is used, the installation will be silent but visible (a loading screen will be displayed, with the option to cancel the installation). |
|
- |
If this setting is used, the installation will be silent and invisible. |
|
- |
This setting removes all dialog boxes that may appear during installation (example: theme download error during offline installation). |
|
false |
If NeverUpdate=true, PostFiles Outlook will not be updated automatically even if updates are enabled on the supervision console. |
|
- |
This setting allows you to define a personalized message that will be displayed in the e-mail window when the plugin is enabled. There is no limit to the length of the message, which is left to your appreciation. |
|
- |
This setting lets you customize the color of the banner that appears in the e-mail editor window when the plugin is enabled. All colors from a color picker are supported (for example: https://www.w3schools.com/colors/colors_picker.asp). Please note: the color code is not case-sensitive. For example: /CustomColor "#ff1aff" or /CustomColor "#FFA500" are both valid formats. |
Examples
Here are some examples of command-line configuration:
-
Basic Configuration
PostFilesOutlook-X.X.X.X.exe /ServerHostName easysharepp.oodrive.com /Workspace postfilesv5 /SILENT
-
Configuration with "your proxy"
PostFilesOutlook-X.X.X.X.exe /ProxyName yourproxy /ProxyAddress 123.456.7.89 /ProxyAuthType Anonymous /ProxyPort 1234 /SILENT
-
Installation for all users
PostFilesOutlook-X.X.X.X.exe /AllUsers /RunOutlook false /SILENT
-
Blocking updates
PostFilesOutlook-X.X.X.X.exe /NeverUpdate true
Please note
If after a silent installation the application takes a long time to launch and does not appear as connected, check the Proxy configuration. If it is an NTLM system proxy, it does not need to be specified.
Ressources