Re: [WiX-users] [WIX]: How to add ListView control using themes

2013-12-05 Thread dileep s
Thank you for the information. is also not displaying on UI using WIX3.7 On Tue, Dec 3, 2013 at 2:29 PM, Sergey Yukhno < sergey.yuk...@visutechsystem.by> wrote: > Use not use > > 11/28/2013 12:06, dileep s пишет: > > Hi All, > > > > How to add ListView control in themes file? > > > > I have

Re: [WiX-users] [WIX]: How to add ListView control using themes

2013-12-03 Thread Sergey Yukhno
Use not Hi All, > > How to add ListView control in themes file? > > I have create ListView control in HyperlinkTheme.xml > > > > "yes" TabStop="yes" ImageListGroupHeader="LVSIL_GROUPHEADER"> > > Book1 > > Book2 > > > > "yes" FontId="0">Next > > > > Is building correctly. > > When I ran the

[WiX-users] [WIX]: How to add ListView control using themes

2013-11-28 Thread dileep s
Hi All, How to add ListView control in themes file? I have create ListView control in HyperlinkTheme.xml Book1 Book2 Next Is building correctly. When I ran the bootstrapper.exe it doesnot show any UI. I think its got corrupted? How to add ListView control using themes? Can an