Re: [WiX-users] create installer with dll

2009-07-14 Thread Matthew S. Yost
Out of curiosity, did you mark any off your 5 DLLs as Assembly=".net" ? -Original Message- From: Michael Clark [mailto:mcl...@fullarmor.com] Sent: Tuesday, July 14, 2009 8:17 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] create installer with dll W

Re: [WiX-users] create installer with dll

2009-07-14 Thread Matthew S. Yost
h dll this is this code, all DLL is ~ 11 MB, but my setup.exe <5 MB Can You check my code? I think, i make mistake when i write this xml file 2009/7/14 Matthew S. Yost : > Out of curiosity, did you mark any off your 5 DLLs as Assembly=".net" ? > > > ---

Re: [WiX-users] XPath for XmlConfig and Xml Namespaces

2009-07-21 Thread Matthew S. Yost
Edwin, I believe you're missing the Action and Node attributes of the XmlConfig tag. That XPath should pull the PropertyValue element of just the Property that has a PropertyName element that's text is 'name1'. By not defining the Name attribute of XmlConfig, this should set the text of the

Re: [WiX-users] How to make use of the output .wxs file of heat.exe in WiX3.0?

2009-08-06 Thread Matthew S. Yost
Bonn, Are you trying to generate ComponentRefs for all the components in your test.wxs file to use in your features? Matthew Yost Software Engineer GLD Solutions, Inc. -Original Message- From: bonn deng [mailto:bonnd...@gmail.com] Sent: Thursday, August 06, 2009 10:20 AM To: wix-users@l

Re: [WiX-users] How to make make use of the output.wxs file of heat.exe in WiX 3.0

2009-08-06 Thread Matthew S. Yost
! > > > Message: 4 > Date: Thu, 6 Aug 2009 10:36:41 -0500 > From: "Matthew S. Yost" > Subject: Re: [WiX-users] How to make use of the output .wxs file of >heat.exe in WiX3.0? > To: General discussion for Windows Installer X