Install-UpdatePackage
Last updated
Installs a Sitecore update package from the specified path.
Install-UpdatePackage [-Path] <String> [[-RollbackPackagePath] <String>] -UpgradeAction <Preview | Upgrade> -InstallMode <Install | Update>
The Install-UpdatePackage command installs update packages that are used created by Sitecore CMS updates, TDS, and Courier.
Install-UpdatePackage. Install-UpdatePackage -Path "C:\Projects\LaunchSitecore.TDSMaster.update" -UpgradeAction {Preview or Upgrade} -InstallMode {Install or Update}
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Path to the .update package on the Sitecore server disk drive.
Required?
true
Position?
1
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Specify Rollback Package Path - for rolling back if the installation was not functioning as expected.
Required?
false
Position?
1
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Preview / Upgrade
Required?
true
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Install / Update
Required?
true
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
The output type is the type of the objects that the cmdlet emits.
Sitecore.Update.Installer.ContingencyEntry
Help Author: Adam Najmanowicz, Michael West
Last updated
PS master:\> Install-UpdatePackage -Path "C:\Projects\LaunchSitecore.TDSMaster.update" -UpgradeAction Preview -InstallMode Install