[WiX-users] How to delete user.config file?

2011-02-08 Thread Manolache Adrian
I'm using c# and wix and i'm trying to delete the user.config file specific to my application, everytime the application is installed. How can i accomplish this? -- The ultimate all-in-one performance toolkit: In

Re: [WiX-users] How to delete user.config file?

2011-02-08 Thread Manolache Adrian
39 PM Subject: Re: [WiX-users] How to delete user.config file? Make a component with -Original Message- From: Manolache Adrian [mailto:prog_...@yahoo.com] Sent: 08 February 2011 13:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to delete user.config file? I'm us

Re: [WiX-users] How to delete user.config file?

2011-02-08 Thread Manolache Adrian
; > In your upgrade installers, you can add a registrysearch to retrieve > ARPINSTALLLOCATION into a property and that tells you where to start your > search from. After that it depends where your user.config is kept. > > -Original Message- > From: Manolache Adrian [mailto