Commit e719aea0 authored by Jake Oandasan's avatar Jake Oandasan

Fix wrong registry key for desktop shortcut

parent d10ea431
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
Target="[#bcscrm5.mdb]" Target="[#bcscrm5.mdb]"
WorkingDirectory="INSTALLFOLDER"/> WorkingDirectory="INSTALLFOLDER"/>
<RemoveFolder Id="DesktopFolder" On="uninstall"/> <RemoveFolder Id="DesktopFolder" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software/IT MAX DB" Name="installed" Type="integer" Value="1" KeyPath="yes"/> <RegistryValue Root="HKCU" Key="Software\IT MAX DB" Name="installed" Type="integer" Value="1" KeyPath="yes"/>
</Component> </Component>
</Fragment> </Fragment>
</Wix> </Wix>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment