[WiX-users] How to do Product Ref-Counting

2008-03-21 Thread Manikyam Bavandla
Hi All Our MSI is the pre-requisite for some of the internal partner products. We would like to provide product ref-counting, such that if an user tries to uninstall one of the partner product, our product should not be uninstalled if any other product is still required it. What is the best wa

[WiX-users] Heat.exe generates InprocServer32 defult value with double quotes (") appended

2007-07-10 Thread Manikyam Bavandla
Hi WiX-Users Recently we have migrated from wixv2 to wixv3 toolset. In our MSI, we have two COM dlls for registering these two DLLs, we were using wixv2's smoke.exe auto-generated registry entries, in wixv3, we are using wixv3's Heat.exe generated registry entries. Here we are facing a problem

[WiX-users] how to make text in MSI UI to select and copy

2007-03-14 Thread Manikyam Bavandla
Hi All I need to write a text control in MSI UI in such way that user can select and copy it. Is there any way to do that? Thanks in advance. ~Manikyam - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.

[WiX-users] How to insert Hyperlink/URL in MSI UI text

2007-03-01 Thread Manikyam Bavandla
Hi All I want to show some text in MSI UI, like Click here for more details , so that user can click this text for more details. How to show an URL in MSI UI text control? I mean, which WIX control is suitable for showing hyperlink embedded text in MSI