Re: [WiX-users] regasm in wix?

2006-12-15 Thread Erv Walter
You need to fill in the Registry table with the appropriate values. You can use either ProgId, Class & Co. (which will fill in the Registry table behind the scenes when advertisement is turned off) or you can directly use Registry elements. Note, there is a good chance that as a .NET COM DLL you

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Erv Walter
liminates the whole purpose of it. Thanks - dave David Thielen www.windwardreports.com 303-499-2544 x1185 Cubicle Wars - http://www.windwardreports.com/film.htm From: Erv Walter [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 12:07 PM To: Da

Re: [WiX-users] GenerateBootstrapper questions

2006-12-06 Thread Erv Walter
Some answers to your questions (sorry, not all): #1. The official documentation for GenerateBootstrapper (the MSBuild task) is http://msdn2.microsoft.com/en-us/library/ms164294.aspx. I don't know where the official documentation for the bootstrapper itself it. You don't need to make a package.x

Re: [WiX-users] Need recomendation - including .NET redist

2006-12-05 Thread Erv Walter
t the bootstrapper to look for the prereqs in the local folder or if you want it to download them. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erv Walter Sent: Tuesday, December 05, 2006 3:53 PM To: David Thielen; wix-users@lists.sourceforge.net Subjec

Re: [WiX-users] Need recomendation - including .NET redist

2006-12-05 Thread Erv Walter
\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\*. You need to find the depency you want and look in it's product.xml file to find the Product code to use (e.g. "Microsoft.JSharp.2.0" for J# 2.0). From: [EMAIL PROTECTED] [ma

Re: [WiX-users] Need recomendation - including .NET redist

2006-12-05 Thread Erv Walter
Visual Studio also includes a bootstrapper that can install your prerequisites and then launch your setup. It can get the prereqs from your local CD, or if you are mostly a downloaded product, it can download the prereqs from the official microsoft site when/if they are needed. _

[WiX-users] Installing a Service with Varying Dependencies

2006-07-18 Thread Erv Walter
We're struggling with a problem, and I'm curious if anyone has any creative solutions they can think of. We have a windows service that our MSI installs. This service does some things with MSMQ. We want to ensure that our service has the appropriate ServiceDependency so that Windows starts thing