This topic has not yet been rated - Rate this topic

DeployManifest Properties

The DeployManifest type exposes the following members.

  Name Description
Public property AssemblyIdentity Gets or sets the identity of the manifest. (Inherited from Manifest.)
Public property AssemblyReferences Gets the set of assemblies that the manifest references. (Inherited from Manifest.)
Public property CompatibleFrameworks Gets the versions of the .NET Framework that an application can run on.
Public property CreateDesktopShortcut Infrastructure. Gets or sets a value that indicates whether to create a desktop shortcut.
Public property DeploymentUrl Gets or sets the update location for the application.
Public property Description Gets or sets a textual description for the manifest. (Inherited from Manifest.)
Public property DisallowUrlActivation Gets or sets a value indicating whether the application should be blocked from being started by means of a URL.
Public property EntryPoint Gets or sets a deployment reference that is the entry point of the application. (Overrides Manifest.EntryPoint.)
Public property ErrorReportUrl Infrastructure. Gets or sets the URL of the error report.
Public property FileReferences Gets the set of files that the manifest references. (Inherited from Manifest.)
Public property InputStream Gets or sets the input stream from which the manifest was read. (Inherited from Manifest.)
Public property Install Gets or sets a value indicating whether the application is an installed application or an online-only application.
Public property MapFileExtensions Gets or sets a value indicating whether .deploy file extension mapping is used.
Public property MinimumRequiredVersion Gets or sets the minimum required version number for an application.
Public property OutputMessages Gets a collection of current error and warning messages. (Inherited from Manifest.)
Public property Product Gets or sets the name of the application.
Public property Publisher Gets or sets the publisher of the application.
Public property ReadOnly Gets or sets a value indicating whether the manifest is operating in read-only or read-write mode. (Inherited from Manifest.)
Public property SourcePath Gets or sets the location where the manifest was loaded or saved. (Inherited from Manifest.)
Public property SuiteName Infrastructure. Gets or sets the suite name that is defined in the manifest.
Public property SupportUrl Gets or sets the link that appears in Add or Remove Programs in Control Panel for the application.
Public property TargetFrameworkMoniker Gets or sets a token that represents a version of the .NET Framework runtime.
Public property TrustUrlParameters Gets or sets a value indicating whether URL query-string parameters are available to the application.
Public property UpdateEnabled Gets or sets a value indicating whether the application is updatable.
Public property UpdateInterval Gets or sets the update interval for the application.
Public property UpdateMode Gets or sets an object indicating whether updates should be checked in the foreground before the application is started, or in the background while the application is running.
Public property UpdateUnit Gets or sets the units used for the UpdateInterval property.
Public property XmlAssemblyIdentity Infrastructure. Gets or sets a property that is used to serialize the AssemblyIdentity property to an XML file. (Inherited from Manifest.)
Public property XmlAssemblyReferences Infrastructure. Gets or sets a property that is used to serialize the AssemblyReferences property to an XML file. (Inherited from Manifest.)
Public property XmlCompatibleFrameworks Gets or sets the array of XML elements that represent the versions of the .NET Framework that an application can run on.
Public property XmlCreateDesktopShortcut Infrastructure. Gets or sets a property that is used to serialize the CreateDesktopShortcut property to an XML file.
Public property XmlDeploymentUrl Infrastructure. Gets or sets a property that is used to serialize the DeploymentUrl property to an XML file.
Public property XmlDescription Infrastructure. Gets or sets a property that is used to serialize the Description property to an XML file. (Inherited from Manifest.)
Public property XmlDisallowUrlActivation Infrastructure. Gets or sets a property that is used to serialize the DisallowUrlActivation property to an XML file.
Public property XmlErrorReportUrl Infrastructure. Gets or sets a property that is used to serialize the ErrorReportUrl property to an XML file.
Public property XmlFileReferences Infrastructure. Gets or sets a property that is used to serialize the FileReferences property to an XML file. (Inherited from Manifest.)
Public property XmlInstall Infrastructure. Gets or sets a property that is used to serialize the Install property to an XML file.
Public property XmlMapFileExtensions Infrastructure. Gets or sets a property that is used to serialize the MapFileExtensions property to an XML file.
Public property XmlMinimumRequiredVersion Infrastructure. Gets or sets a property that is used to serialize the MinimumRequiredVersion property to an XML file.
Public property XmlProduct Infrastructure. Gets or sets a property that is used to serialize the Product property to an XML file.
Public property XmlPublisher Infrastructure. Gets or sets a property that is used to serialize the Publisher property to an XML file.
Public property XmlSchema Infrastructure. Gets or sets a property that is used to serialize the schema to an XML file. (Inherited from Manifest.)
Public property XmlSuiteName Infrastructure. Gets or sets a property that is used to serialize the SuiteName property to an XML file.
Public property XmlSupportUrl Infrastructure. Gets or sets a property that is used to serialize the SupportUrl property to an XML file.
Public property XmlTrustUrlParameters Infrastructure. Gets or sets a property that is used to serialize the TrustUrlParameters property to an XML file.
Public property XmlUpdateEnabled Infrastructure. Gets or sets a property that is used to serialize the UpdateEnabled property to an XML file.
Public property XmlUpdateInterval Infrastructure. Gets or sets a property that is used to serialize the UpdateInterval property to an XML file.
Public property XmlUpdateMode Infrastructure. Gets or sets a property that is used to serialize the UpdateMode property to an XML file.
Public property XmlUpdateUnit Infrastructure. Gets or sets a property that is used to serialize the UpdateUnit property to an XML file.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.