I'm following the directions on http://www.tramontana.co.hu/wix/ for creating 
an MSP file. One of the things I'm trying to do is update a registry value on 
the patch and it doesn't seem to be working. Anyone have any idea how I go 
about getting the registry value created on install, updated to a different 
value on the patch.
The patch wxs looks something like this for the patch family, where the 
RegistryEntries is the reference back to the registry entries that are created 
(it's just one entry).
 
      <PatchFamily Id="ConversionsPatchFamily" Version="$(var.ProductVersion)" 
Supersede="yes">
         <ComponentRef Id="RegistryEntries" />
         <ComponentRef Id="MainApp" />
      </PatchFamily>
 
Am I doing something wrong here? The value that is being written to the 
registry is different in both MSIs I'm using to create the patch from. I've 
searched around but haven't found anything that worked
 
Thanks,
Bryce

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to