Installer: Fix typo 'IntallationPath' to 'InstallationPath'.
This commit is contained in:
parent
b92e1dcc8c
commit
7bdcbff799
|
@ -21,7 +21,7 @@
|
|||
</Component>
|
||||
<Component Id='RegistryEntries' Guid='$(var.registrykeysGUID)'>
|
||||
<RegistryKey Root="HKCU" Key="SOFTWARE\$(var.ProductNameShort)" Action="createAndRemoveOnUninstall">
|
||||
<RegistryValue Name="IntallationPath" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
|
||||
<RegistryValue Name="InstallationPath" Value="[INSTALLDIR]" Type="string" KeyPath="yes" />
|
||||
<RegistryValue Name="Version" Value="$(var.ProductVersion)" Type="string" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
|
Loading…
Reference in New Issue