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