We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92e1dc commit 7bdcbffCopy full SHA for 7bdcbff
1 file changed
win_installer/cppcheck.wxs
@@ -21,7 +21,7 @@
21
</Component>
22
<Component Id='RegistryEntries' Guid='$(var.registrykeysGUID)'>
23
<RegistryKey Root="HKCU" Key="SOFTWARE\$(var.ProductNameShort)" Action="createAndRemoveOnUninstall">
24
- <RegistryValue Name="IntallationPath" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
+ <RegistryValue Name="InstallationPath" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
25
<RegistryValue Name="Version" Value="$(var.ProductVersion)" Type="string" />
26
</RegistryKey>
27
0 commit comments