[WiX-users] Installing Microsoft Enterprise Library's merge module with Wix

2011-08-08 Thread Leigh Wetmore
Hello, Has anyone tried to include Microsoft Enterprise Library's merge module (it installs along with Enterprise Library) in a Wix project? I've done so, but where other merge modules work fine, the Enterprise Library merge module's files always install to C:\, regardless of where in my director

Re: [WiX-users] Merge module referencing components in a separate .wxs file not working

2011-07-13 Thread Leigh Wetmore
rge Module then you'll want to check your Merge elements in your Product. PS: Any reason not to use .wixlibs in this scenario: http://www.robmensching.com/blog/posts/2008/10/10/What-are-.wixlibs-and-why-would-you-use-them On Tue, Jul 12, 2011 at 2:46 PM, Leigh Wetmore wrote: > Hello, > M

[WiX-users] Merge module referencing components in a separate .wxs file not working

2011-07-12 Thread Leigh Wetmore
Hello, My goal is to create a merge module where my module/package elements are defined in one .wxs file, and the module's directories/components in another. I currently have: ***MyModule.wxs*** ht

Re: [WiX-users] Retaining a component not marked as Permanent during uninstall

2010-12-02 Thread Leigh Wetmore
rename would be trivial. This probably isn't an option for most folks though. Leigh On Thu, Dec 2, 2010 at 4:14 AM, Rob Hamflett wrote: > You could keep the component in the installer, but condition it based on > whether or not a previous > install was discovered. > > Rob >

[WiX-users] Retaining a component not marked as Permanent during uninstall

2010-12-01 Thread Leigh Wetmore
Hi, I'm doing an upgrade of a product.  The WIX in the original installer (1.0) for one relevant component looked like this: In the WIX for the new installer (1.1), I've removed the Sample directory and the file - I don't want them installed for a fresh 1.1 install. However, during

Re: [WiX-users] Quiet Execution of an executable embedded within the MSI

2010-06-18 Thread Leigh Wetmore
Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Leigh Wetmore [mailto:lwetm...@gmail.com] > Sent: 17 June 2010 18:29 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Quiet Execution of an executable embedded wi

[WiX-users] Quiet Execution of an executable embedded within the MSI

2010-06-17 Thread Leigh Wetmore
Hello, I'm trying to figure out how to quietly execute (QtExec) an executable that I include within my MSI yet do not want installed on the user's machine. I've been able to achieve this without using the quiet execute feature, but I don't like the command window popping up during installation.