MSDeployPackage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a deployment package that contains configuration needed to install a set of products.
public ref class MSDeployPackage
public class MSDeployPackage
type MSDeployPackage = class
Public Class MSDeployPackage
- Inheritance
-
MSDeployPackage
Properties
AppPath |
Gets or sets the path to the application deployed by a deployment package. |
DeclaredParameters |
Gets a list of declared parameters. |
IsAspNet2Application | |
IsAspNet4Application | |
IsPhpApplication | |
PackageLocation |
Gets or sets a string that contains the location of the package to install. |
RemoveParameters |
Gets a list of remove parameters. |
SetParameters |
Gets a generic string to string dictionary that contains parameters to set. |
Site |
Gets or sets a string that contains the site of the package. |
SkipDirectives |
Gets a list of strings that contain skip directives. |
StartPage |
Gets a string that contains the start page for the deployment package. |
Methods
GetDBConnectionErrorString(DatabaseProvider) |
Gets the exception thrown by a failed database connection. |
SetConfigurationAndWebServerDirectories(String, String) | |
ShouldShowOverwriteWarning() |
Gets a value that indicates whether a user should be presented with an overwrite warning before executing the package. |