[WiX-users] removal of comment in sql scripts by using SqlScript

2007-11-21 Thread Jaap de Wolff
Hello, At this moment scripts that are run during installation are stripped before processing. It is removing comment and spaces before it processes the script. (I checked in source code, this happens in scasqlstr.cpp line 282 and further for version 2.0.5805.0) Is there a good reason for this?

[WiX-users] How to add sections properly to app.config

2007-07-26 Thread Jaap de Wolff
Hello, I am using Wix 2.0.5325.0 I have a app.config that I want to modify: Value MyValue I want to insert the blue lines. Remark, there are already lines before with the same node names before the inserted lines! I

[WiX-users] Problem with VS2005

2007-07-26 Thread Jaap de Wolff
Hello, After not using WIX a while, we made a new release, and now VS2005 is crashing when i want to create a new WIX project. Also opening an old wix project, does not open anything. I already removed and reinstalled votive, but this did not solve the problem. I recently installed also Extension

Re: [WiX-users] Set Installdir

2006-08-10 Thread Jaap de Wolff
I do the same , I use After="LaunchConditions", which is about the first possible moment > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alexander > Gnauck > Sent: donderdag 10 augustus 2006 10:39 > To: wix-users@lists.sourceforge.net > Subject: [WiX-us

Re: [WiX-users] SqlScript and CustomActions

2006-07-12 Thread Jaap de Wolff
ant. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael > Osmond > Sent: donderdag 13 juli 2006 3:02 > To: Jaap de Wolff; wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] SqlScript and CustomActions > > > Hell

[WiX-users] SqlScript and CustomActions

2006-07-12 Thread Jaap de Wolff
Hello, I want to create a database, run an sql script to create tables etc. then do a few custom actions, which fill the database, and then execute a few sql strings. The last sql strings contain values which depend on customer choices. My question is: Is there a way of scheduling custom actions b

Re: [WiX-users] help convincing management to use wix

2006-06-02 Thread Jaap de Wolff
Maybe a strong argument is telling them how commercially supported applications is working in the real world. As an example: A few years ago we discovered there was a bug in the MS COM component. This problem was a show stopper for us. We have a nice contract with MS that allows us to send them pr