I'm trying to write the installation path to the registry, but it keeps writing 
"INSTALLLOCATION" instead of its value. What am I doing wrong?

Please help!

 

<RegistryKey Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" 
Action="createAndRemoveOnUninstall">

<RegistryValue Name="InstallPath" Value="[INSTALLLOCATION]" Type="string" 
KeyPath="yes" />

</RegistryKey>

 

...

 

<Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
                                          
_________________________________________________________________
Klicka här!
http://new.windowslivemobile.msn.com/SE-SE/windows-live-hotmail/default.aspx
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to