[WiX-users] Help with setting properties from a JScript CA.

2010-01-14 Thread Rich Daniel
So, I've got this code that lets me know if certain databases are installed or not: function CheckDatabase(serverProperty, databaseProperty, checkProperty) { var serverName = Session.Property(serverProperty); var connectionString = "Provider=SQLOLEDB;Data Source=" + serverName + ";Integr

[WiX-users] Is there a way to install an https-bound web site with an SSL certificate that is already on the box?

2010-01-07 Thread Rich Daniel
MSI in the direction of the existing certificate. But alas, the compiler barked at me for not having either BinaryKey or CertificatePath defined. So, my question is: Is there something I'm missing or perhaps a workaround to this si

Re: [WiX-users] FIXED: Errors using performance counters after installing with PerformanceCounter/PerformanceCounterCategory

2009-11-20 Thread Rich Daniel
The MSI works with this new fragment: Thanks - Rich -Original Message- From: Rich Daniel [mailto:rdan...@microsoft.com] Sent: Friday, November 20, 2009 10:31 AM To: General discussion for

Re: [WiX-users] Errors using performance counters after installing with PerformanceCounter/PerformanceCounterCategory

2009-11-20 Thread Rich Daniel
page I found, and how to interoperate those together. -Original Message- From: Rich Daniel [mailto:rdan...@microsoft.com] Sent: Thursday, November 19, 2009 9:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Errors using performance counters after installin

Re: [WiX-users] Errors using performance counters after installing with PerformanceCounter/PerformanceCounterCategory

2009-11-19 Thread Rich Daniel
ing .wxs code? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com On 18.11.2009, at 21:13, Rich Daniel wrote: > I'm in the process of migrating my app installation to wix. I

[WiX-users] Errors using performance counters after installing with PerformanceCounter/PerformanceCounterCategory

2009-11-18 Thread Rich Daniel
give up for now and just have some custom actions call installutil once the bits land on the box? Thanks - Rich Daniel -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your r