RegistryValue has a slightly different meaning in Wix 2 - use Registry instead.
authorDave Page <dpage@pgadmin.org>
Mon, 26 Mar 2007 10:02:22 +0000 (10:02 +0000)
committerDave Page <dpage@pgadmin.org>
Mon, 26 Mar 2007 10:02:22 +0000 (10:02 +0000)
installer/psqlodbc.wxs

index 4c19075df53b5e6a61b4ac895b3bf4e15418e99d..6c4a67d89b69d1c2dc070fb61789c5d254131144 100644 (file)
@@ -30,7 +30,7 @@
           <Directory Id="SUBLOC" Name="$(var.SUBLOC)">
             <Directory Id="BINDIR" Name="bin">
               <Component Id="registration" Guid="4F0C04EB-ADCB-4fa8-B6A3-E9F74EA693F8">
-                <RegistryValue KeyPath="yes" Type="string" Root="HKCU" Key="Software\psqlODBC\Version" Value="$(var.VERSION)" />
+                <Registry KeyPath="yes" Type="string" Root="HKCU" Key="Software\psqlODBC\Version" Value="$(var.VERSION)" />
               </Component>
               <Merge Id="psqlodbcm" DiskId="1" Language="1033" src="psqlodbc.msm" />
             </Directory>
@@ -60,7 +60,7 @@
         <Directory Id="SMDIR" Name="psqlODBC" />
       </Directory>
     </Directory>
-        
+
 <!-- Features -->
 
     <Feature Id="psqlodbc" Title="psqlODBC" Level="1" Description="psqlODBC - The PostgreSQL ODBC Driver" ConfigurableDirectory="BASEDIR" Display="expand">