dotnet-installer/packaging/windows/clisdk
Sridhar Periyasamy b35ba10ec3 Change the host MSI dependency key for correct reference counting.
Earlier the host MSI dependency key changed for every version. Therefore
the following stesp uninstalled host aggresively.
- Install a older dotnet CLI bundle (say v1)
- Install a newer dotnet CLI bundle (say v2)
- Uninstall the newer CLI bundle. This removes the host completely and
  leaves the older version v1 unusable.

With this fix all the versions of the CLI in the machine will reference
count the host correctly.

Fixes - #2713
2016-05-02 12:13:26 -07:00
..
bundle.thm Remove any 'beta' string from the MSI installers. 2016-04-15 12:11:10 -07:00
bundle.wxl Fix the branding in CLI windows installer 2016-04-27 17:21:43 -07:00
bundle.wxs Fix bug to install x64 and x86 SxS. 2016-04-29 13:16:08 -07:00
dotnet.wxs Change the host MSI dependency key for correct reference counting. 2016-05-02 12:13:26 -07:00
generatebundle.ps1 Fix the branding in CLI windows installer 2016-04-27 17:21:43 -07:00
generatemsi.ps1 Fix the branding in CLI windows installer 2016-04-27 17:21:43 -07:00
provider.wxs Change the host MSI dependency key for correct reference counting. 2016-05-02 12:13:26 -07:00
registrykeys.wxs Remove check for previous versions of CLI SDK. 2016-04-14 11:47:51 -07:00
variables.wxi Change the host MSI dependency key for correct reference counting. 2016-05-02 12:13:26 -07:00