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

2011-11-26 Thread Daniel Madill
add a lot of new blocks. smile/ 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] add reference to C++ project Daniel, How many WXS files cause

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

2011-11-22 Thread RaoHuiFei
: rhf417 [mailto:rhf...@hotmail.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

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

2011-11-22 Thread Daniel Madill
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 directory

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

2011-11-21 Thread Daniel Madill
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 the near future. Is there any example on how

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

[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

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

2011-11-18 Thread Castro, Edwin G. (Hillsboro)
-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 to C++ project I have

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

2011-11-18 Thread Daniel Madill
-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 outputs of my C++ projects

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

2011-11-18 Thread Castro, Edwin G. (Hillsboro)
...@hotmail.com] Sent: 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

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

2011-11-18 Thread Daniel Madill
-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 the output directory

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

2011-11-18 Thread rhf417
-- From: Daniel Madill dan.mad...@quanser.com Sent: Friday, November 18, 2011 5:01 PM To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Subject: Re: [WiX-users] add reference to C++ project I hadn't noticed the VS2008 when I posted