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

2011-11-22 Thread RaoHuiFei
e C++ project. You can automate heat execution by > > customizing the WiX project file (it is all MSBuild anyway). It may be > > easier to author the WXS manually if you don't have much MSBuild > > experience or cannot find another way to automate heat. Of course, you &g

[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