Re: [WiX-users] Restoring SQL Database with Sqlstring in WiX v3

2009-01-29 Thread Eric Latendresse
always have issues restoring from backup. -Original Message- From: Eric Latendresse [mailto:elatendre...@optimum-solutions.com] Sent: Thursday, January 29, 2009 08:15 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Restoring SQL Database with Sqlstring in WiX v3 Any

[WiX-users] Restoring SQL Database with Sqlstring in WiX v3

2009-01-29 Thread Eric Latendresse
Eric -Original Message- From: Eric Latendresse [mailto:elatendre...@optimum-solutions.com] Sent: Wednesday, January 28, 2009 9:11 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Database with WiX v

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-28 Thread Eric Latendresse
abase, unlock it, then run the restore script? Eric Latendresse -Original Message- From: Eric Latendresse [mailto:elatendre...@optimum-solutions.com] Sent: Wednesday, January 28, 2009 8:59 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL Dat

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-28 Thread Eric Latendresse
Still getting the error and no way to debug? Are there any other options? This way of restoring a database SHOULD work, right? Eric -Original Message- From: Eric Latendresse [mailto:elatendre...@optimum-solutions.com] Sent: Tuesday, January 27, 2009 8:32 AM To: General discussion for

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-27 Thread Eric Latendresse
Device error or device off-line. See the SQL Server error log for more details. Make sure the SQL Server process has permissions to that path and that the file actually exists there. You are trying to restore to a local server instance, right? Not a remote server? -Original Message---

Re: [WiX-users] Creating SQL Database with WiX v3

2009-01-26 Thread Eric Latendresse
WITH MOVE 'Suite_Data' TO G:\ ...\Suite_Log.ldf',REPLACE Eric Latendresse -Original Message- From: David Reed [mailto:david.r...@microsoft.com] Sent: Friday, January 23, 2009 11:44 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating SQL

[WiX-users] Creating SQL Database with WiX v3

2009-01-23 Thread Eric Latendresse
the database from a backup file of the database, but thought I'd ask if there was a better way. Eric Latendresse -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story.

Re: [WiX-users] Patching SQL Database with script

2008-07-30 Thread Eric Latendresse
cript The SqlScript element (or SqlString if you just want to run a couple strings). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Monday, July 28, 2008 14:59 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users

Re: [WiX-users] Error Creating Patch

2008-07-30 Thread Eric Latendresse
bject: Re: [WiX-users] Error Creating Patch What version of WiX? What was the command-line? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Monday, July 28, 2008 10:21 To: General discussion for Windows Installer XML toolset. Su

[WiX-users] Patching SQL Database with script

2008-07-28 Thread Eric Latendresse
My initial installer creates the SQL database perfectly, but I want to be able to include new SQL scripts to be run with my patches. Could someone give me some insight on how to do this? Eric - This SF.Net email is

[WiX-users] Error Creating Patch

2008-07-28 Thread Eric Latendresse
I was successful in creating the two different .msi's. Built the transform with torch. Compiled the Patch.wxs. But when I run pyro I get this error. ..\Patches\Patch.wixmsp : error PYRO0104 : Not a valid output file; detail: Invalid character in the given encoding. Line 1, position 1. Anyo

Re: [WiX-users] Manual un-install

2008-07-25 Thread Eric Latendresse
http://support.microsoft.com/kb/290301 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Thursday, July 24, 2008 12:52 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Manual un-install How can I manually un-install a

[WiX-users] Manual un-install

2008-07-24 Thread Eric Latendresse
How can I manually un-install a setup? I get an error when I try to remove my setup from Add\Remove programs. Thanks, Eric - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the c

Re: [WiX-users] Build Fails with NAnt. The formatofthefile 'NAntTasks.dll' is invalid.

2008-07-24 Thread Eric Latendresse
Excellent! Thanks for your help. Eric Latendresse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavin Bee Sent: Wednesday, July 23, 2008 9:00 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Build Fails

Re: [WiX-users] Build Fails with NAnt. The format ofthefile 'NAntTasks.dll' is invalid.

