Re: [WiX-users] test and production install

2010-04-28 Thread Blair
Two is likely to be both simpler for you to implement and more flexible for your users to use. -Original Message- From: Sam Domonkos [mailto:s...@pfgltd.com] Sent: Wednesday, March 17, 2010 12:25 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] test and pr

Re: [WiX-users] test and production install

2010-03-17 Thread Albert At School
Hi, I generate 2 MSI files in my nightly build: a test installer for the testers, which is basically a release installer just not officially to be released and contains more log info, and a development installer which developers can install. This last one is build with debug flags and contains

Re: [WiX-users] test

2010-03-14 Thread Bill McCormick
I never used a mail list server (on souceforge or anywhere else for that matter) that did not send back what you post. I use or have used a significant number of sourceforge/mailman lists without this sort of problem. Something must be wrong. Thanks. Simon Dahlbacka wrote: > the mail list softw

Re: [WiX-users] Test sql connection

2009-11-21 Thread dB .
http://msiext.codeplex.com has ready-made custom UI screens with all CAs to back it up that do exactly this, including impersonation to test windows auth if your application (service) runs under different credentials. Hope this helps, -dB. dB. @ dblock.org Moscow|Geneva|Seattle|New York --

Re: [WiX-users] Test sql connection

2009-10-07 Thread Farooq Mahmud (Hotmail)
There are a couple of ways to do this: 1. Write a custom action that connects to the database and runs a basic SELECT query. Schedule the CA before LaunchConditions or when the Test button is clicked. 2. Use SqlDatabase and SqlString elements to connect to the database and run a basic SELECT quer

Re: [WiX-users] Test to see if a service is installed and running

2008-04-07 Thread Wilson, Phil
If you say you want to wait for the service startup to complete then MSI takes that to mean you care if it starts, so change the wait type. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Rerick Sent: Monday, April 07, 2008 11:26 AM To: wix-users@lists.sourceforg