dotnet-installer/packaging/windows/clisdk
John Beisner 6a0cf8d5e1
Changes in SDK bundle installation methodology (#121)
Changes in SDK bundle installation methodology:
1. Manage the 3 potential SDK bundle installation locations
In precedential order:
    A. the SDK bundle’s self-registered installation location [x64 or x86]
    B. ‘Program Files’ + “dotnet” [if 'dotnet.exe' exists]
    C. the “installpath’s” input parameter’s value
    D. ‘Program Files’ + “dotnet”
2. Communicate the SDK bundle installation location to the chained MSIs
3. Disable the CLI SDK MSI from installing ‘stand-alone’
4. SDK bundle self-registers the installation location value.

Other:
* Adding a file search for 'dotnet.exe'; updates
* Changing the MSI blocking conditional.
* Changed: "AuthoredRegistryKeys" to : "AuthoredRegistryKeys_x86node"
* Managing the x86 and x64 install locations
* "DOTNETHOME" should not overridable; adding an explicit override for identical install paths: "DOTNETHOMESIMILARITYCHECKOVERRIDE"; adding comments.
2018-11-21 09:38:54 -08:00
..
bundle.thm Changes in SDK bundle installation methodology (#121) 2018-11-21 09:38:54 -08:00
bundle.wxl Changes in SDK bundle installation methodology (#121) 2018-11-21 09:38:54 -08:00
bundle.wxs Changes in SDK bundle installation methodology (#121) 2018-11-21 09:38:54 -08:00
dotnet.wxs Changes in SDK bundle installation methodology (#121) 2018-11-21 09:38:54 -08:00
dummyeula.rtf Add dummy eula for Windows installer 2017-06-22 09:03:35 -07:00
generatebundle.ps1 Bundle Wpf/WinForms shared framework in installer 2018-08-23 18:08:42 -07:00
generatemsi.ps1 Add XSLT Transform for apphost (#9609) 2018-07-10 16:24:50 -07:00
generatenupkg.ps1 Use the latest nuget.exe in generatenupkg script 2018-05-10 17:22:16 +00:00
provider.wxs fix reg key in cli msi 2016-06-10 16:37:09 -07:00
registrykeys.wxs Changes in SDK bundle installation methodology (#121) 2018-11-21 09:38:54 -08:00
StableFileIdForApphostTransform.xslt Add XSLT Transform for apphost (#9609) 2018-07-10 16:24:50 -07:00
variables.wxi Changes in SDK bundle installation methodology (#121) 2018-11-21 09:38:54 -08:00
VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec Package bundled version props in to a VS insertion nupkg 2017-03-24 11:11:31 -07:00
VS.Redist.Common.Net.Core.SDK.x64.nuspec Package bundled version props in to a VS insertion nupkg 2017-03-24 11:11:31 -07:00
VS.Redist.Common.Net.Core.SDK.x86.nuspec Package bundled version props in to a VS insertion nupkg 2017-03-24 11:11:31 -07:00