IPublishProperties2 Interface

 

Defines the ClickOnce properties of a published application.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.9.0 (in Microsoft.VisualStudio.ManagedInterfaces.9.0.dll)

[GuidAttribute("459DEC00-8C1F-40CD-A41D-ED6260C97DC0")]
public interface IPublishProperties2 : IPublishProperties

NameDescription
System_CAPS_pubpropertyApplicationRevision

Gets or sets the revision number of the application.

System_CAPS_pubpropertyApplicationVersion

Gets or sets the version of the application.

System_CAPS_pubpropertyAutorunEnabled

Gets or sets whether to create an autorun.ini file for this application.

System_CAPS_pubpropertyBootstrapperComponentsLocation

Gets or sets the way the bootstrapper should download components.

System_CAPS_pubpropertyBootstrapperDownloadUrl

Gets or sets the URL from which to download bootstrapper components of this application.

System_CAPS_pubpropertyBootstrapperEnabled

Gets or sets whether the bootstrapper should be generated.

System_CAPS_pubpropertyBootstrapperPackages

Gets the collection of bootstrapper packages.

System_CAPS_pubpropertyCreateWebPageOnPublish

Gets or sets whether to generate a Web page when this application is published.

System_CAPS_pubpropertyDisallowUrlActivation

Gets or sets whether to run the application after installation

System_CAPS_pubpropertyInstall

Gets or sets whether to install the application on the user's machine.

System_CAPS_pubpropertyInstallFrom

Gets or sets the type of install location.

System_CAPS_pubpropertyInstallUrl

Gets or sets the URL from which the user should install the application.

System_CAPS_pubpropertyMapFileExtensions

Gets or sets whether to add ".deploy" as an extension to all deployed files.

System_CAPS_pubpropertyMinimumRequiredVersion

Gets or sets the minimum version users can install.

System_CAPS_pubpropertyOpenBrowserOnPublish

Gets or sets whether to open the default browser after each publish.

System_CAPS_pubpropertyProductName

Gets and sets the name of the application.

System_CAPS_pubpropertyPublisherName

Gets or sets the name of the publisher.

System_CAPS_pubpropertyPublishFiles

Gets a collection of files that can be deployed.

System_CAPS_pubpropertyPublishUrl

Gets or sets the URL to which the application will be deployed.

System_CAPS_pubpropertySupportUrl

Gets or sets the URL to which users can go for support.

System_CAPS_pubpropertyTargetCulture

Gets or sets the culture for which the deployment will be generated.

System_CAPS_pubpropertyTrustUrlParameters

Gets or sets whether to allow users to pass parameters to the application via the URL.

System_CAPS_pubpropertyUpdateEnabled

Gets or sets whether users are allowed to update their application.

System_CAPS_pubpropertyUpdateInterval

Gets or sets the number of units for the application to wait before checking for updates.

System_CAPS_pubpropertyUpdateIntervalUnits

Gets or sets the units of time for the application to wait before checking for updates.

System_CAPS_pubpropertyUpdateMode

Gets or sets the mode by which the application will check for updates.

System_CAPS_pubpropertyUpdatePeriodically

Gets or sets whether the application should check for updates.

System_CAPS_pubpropertyUpdateRequired

Gets or sets whether update is required.

System_CAPS_pubpropertyUpdateUrl

Gets or sets the URL to use to check for future updates.

System_CAPS_pubpropertyUseApplicationTrust

Gets or sets if manifest trust info as well as publisher and product information is added to the application manifest

System_CAPS_pubpropertyVerifyUploadedFiles

Gets or sets whether the uploaded files will be validated after publish.

System_CAPS_pubpropertyWebPageFileName

Gets or sets the name of the web page that should be created or opened on publish.

This is similar to the IPublishProperties interface, but with the addition of the UseApplicationTrust property.

Return to top
Show: