Sitecore PowerShell Extensions
Slack
YouTube
Stack Exchange
Donate
Search…
Introduction
Disclaimer
Installation
Training
Community
Interfaces
Working with Items
Modules
Remoting
Security
Releases
Troubleshooting
Code Snippets
Appendix
Common
Indexing
Packaging
Export-Item
Export-Package
Export-UpdatePackage
Get-Package
Get-Preset
Get-UpdatePackageDiff
Import-Item
Install-Package
Install-UpdatePackage
New-ExplicitFileSource
New-ExplicitItemSource
New-FileSource
New-ItemSource
New-SecuritySource
Import-Item
New-Package
Presentation
Provider
Security
Session
Powered By
GitBook
Install-UpdatePackage
Installs a Sitecore update package from the specified path.
Syntax
Install-UpdatePackage [-Path] <String> [[-RollbackPackagePath] <String>] -UpgradeAction <Preview | Upgrade> -InstallMode <Install | Update>
Detailed Description
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
Parameters
-Path <String>
Path to the .update package on the Sitecore server disk drive.
Aliases
Text
Required?
true
Position?
1
Default Value
​
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-RollbackPackagePath <String>
Specify Rollback Package Path - for rolling back if the installation was not functioning as expected.
Aliases
Text
Required?
false
Position?
1
Default Value
​
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-UpgradeAction <UpgradeAction>
Preview / Upgrade
Aliases
Text
Required?
true
Position?
named
Default Value
​
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-InstallMode <InstallMode>
Install / Update
Aliases
Text
Required?
true
Position?
named
Default Value
​
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Outputs
The output type is the type of the objects that the cmdlet emits.
Sitecore.Update.Installer.ContingencyEntry
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE
1
PS
master:\>
Install-UpdatePackage
-
Path
"C:\Projects\LaunchSitecore.TDSMaster.update"
-
UpgradeAction Preview
-
InstallMode Install
Copied!
Related Topics
​
Export-UpdatePackage
​
​
Get-UpdatePackageDiff
​
​
https://github.com/SitecorePowerShell/Console/
​
Previous
Install-Package
Next
New-ExplicitFileSource
Last modified
10d ago
Export as PDF
Copy link
Contents
Syntax
Detailed Description
Parameters
-Path <String>
-RollbackPackagePath <String>
-UpgradeAction <UpgradeAction>
-InstallMode <InstallMode>
Outputs
Notes
Examples
EXAMPLE
Related Topics