2008-07-23 Thread Eric Latendresse
ogramFiles)\Windows Installer XML v3\bin\ bin\Debug\ obj\Debug\ $(CustomOutputPath) Debug bin\Release\ obj\Release\ $(CustomOutputPath) Eric Latendresse -Original Message- From: [EMAIL PROTECTED] [m

Re: [WiX-users] Build Fails with NAnt. The format of thefile 'NAntTasks.dll' is invalid.

2008-07-23 Thread Eric Latendresse
look at the different versions to create patches. Can you recommend a way to do this with the msbuild command? Eric Latendresse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Enns Sent: Tuesday, July 22, 2008 5:01 PM To: General discussion for

[WiX-users] Build Fails with NAnt. The format of the file 'NAntTasks.dll' is invalid.

2008-07-22 Thread Eric Latendresse
I am using NAnt to build my WiX project. Here is the code: Here is the error I am getting: BUILD FAILED - 1 non-fatal e

[WiX-users] Build Automation with NAnt

2008-05-14 Thread Eric Latendresse
Does anyone have any documentation on this? Eric - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___

Re: [WiX-users] Failed to drop sql database

2008-05-06 Thread Eric Latendresse
Thanks Rob, that worked. Eric From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 9:53 PM To: Eric Latendresse; wix-users@lists.sourceforge.net Subject: RE: Failed to drop sql database What I usually do is build the "fixed MSI" then do a recache

[WiX-users] Failed to drop sql database

2008-05-05 Thread Eric Latendresse
I have an installer that installs a Windows App along with a SQL Database. The SQL Database is defined in my .wxs to be dropped on uninstall. I am trying to remove my application through the Add\Remove programs in the Control Panel. But, I made the mistake of manually deleting the database before r

Re: [WiX-users] How to execture a Custom Action

2008-03-14 Thread Eric Latendresse
because the DisplayLicenseDialog is still showing as soon as the msi is executed. Thanks for your help. Eric From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 1:00 PM To: Eric Latendresse Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to execture

[WiX-users] How to execture a Custom Action

2008-03-14 Thread Eric Latendresse
point me in the right direction on how I should do this correctly? Basicly what I need to do is execute the CA after the user has entered the key on the LicenseKeyDialog. The CA should return the ProductID value to DisplayLicenseDialog. Attached is my .wxs. Thanks Eric Latendresse

Re: [WiX-users] Validate Product Key Dialog with custom action

2008-03-10 Thread Eric Latendresse
#x27;re going out into the world to read files or the internet, C++ is recommended. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Monday, March 10, 2008 10:33 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Validate Product

[WiX-users] Validate Product Key Dialog with custom action

2008-03-10 Thread Eric Latendresse
I want to use a C#.net assembly to validate my product key. Could someone point me in the right direction on where to start? Thanks, Eric - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsof

Re: [WiX-users] Feature Groups

2008-03-10 Thread Eric Latendresse
the other, like this: Rob Eric Latendresse wrote: > I am trying to create a feature tree in the installation like this for > example: > > > > -MainProductFeature > > -HelpFeature > > > > The H

[WiX-users] Feature Groups

2008-03-10 Thread Eric Latendresse
I am trying to create a feature tree in the installation like this for example: -MainProductFeature -HelpFeature The Help component should be listed under the MainProductFeature and users should see it as part of that feature. Not sure if I

Re: [WiX-users] INstall SQL Database

2008-03-07 Thread Eric Latendresse
Nvm. I found that I was using the mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Friday, March 07, 2008 12:22 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] INstall SQL Database I have built an installer that creates a SQL database and am getting the following error

[WiX-users] INstall SQL Database

2008-03-07 Thread Eric Latendresse
I have built an installer that creates a SQL database and am getting the following error. Error -2147217900: failed to create SQL database: SuiteWiX error detail: cannot create file C:\ProgramFiles\OptimumSuite\Database\SuiteWix_log.LDF because it already exists. I have verified tha

Re: [WiX-users] INstall SQL Database

2008-02-21 Thread Eric Latendresse
Alex From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Latendresse Sent: Thursday, February 21, 2008 2:11 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] INstall SQL Database I am trying to create a SQL database as a separate component. I know that it is pro

[WiX-users] INstall SQL Database

2008-02-21 Thread Eric Latendresse
. Attached is my wxs. The error that I get is: "The Directory/Component pair must be listed in the CreateFolders table" Eric Latendresse Optimum Solutions, Inc. (615) 369-6097 office (615) 329-4448 fax [EMAIL PROTECTED] www.optimum-solutions.com <http://www.optimum-

Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-03 Thread Eric Latendresse
Windows Installer 3.1 Thanks for your time, Eric From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 4:57 PM To: Eric Latendresse; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to

Re: [WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread Eric Latendresse
Excellent, Thanks! Eric From: John Vottero [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 4:57 PM To: Eric Latendresse; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to configure SQL Express bootstrap Find the Package.xml file for SQL Express, edit it and

[WiX-users] How to configure SQL Express bootstrap

2007-10-02 Thread Eric Latendresse
direction? Thanks. Eric Latendresse Programmer Optimum Solutions, Inc. 615-329-2313x 2229 615-329-4448 fax [EMAIL PROTECTED] www.optimum-solutions.com <http://www.optimum-solutions.com/> Your Only Payroll,HR and time &

[WiX-users] SQL Express 2005 bootstrap

2007-09-21 Thread Eric Latendresse
I have added a bootstrap for the SQL Express installer. Everything builds and the .msi gets created but, when I run the installer it starts extracting the SQL Express as expected. I then get an error message saying "There is a problem with this Windows Installer package. A program run as part of th

[WiX-users] Run SQL Express 2005 install as WiX Component

2007-09-20 Thread Eric Latendresse
Does anyone know how I can run a SQL Express installation (or another setup.exe) as a WiX component? Thanks in advance for you help. Eric - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)