Re: [WiX-users] AppSearch table is not showing

2013-05-06 Thread Ravi Raj
Thanks uni, This helped... On Mon, May 6, 2013 at 3:35 PM, uni wrote: > 于06 May 2013 16:54:47,Ravi Raj写到: > > Hi, > > I am developing an installer using WiX 3.7. I have to do some registry > > search after CostFinalize, so I created a new file named "RegSearch.wxs" > > and put following code: >

Re: [WiX-users] AppSearch table is not showing

2013-05-06 Thread uni
于06 May 2013 16:54:47,Ravi Raj写到: > Hi, > I am developing an installer using WiX 3.7. I have to do some registry > search after CostFinalize, so I created a new file named "RegSearch.wxs" > and put following code: > > xmlns="http://schemas.microsoft.com/wix/2006/wi";> >Id="DomainName"

[WiX-users] AppSearch table is not showing

2013-05-06 Thread Ravi Raj
Hi, I am developing an installer using WiX 3.7. I have to do some registry search after CostFinalize, so I created a new file named "RegSearch.wxs" and put following code: http://schemas.microsoft.com/wix/2006/wi";> and I am using this Property to write registry value using custom