Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-08 Thread Fabrice MAUPIN
" Does that WiX build ok?" Yes. The problem is the remove of file which do not work. Any ideas ? -Message d'origine- De : Phil Wilson [mailto:phildgwil...@gmail.com] Envoyé : mercredi 8 octobre 2014 17:19 À : General discussion about the WiX toolset. Objet : Re: [WiX-users] Problem wi

[WiX-users] Using Lux and Nit

2014-10-08 Thread Phill Hogland
I am looking for advice on how to use Lux and Nit. I have read the chm docs and the two posts to Joy of Setups. I have also reviewed the sample projects in the source and looked at the lux related targets in the source code. I have tried several approaches to using Lux without success, so I crea

Re: [WiX-users] On uninstall, group is not removed from user

2014-10-08 Thread Jeremiahf
http://wixtoolset.org/documentation/manual/v3/wixdev/wixdev_getting_started.html On Wed, Oct 8, 2014 at 11:35 AM, Rob Mensching wrote: > Or better yet, help contribute the code to the WiX toolset custom actions > so everyone can benefit simply. > > ___

Re: [WiX-users] On uninstall, group is not removed from user

2014-10-08 Thread Rob Mensching
Or better yet, help contribute the code to the WiX toolset custom actions so everyone can benefit simply. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Jeremiahf [mailto

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-08 Thread Phil Wilson
Does that WiX build ok? It looks like your cleanup component is not actually in a feature, it's not in MyFeature, so it won't be used. I thought WiX reported an error for that, maybe it's not fatal. --- Phil Wilson On Wed, Oct 8, 2014 at 7:28 AM, Fabrice MAUPIN wrote: > Hello everybo

[WiX-users] Problem with in my WXS configuration file !

2014-10-08 Thread Fabrice MAUPIN
Hello everybody, During the install of my application (Windows 7 Pro x64) I would like : ** copy a file in the installation directory ** remove a file from a subdirectory It's ok for the copy of the file - no problem. On the other hand, the remove of a file do not work. This i

Re: [WiX-users] On uninstall, group is not removed from user

2014-10-08 Thread Jeremiahf
Try this: add the CustomAction to your installexecutesequence (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL") Hope that helps. J On Tue, Oct 7, 2014 at 9:57 PM, Nick Ramirez wrote: > Jeremiahf wrote > > Sorry, Thought you were trying to remove the user from the group on > > uninstall. > > Y