Re: [WiX-users] How to read Version information from the Registry.

2007-07-22 Thread Bob Arnson
Naresh Krishna Kumar K wrote: > Yes, I am not able to read the Version info using this element. Is there any > other method to read the version info from the registry? > If it's just a registry value, the RegistrySearch element is the only option natively supported by MSI. -- sig://boB http:

Re: [WiX-users] How to read Version information from the Registry.

2007-07-22 Thread Naresh Krishna Kumar K
Hi, Yes, I am not able to read the Version info using this element. Is there any other method to read the version info from the registry? Thanks, Naresh Krishna Kumar. K Bob Arnson-6 wrote: > > Naresh Krishna Kumar K wrote: >> I am trying to read the version of GPMC in the Registry which is 1.

Re: [WiX-users] How to read Version information from the Registry.

2007-07-21 Thread Bob Arnson
Naresh Krishna Kumar K wrote: > I am trying to read the version of GPMC in the Registry which is 1.0.2. You still haven't described the problem you're having. Does the RegistrySearch you posted not retrieve the Version value? -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] How to read Version information from the Registry.

2007-07-20 Thread Naresh Krishna Kumar K
Hi, I am trying to read the version of GPMC in the Registry which is 1.0.2. I can check whether the GPMC is installed or not. But I want to read the version data from the registry since my tool will run in other operating systems and GPMC are in two different versions. Based on the version of GPMC

Re: [WiX-users] How to read Version information from the Registry.

2007-07-20 Thread Bob Arnson
Naresh Krishna Kumar K wrote: > Hi, > > I am trying to read the version information from the registry. > > > Root="HKLM" > > Key="SOFTWARE\Microsoft\MMC\SnapIns\{E12BBB5D-D59D-4E61-947A-301D25AE8C23}" > Name="Version" Type="raw" > /> >