Re: [WiX-users] Writing Registry Value from Custom Action

2012-06-18 Thread Ravi Raj
I am also thinking this way but was not sure any other (better) way of doing this. But thanks for your valuable suggestions. On Mon, Jun 18, 2012 at 1:31 PM, Dirk Räder wrote: > Hi, > > I'd take the usual way: > Define some properties that hold the path to the registry key(s) and > the desired v

Re: [WiX-users] Writing Registry Value from Custom Action

2012-06-18 Thread Dirk Räder
Hi, I'd take the usual way: Define some properties that hold the path to the registry key(s) and the desired value(s). Access these properties within your CA and you should be fine. This way, you can reuse the CA for more than one installer without changes to its source code. Kind regards, Dirk