IPublishProperties Properties

 

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

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_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.

Return to top
Show: