Config Class
Represents the configuration settings for the add-in provider.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BuildPackagePath(Guid) | Creates a full path to the Windows Installer package with the specified identifier. |
![]() ![]() | GetClientDownloadUri(Guid, String^) | Returns the URI that the client computer uses to download a file from the server. |
| Name | Description | |
|---|---|---|
![]() ![]() | BasePackagePath | Defines the local path to the location where the add-in packages are stored. |
![]() ![]() | ClientBinaryDownloadPort | Defines the port that is used for downloading binary files from the client computer to the server. |
![]() ![]() | ClientBinaryVdirName | Defines the name of the shared folder from which client computers download Windows Installer packages. |
![]() ![]() | ClientLocalPath | Defines the temporary location where Windows Installer packages are stored on the client computer. |
![]() ![]() | LocalSharePath | Defines the local path to the shared folder that contains the Windows Installer packages for the client computers. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


