Installer: Fix typo 'IntallationPath' to 'InstallationPath'.

This commit is contained in:
Kimmo Varis 2010-12-15 18:02:55 +02:00
parent b92e1dcc8c
commit 7bdcbff799
1 changed files with 1 additions and 1 deletions

View File

@ -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>