Re: [WiX-users] Registry entry updates in MSP file

2009-11-12 Thread Blair
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registry entry updates in MSP file Sorry, meant to include the code from the RegistryValue in the initial post. The value being written to the registry is just defined in

Re: [WiX-users] Registry entry updates in MSP file

2009-11-12 Thread Grebil, Bryce
riginal Message- From: Pally Sandher [mailto:pally.sand...@iesve.com] Sent: Thursday, November 12, 2009 3:34 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registry entry updates in MSP file What does the RegistryValue code look like? That might help people

Re: [WiX-users] Registry entry updates in MSP file

2009-11-12 Thread Pally Sandher
What does the RegistryValue code look like? That might help people tell you what's going wrong. If the value you're writing in this RegistryValue is a Property which differs *at run-time* in the 2 MSI's there may not actually be a problem here, it could be expected behaviour. Palbinder Sandher So