Skip to content

Install-UpdatePackage "Update" parameter does not update _Standard values #18

@Riteshk21

Description

@Riteshk21

Hello,

We have used the below command to install TDS items, however we noticed our _Standard values are not getting deployed.
Install-UpdatePackage -Path $package -UpgradeAction Upgrade -InstallMode Update

The below was the message appearing in the TDS log:
WARN:Field: '[s]Header Description Text[/s]' ([s]{A3253692-ED0F-4931-B9CA-0AE10803D866}[/s])
Item path: '[s]/sitecore/templates/abc/Base/UI/Shared/xyz/__Standard Values[/s]'
Item ID: '[s]{729901BF-551F-4330-A125-A83B57A7B595}[/s]'
Language: '[s]en[/s]'
Version: '[s]1[/s]'
The field has been modified from '[s][/s]' to '[s]Description Here.[/s]'.
The field value will not be changed.

We were able to get it work if it manually install the TDS through the update installation wizard.

Moreover we were able to get it work if we change the parameter from Update to Install.
Install-UpdatePackage -Path $package -UpgradeAction Upgrade -InstallMode Install

Hence just wanted to understand the difference between the two parameters as well as the impact of changing it.

Thanks
Ritesh

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions