Skip to content

Commit eb2faa0

Browse files
authored
Add providerkey to msi (#3392)
* Add providerkey to msi * change case of proveider string * Groan!!! there are two of them * providerKey needs correct capitalization
1 parent 5573f6f commit eb2faa0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup/Swix/Microsoft.FSharp.SDK.Core/Files.swr

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use vs
33
package name=Microsoft.FSharp.SDK.Core
44
version=$(FSharpPackageVersion)
55
vs.package.type=msi
6+
vs.package.providerKey=Microsoft.FSharp.SDK.Core,v4.1
67

78
vs.installSize
89
SystemDrive=194670592

setup/Swix/Microsoft.FSharp.SDK.Resources/Files.swr

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ package name=Microsoft.FSharp.SDK.Resources
44
version=$(FSharpPackageVersion)
55
vs.package.type=msi
66
vs.package.language=$(LocaleSpecificCulture)
7+
vs.package.providerKey=Microsoft.FSharp.SDK.Resources,$(LocaleSpecificCulture),v4.1
78

89
vs.installSize
910
SystemDrive=12681438

0 commit comments

Comments
 (0)