Re: [WiX-users] Single installer for 3 windows service application

2011-01-31 Thread Thom Leigh
Installer XML toolset. Subject: Re: [WiX-users] Single installer for 3 windows service application Hi Thom, I know about WIX. I know how to create installer for a single service. But i want to create an installer which will install 3 different service. How can I do that? On Mon, Jan 31, 2011

Re: [WiX-users] Single installer for 3 windows service application

2011-01-31 Thread subrat agasti
ral discussion for Windows Installer XML toolset. > Subject: [WiX-users] Single installer for 3 windows service application > > Hi, > > I have 3 windows service application , for which i want to create an > installer. i want a single installer for all the 3 windows service. > (i.e

Re: [WiX-users] Single installer for 3 windows service application

2011-01-31 Thread Thom Leigh
12:48 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Single installer for 3 windows service application Hi, I have 3 windows service application , for which i want to create an installer. i want a single installer for all the 3 windows service. (i.e. the installer

[WiX-users] Single installer for 3 windows service application

2011-01-31 Thread subrat agasti
Hi, I have 3 windows service application , for which i want to create an installer. i want a single installer for all the 3 windows service. (i.e. the installer should install all the 3 service.). All the 3 service should be installed in the same directory. How can i do this using WIX? Thanks, Su