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
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
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
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
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---
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
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.
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
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
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
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
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
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
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
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
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
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
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/___
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
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
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
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
#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
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
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
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
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
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
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
. 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-
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
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
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 &
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
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)
35 matches
Mail list logo