Re: [WiX-users] add reference to C++ project

2011-11-26 Thread Daniel Madill
ires a separate DLL for each "block" and we add a lot of new "blocks". Dan From: Blair [os...@live.com] Sent: Monday, November 21, 2011 12:00 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users

Re: [WiX-users] add reference to C++ project

2011-11-22 Thread Daniel Madill
te hearing about it. :-) Dan -Original Message- From: RaoHuiFei [mailto:rhf...@hotmail.com] Sent: November-22-11 9:39 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] add reference to C++ project One more question, is it possible to add a file filter when harvesting a dire

Re: [WiX-users] add reference to C++ project

2011-11-22 Thread RaoHuiFei
with VS2010 (within a single project, but I have multiple > merge module projects for sharing installer components with third parties). > > Daniel Madill > > -Original Message----- > From: rhf417 [mailto:rhf...@hotmail.com] > Sent: November-18-11 10:20 PM > To: General

Re: [WiX-users] add reference to C++ project

2011-11-21 Thread Blair
Daniel, How many WXS files cause VS2010/MSBuild to croak? I haven't seen that. Blair -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance,

Re: [WiX-users] add reference to C++ project

2011-11-21 Thread Daniel Madill
com] Sent: November-18-11 10:20 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] add reference to C++ project To Daniel Madill: I did not actually name my project with '+' sign inside. Unfortunately, there is no chance for me to upgrade to VS2010 in

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread rhf417
Huifei Rao -- From: "Daniel Madill" Sent: Friday, November 18, 2011 5:01 PM To: "General discussion for Windows Installer XML toolset." Subject: Re: [WiX-users] add reference to C++ project > I hadn't noticed the "VS2008" when I post

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread Daniel Madill
..@fiserv.com] Sent: November-18-11 4:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] add reference to C++ project You still cannot add VS2008 C++ projects as references to WiX projects. You'll need to either author the WXS manually or use heat to harvest

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread Castro, Edwin G. (Hillsboro)
gt; Subject: Re: [WiX-users] add reference to C++ project > > I reference C/C++ projects all the time from WiX 3.5 with no problems at all. > You didn't actually name your project "myC++Project" (i.e. with '+' signs in > the > name) did you? > > Da

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread Daniel Madill
November-18-11 4:33 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] add reference to C++ project I have a VS2008 solution which contains a couple of C++ projects and C# projects. Within this solution, a WiX3.5 setup project is created to generate a MSI installation package. All the o

Re: [WiX-users] add reference to C++ project

2011-11-18 Thread Castro, Edwin G. (Hillsboro)
x: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail > -Original Message- > From: RaoHuiFei [mailto:rhf...@hotmail.com] > Sent: Friday, November 18, 2011 1:33 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] add reference

[WiX-users] add reference to C++ project

2011-11-18 Thread RaoHuiFei
I have a VS2008 solution which contains a couple of C++ projects and C# projects. Within this solution, a WiX3.5 setup project is created to generate a MSI installation package. All the outputs of my C++ projects and C# projects need to be added into the installation package. I follow the instr