[WiX-users] installing .msp during setup

2006-12-11 Thread Stephen Turton
Hi, I need to install a patch (an .msp file) during setup - what's the best way to do this? I've tried calling the .msp from a custom action but that doesn't seem to work. Thanks, Stephen - Take Surveys. Earn Cash. Influenc

Re: [WiX-users] uninstall: removing elements added by

2006-10-18 Thread Stephen Turton
we may correct our internal records. Please then delete the original message. Thank you. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Turton Sent: Wednesday, October 18, 2006 8:54 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] uninstall: removing

[WiX-users] uninstall: removing elements added by

2006-10-18 Thread Stephen Turton
Hi, I want to add some config handlers to machine.config during setup so I’m using . This works fine when I install: the expected elements are added to machine.config. However, I want these elements to be removed when I uninstall and I can’t figure out how to do this. My component looks