Skip to content

Allow override of UpgradeCode seed#8177

Merged
NikolaMilosavljevic merged 1 commit into
release/5.0from
stable.uc.50
Nov 13, 2021
Merged

Allow override of UpgradeCode seed#8177
NikolaMilosavljevic merged 1 commit into
release/5.0from
stable.uc.50

Conversation

@NikolaMilosavljevic

Copy link
Copy Markdown
Contributor

This allows optional override of UpgradeCode seed in MSI-producing projects, in any consumer repo, i.e. dotnet/runtime.

@danmoseley danmoseley added servicing-approved Approved for servicing and removed servicing-consider Servicing ask-mode labels Nov 12, 2021
@NikolaMilosavljevic NikolaMilosavljevic merged commit 0ff4d32 into release/5.0 Nov 13, 2021
<MsiUpgradeCodeSeed Condition="'$(MsiUpgradeCodeSeed)' == ''">$(OutInstallerFile)</MsiUpgradeCodeSeed>
</PropertyGroup>

<GenerateGuidFromName Name="$(MsiUpgradeCodeSeed)">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks to me like an installer could already specify the UpgradeCode property directly, which might be easier.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's what I eventually settled on: dotnet/runtime#61606

@mmitche mmitche deleted the stable.uc.50 branch March 3, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

servicing-approved Approved for servicing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants