Re: [WiX-users] SQL script execution in patch sample request

2011-08-09 Thread Nangai
Anybody having samples, please share. I am unable to execute SQL script during patch install and uninstall -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/SQL-script-execution-in-patch-sample-request-tp6663737p6667688.html Sent from the wix-users mai

[WiX-users] SQL script execution in patch sample request

2011-08-08 Thread Nangai
Hi all, I am trying to execute SQL Script from patch. But I face lots of problem while implementing. I don't know where I am going wrong. Can any one post a working sample for executing SQL Script using Patch(msp). I can able to execute during install and uninstall of installer(msi). -- View thi

Re: [WiX-users] SQL Script sequencing/committing issues

2009-12-03 Thread Jason Jibben
2009 1:50 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] SQL Script sequencing/committing issues Was this ever addressed? -Original Message- From: Jason Jibben [mailto:[email protected]] Sent: Wednesday, November 18, 2009 8:46 AM

Re: [WiX-users] SQL Script sequencing/committing issues

2009-12-02 Thread Blair
Was this ever addressed? -Original Message- From: Jason Jibben [mailto:[email protected]] Sent: Wednesday, November 18, 2009 8:46 AM To: [email protected] Subject: [WiX-users] SQL Script sequencing/committing issues Hello WiX-Users, I've been working

[WiX-users] SQL Script sequencing/committing issues

2009-11-18 Thread Jason Jibben
Hello WiX-Users, I've been working on an installer that uses quite a few SQL scripts that are triggered based on conditions set during the UI prompts. The issue I've been having is that the SQL statements that are scheduled with a lower sequence number doesn't seem to be fired off (or complete

Re: [WiX-users] SQL Script Deployment

2009-08-28 Thread Neil Sleightholm
[email protected] Subject: [WiX-users] SQL Script Deployment Hi, I am trying to get WIX to deploy a SQL database script. We are building a database project using VSTS 2008 and deploying it locally (on build server). When VSTS deploys, it creates a databaseName.sql file. This file contains the script to

[WiX-users] SQL Script Deployment

2009-08-28 Thread Lourens Wepener
Hi, I am trying to get WIX to deploy a SQL database script. We are building a database project using VSTS 2008 and deploying it locally (on build server). When VSTS deploys, it creates a databaseName.sql file. This file contains the script to drop / create the database / permissions / views etc

Re: [WiX-users] SQL Script question

2008-05-06 Thread Christopher Karper
ed for > you. > > > > > > *From:* Christopher Karper [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday, May 06, 2008 11:41 > *To:* Rob Mensching > *Cc:* [email protected] > *Subject:* Re: [WiX-users] SQL Script question > > > > Fair enough. I know that SQL use

Re: [WiX-users] SQL Script question

2008-05-06 Thread Rob Mensching
not very enticing to shove the SQL Script into a record and have it formatted for you. From: Christopher Karper [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 11:41 To: Rob Mensching Cc: [email protected] Subject: Re: [WiX-users] SQL Script question Fair enough. I know tha

Re: [WiX-users] SQL Script question

2008-05-06 Thread Christopher Karper
u'd need to do > "[\[]Database[\]].[\[]dbo[\]].[\[]TableName[\]]" to not have them get > resolved. Which is worse? > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Christopher Karper > *Sent:* Tuesday, May 06, 2008 10:42 > *To:* w

Re: [WiX-users] SQL Script question

2008-05-06 Thread Rob Mensching
t resolved. Which is worse? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Karper Sent: Tuesday, May 06, 2008 10:42 To: [email protected] Subject: [WiX-users] SQL Script question Why is it that SQLScripts don't use property replacement, but SQ

[WiX-users] SQL Script question

2008-05-06 Thread Christopher Karper
Why is it that SQLScripts don't use property replacement, but SQLStrings do? It's a real hassle to break large DB deployment into dozens of smaller SQL string elements, when the sql script action should be able to do everything I need. Am I missing some technical limitation that makes it difficul

[WiX-users] SQL Script in UTF-8

2008-01-10 Thread Henning Eiben
Hi, I have a couple of sql-scripts, which are UTF-8 encoded because I edit those script with visual studio. When I include them as binaries in my MSI-file they can't seem to be executed, I always encounter an error. :( -- ... Does killing time harm eternity?

Re: [WiX-users] SQL Script limit?

2007-01-24 Thread Albert van Peppen
Peppen Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Rob Mensching Verzonden: woensdag 24 januari 2007 16:15 Aan: Ian Couper CC: [email protected] Onderwerp: Re: [WiX-users] SQL Script limit? Wow, you have a SQL Script that takes an hour

Re: [WiX-users] SQL Script limit?

2007-01-24 Thread Rob Mensching
is not a great user experience. I'm just trying to understand what the WiX toolset could do to help. From: Ian Couper [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 6:25 AM To: Rob Mensching Cc: [email protected] Subject: RE: [WiX-users] SQL Script limit?

Re: [WiX-users] SQL Script limit?

2007-01-24 Thread Ian Couper
ubject: RE: [WiX-users] SQL Script limit? With the way that MSI works, you'll probably end up pushing the same 50 MB of strings around 3 or 4 times. That could take time. Also, if you don't have the latest WiX v2 code base, you could be hitting some old bugs in the SQL processing.

Re: [WiX-users] SQL Script limit?

2007-01-23 Thread Rob Mensching
rge.net Subject: [WiX-users] SQL Script limit? I have a large SQL script (30 to 50MBs) that I am trying to run from the MSI using SQLScript. I have been able to run smaller scripts easily, but this large one is not running at all and the MSI hangs. Is this a known issue with Wix 2.0? Is there a

[WiX-users] SQL Script limit?

2007-01-23 Thread Ian Couper
I have a large SQL script (30 to 50MBs) that I am trying to run from the MSI using SQLScript. I have been able to run smaller scripts easily, but this large one is not running at all and the MSI hangs. Is this a known issue with Wix 2.0? Is there a way to overcome this issue? Thanks. -

Re: [WiX-users] SQL Script

2006-12-20 Thread Mike Dimmick
Dhaval Patel Sent: 20 December 2006 05:10 To: Rob Mensching; [email protected] Subject: Re: [WiX-users] SQL Script I tried saving the SQL file as ANSI, UTF-8, Unicode, etc. The SQL script does get read in the memory, but the msi still blows up while executing the script. I ke

Re: [WiX-users] SQL Script

2006-12-19 Thread Michael Osmond
: [WiX-users] SQL Script I tried saving the SQL file as ANSI, UTF-8, Unicode, etc. The SQL script does get read in the memory, but the msi still blows up while executing the script. I keep running into the Error Executing Script bug - which I think is still open. So I think it is safe to assume at

Re: [WiX-users] SQL Script

2006-12-19 Thread Rob Mensching
ching; [email protected] Subject: RE: [WiX-users] SQL Script I tried saving the SQL file as ANSI, UTF-8, Unicode, etc. The SQL script does get read in the memory, but the msi still blows up while executing the script. I keep running into the Error Executing Script bug - which I thi

Re: [WiX-users] SQL Script

2006-12-19 Thread Dhaval Patel
should probably stay away from WIX if I want to execute complex SQL queries? From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Fri, 15 Dec 2006 11:31:40 -0800Subject: RE: [WiX-users] SQL Script Have you tried saving the file as Unicode? Notepad (on XP) can do this when you do Save As->Encod

Re: [WiX-users] SQL Script

2006-12-12 Thread Mike Dimmick
l Patel Sent: 12 December 2006 01:18 To: [email protected] Subject: [WiX-users] SQL Script I am a WIX newbie and I think I have been able to grasp most of the functionality via trial and error over the last week or so. Nevertheless, making this SQL script execute has been driving me

Re: [WiX-users] SQL Script

2006-12-12 Thread Rob Mensching
What version of the WiX toolset are you using? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dhaval Patel Sent: Monday, December 11, 2006 17:18 To: [email protected] Subject: [WiX-users] SQL Script I am a WIX newbie and I think I have been able to grasp most of the

[WiX-users] SQL Script

2006-12-11 Thread Dhaval Patel
I am a WIX newbie and I think I have been able to grasp most of the functionality via trial and error over the last week or so. Nevertheless, making this SQL script execute has been driving me nuts. I am hoping one of you experienced folks will be able to help me out. I have attached an image of

Re: [WiX-users] SQL script

2006-08-27 Thread Frederik Carlier
eforge.net/manual-wix2/wix_xsd_sqlscript.htm) or just come check back on this mailing list. Frederik. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Petrut Andrei Sent: zondag 27 augustus 2006 8:09 To: [email protected] Subject: [WiX-users]