File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/installer/pkg/sfx/installers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
1. the legacy SDK can be subsequently installed
21
21
2. the user runs 'dotnet' commands directly against 'ProgramFiles'\dotnet\dotnet.exe -->
22
22
23
- <Component Id =" cmpCoreHost" Directory = " DOTNETHOME " Guid =" {45399BBB-DDA5-4386-A2E9-618FB3C54A18}" >
23
+ <Component Id =" cmpCoreHost" Guid =" {45399BBB-DDA5-4386-A2E9-618FB3C54A18}" >
24
24
<File Id =" fileCoreHostExe" KeyPath =" yes" Source =" $(var.HostSrc)\dotnet.exe" >
25
25
<CopyFile Id =" copyFileCoreHostExe" DestinationDirectory =" PROGRAMFILES_DOTNET" />
26
26
</File >
27
27
</Component >
28
28
29
29
<Component Id =" cmpSharedHostVersionRegistry" Guid =" *" >
30
30
<RegistryKey Root =" HKLM" Key =" SOFTWARE\dotnet\Setup\InstalledVersions\$(var.Platform)\sharedhost" >
31
- <RegistryValue Action =" write" Name =" Version" Type =" string" Value =" $(var.NugetVersion)" />
31
+ <RegistryValue KeyPath = " yes " Action =" write" Name =" Version" Type =" string" Value =" $(var.NugetVersion)" />
32
32
</RegistryKey >
33
33
</Component >
34
34
45
45
<Environment Id =" E_PATH" Name =" PATH" Value =" [DOTNETHOME]" Part =" last" Action =" set" System =" yes" />
46
46
</Component >
47
47
48
- <Component Id =" cmpLicenseFiles" Directory = " DOTNETHOME " Guid =" {A61CBE5B-1282-4F29-90AD-63597AA2372E}" >
48
+ <Component Id =" cmpLicenseFiles" Guid =" {A61CBE5B-1282-4F29-90AD-63597AA2372E}" >
49
49
<File Id =" fileLicenseTxt" KeyPath =" yes" Source =" $(var.HostSrc)\LICENSE.txt" >
50
50
<CopyFile Id =" copyFileLicenseTxt" DestinationDirectory =" PROGRAMFILES_DOTNET" />
51
51
</File >
You can’t perform that action at this time.
0 commit comments