/// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.CopyToSharePointRootStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.CopyToSharePointRootStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.CopyToSharePointRootStep_Description;
 }
 /// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.RestartOWSTimerServiceStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.RestartOWSTimerServiceStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.RestartOWSTimerServiceStep_Description;
 }
Exemple #3
0
 /// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.WarmUpSiteStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.WarmUpSiteStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.WarmUpSiteStep_Description;
 }
Exemple #4
0
 /// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.AttachToIISWorkerProcessesStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.AttachToIISWorkerProcessesStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.AttachToIISWorkerProcessesStep_Description;
 }
 /// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.InstallFeaturesStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.InstallFeaturesStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.InstallFeaturesStep_Description;
 }
 /// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.CallPowerShellScriptStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.CallPowerShellScriptStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.CallPowerShellScriptStep_Description;
 }
 /// <summary>
 /// Initializes the deployment step.
 /// </summary>
 /// <param name="stepInfo">An object that contains information about the deployment step.</param>
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = CKSProperties.ActivateSelectedFeaturesDeploymentStep_Name;
     stepInfo.StatusBarMessage = CKSProperties.ActivateSelectedFeaturesDeploymentStep_StatusBarMessage;
     stepInfo.Description      = CKSProperties.ActivateSelectedFeaturesDeploymentStep_Description;
 }
Exemple #8
0
 // Implements IDeploymentStep.Initialize.
 public void Initialize(IDeploymentStepInfo stepInfo)
 {
     stepInfo.Name             = "Upgrade solution";
     stepInfo.StatusBarMessage = "Upgrading solution...";
     stepInfo.Description      = "Upgrades the solution on the local machine.";
 }