Skip to content

Commit 7bdcbff

Browse files
committed
Installer: Fix typo 'IntallationPath' to 'InstallationPath'.
1 parent b92e1dc commit 7bdcbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win_installer/cppcheck.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</Component>
2222
<Component Id='RegistryEntries' Guid='$(var.registrykeysGUID)'>
2323
<RegistryKey Root="HKCU" Key="SOFTWARE\$(var.ProductNameShort)" Action="createAndRemoveOnUninstall">
24-
<RegistryValue Name="IntallationPath" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
24+
<RegistryValue Name="InstallationPath" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
2525
<RegistryValue Name="Version" Value="$(var.ProductVersion)" Type="string" />
2626
</RegistryKey>
2727
</Component>

0 commit comments

Comments
 (0)