Skip to content

Commit 1939b3a

Browse files
committed
Active Setup version number needs to be specified using commas instead of dots
1 parent fb28ef4 commit 1939b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Setup/Setup.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<RegistryValue Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\App Paths\BowPad.exe" Name="Path" Value="[INSTALLDIR]" Type="string" />
113113
<RegistryValue Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\App Paths\BowPad.exe" Value="[INSTALLDIR]BowPad.exe" Type="string" />
114114

115-
<RegistryValue Root="HKLM" Key="Software\Microsoft\Active Setup\Installed Components\[UpgradeCode]" Name="Version" Value="$(var.MajorVersion).$(var.MinorVersion).$(var.BuildVersion)" Type="string" KeyPath="yes" />
115+
<RegistryValue Root="HKLM" Key="Software\Microsoft\Active Setup\Installed Components\[UpgradeCode]" Name="Version" Value="$(var.MajorVersion),$(var.MinorVersion),$(var.BuildVersion)" Type="string" KeyPath="yes" />
116116
<RegistryValue Root="HKLM" Key="Software\Microsoft\Active Setup\Installed Components\[UpgradeCode]" Name="Stubpath" Value="[INSTALLDIR]BowPad.exe /registerwin11contextmenu" Type="string" />
117117
<RegistryValue Root="HKLM" Key="Software\Microsoft\Active Setup\Installed Components\[UpgradeCode]" Value="[ProductName]" Type="string" />
118118
</Component>

0 commit comments

Comments
 (0)