Re: [WiX-users] Add a .vcproj to Wix MergeModule

2009-06-04 Thread Neil Sleightholm
e.net Subject: Re: [WiX-users] Add a .vcproj to Wix MergeModule Can someone provide me with a sample of how can I go about installing a Windows Service written in C++ to get installed using Wix. I know I cant add a .vcproj to a WIXPROJ, so how do I solve this issue of referring to the service execu

Re: [WiX-users] Add a .vcproj to Wix MergeModule

2009-06-04 Thread karthik thiagarajan
ate: Tue, 2 Jun 2009 23:38:38 +0300 > From: simon.dahlba...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Add a .vcproj to Wix MergeModule > > you can add the necessary files to the resulting installer just fine, you > just cannot add the vcproj as a

Re: [WiX-users] Add a .vcproj to Wix MergeModule

2009-06-02 Thread Simon Dahlbacka
t; > Karthik Thiagarajan > > > > > From: edwin.cas...@fiserv.com > > To: wix-users@lists.sourceforge.net > > Date: Tue, 2 Jun 2009 15:23:01 -0400 > > Subject: Re: [WiX-users] Add a .vcproj to Wix MergeModule > > > > .VCPROJ projects are not supported

Re: [WiX-users] Add a .vcproj to Wix MergeModule

2009-06-02 Thread karthik thiagarajan
So what is the correct way to write an installer to install a windows service written in Manged C++? Karthik Thiagarajan > From: edwin.cas...@fiserv.com > To: wix-users@lists.sourceforge.net > Date: Tue, 2 Jun 2009 15:23:01 -0400 > Subject: Re: [WiX-users] Add a .vcproj to Wix

Re: [WiX-users] Add a .vcproj to Wix MergeModule

2009-06-02 Thread Castro, Edwin G. Castro (Hillsboro)
> -Original Message- > From: karthik thiagarajan [mailto:tk_kart...@hotmail.com] > Sent: Tuesday, June 02, 2009 12:13 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Add a .vcproj to Wix MergeModule > > > Hi > > > > I have a Wix Merge modul

Re: [WiX-users] Add a .vcproj to Wix MergeModule

2009-06-02 Thread karthik thiagarajan
containing these projects. Karthik Thiagarajan > From: tk_kart...@hotmail.com > To: wix-users@lists.sourceforge.net > Date: Tue, 2 Jun 2009 19:13:11 +0000 > Subject: [WiX-users] Add a .vcproj to Wix MergeModule > > > Hi > > > > I have a Wix Merge module an

[WiX-users] Add a .vcproj to Wix MergeModule

2009-06-02 Thread karthik thiagarajan
Hi I have a Wix Merge module and I want to add a reference to a .VCPROJ to it. No matter what I do, I am not able to set the reference correctly. When i try to compile the Wix project, it complains of missing reference. When I try to add a reference to .CSPROJ, things work correctly. How do