Re: [WiX-users] Problem Reading Registry

2008-03-04 Thread Mooney, Stephen
-users- > [EMAIL PROTECTED] On Behalf Of Boris Krivonog > Sent: 04 March 2008 14:30 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Problem Reading Registry > > Please refer to http://www.tramontana.co.hu/wix/lesson1.php, under "1.5 > Where to Install?&q

Re: [WiX-users] Problem Reading Registry

2008-03-04 Thread Boris Krivonog
Please refer to http://www.tramontana.co.hu/wix/lesson1.php, under "1.5 Where to Install?". It contains a really simple and exhaustive explanation about this issue. Hope this helps, Boris Riyaz Mogharabin wrote: > Hi everybody, > > I have to read a registry value from a specific key ( lets s

[WiX-users] Problem Reading Registry

2008-03-04 Thread Riyaz Mogharabin
Hi everybody, I have to read a registry value from a specific key ( lets say HKLM\Software\Company\ ) and this value contains the path to the location where we need to install the software (so the format of the value will be something like "C:\Company\HomeDir\" ). How can I get this value by us