[WiX-users] Remove Open Folders on uninstall

2014-05-26 Thread Arun Krishnan [ NeSTIT]
Hi Guys I have an installer, which is working perfect , But when I try uninstall, and if any of the folders are open (I sometimes forget to close the "log" file folder), the entire folder structure, till that folder won't be removed. Is there any fix for this ? Thanks ArunK ---

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Namrata Kumari
http://schemas.microsoft.com/wix/2006/wi"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Jeremiahf
This may be extra info but I use a config.wxi file and set the values in there and just reference them with variables like below. However, you should probably set your values like below except you don't have to use variables. Just set the values that you need applied. Then you can use p

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Phil Wilson
Those Uninstall registry entries will have a SystemComponent item with a value of 1 if you've set ARPSYSTEMCOMPONENT to 1. --- Phil Wilson On Mon, May 26, 2014 at 5:25 AM, Karkare,Aparna wrote: > By any chance is below being used in your file? > > > > If yes, this should be removed.

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Karkare,Aparna
By any chance is below being used in your file? If yes, this should be removed. Aparna Karkare L&T Infotech OAI-sys, Enterprise Components and Frameworks Office: 020-6641-6142 Email: akark...@travelers.com -Original Message- From: Namrata Kumari [mailto:namrata.kum...@aspiresys.com] Se

[WiX-users] Best approach to override file versioning

2014-05-26 Thread Jesper Alf Dam
We have a product that ships with a number of independently versioned third-party libraries, in addition to our own files (whose file versions follow the product version) Now, we've encountered a situation where some of the third party files we want to ship in our installer have a lower version

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-26 Thread Namrata Kumari
I have still my installed app is not visible in Program feature. But I ahve entries in registry as HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{92A902C7-9B79-4F5D-B2B5-88BBA4FF723C} and I have all entries there. Please help -- View this message in conte