Yes that should work (sorry I missed the comma in my original reply).
Neil
-Original Message-
From: George Fleming [mailto:gef...@microsoft.com]
Sent: 14 May 2013 00:40
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Is it possible to change default dat
CA messages come back to the MsiExecuteMessage() callback, IIRC.
On Mon, May 13, 2013 at 7:31 PM, Nick Miller wrote:
> Hi All,
>
> I have a managed bootstrapper application that installs a couple of MSI I
> created, and for some reason the Bootstrapper.Error event never fires when
> one of the c
Hi All,
I have a managed bootstrapper application that installs a couple of MSI I
created, and for some reason the Bootstrapper.Error event never fires when one
of the custom actions fails. The CA returns ActionResult.Failure, and the
install rolls back, but my installer informs the user that
Wix already has a separate instance attribute. So for Server attribute,
specify "server,port"?
-Original Message-
From: John Cooper [mailto:jocoo...@jackhenry.com]
Sent: Monday, May 13, 2013 1:33 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Is it
Even if you generate different Id you can't link the same file twice in your
installer, if you use heat to harvest ther same folder more than one time, you
need to apply a transformation based on *xslt, to filtere the file as they were
contained only in one component.For the directories you coul
It is the standard practice for deployment to our farms. The Browse port is
firewalled off and the service disabled. We deploy to FQDN server name, a
non-standard port name, and one of two instance names. In operations,
deployment where we can browse the instance or use the default port is th
1443 is not the instance database port it is the SQL browser port, I believe
this is always the same. You can specify the instance port as part of the
connection string (e.g. Data Source=(local)\INSTNAME12345 where 12345 is the
port) but it is rarely required.
Neil
-Original Message-
F
Yes, server,port/instance or server,port would be correct. Got it out of
sequence in my last post.
--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com
-
On Mon, May 13, 2013 at 11:20 AM, John Cooper wrote:
> You can pass the server/instance pair to the Server attribute. I've never
> tried this with SqlDatabase, but can you pass the server/instance,port?
>
I would expect server,port to work as well.
--
Edwin G. Castro
--
You can pass the server/instance pair to the Server attribute. I've never
tried this with SqlDatabase, but can you pass the server/instance,port?
--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS 66227
Office: 913-341-3434 x791011
joc
See
https://wix.codeplex.com/SourceControl/network/forks/jchoover/Wix?branch=instances
and/or
https://wix.codeplex.com/SourceControl/network/forks/patoshea/InstanceTransforms/contribution/4700.
Both are essentially the same reapplication of my prior contribution setup for
3.8. I'll submit m
I believe heat is using the path to the file as a "seed" of sorts when
generating the GUID. As such, if you are using relative paths and both of them
match then the GUIDs would be the same.
-Original Message-
From: Nick Miller [mailto:nmil...@livetechnology.com]
Sent: Monday, May 13, 20
Default SQL Database IP port is 1443. Is it possible to change this value?
I don't see any port attribute in the SqlDatabase element of Wix.
George
--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases
Everyone,
I have a multiple instance install that I am working on and ran into an issue
doing upgrade testing. It looks like all instances are removed when one of the
instances is upgraded. This looks to be because WIX does not allow for the
UpgradeCode to be modified in the instance element.
Your response was the key. The "Directory" attribute does matter. Since the
directory specified doesn't exist "BeforeFinalize", the command fails. I
changed the directory to one that does exist after the installer completes and
the current script works fine.
Thanks!
-Original Message---
Apart from it being a crutch, it's not always "your files". If you include
Microsoft or 3rd party files it's a really bad idea to potentially revert
(for example) security fixes by replacing any newer versions on customer
machines with your outdated ones.
Phil
-Original Message-
From:
Hi All,
Does anyone know how Heat generates the component and file ID's? Here is the
situation: I have two folders, and those folders contain some of the same files
(dll's and such). If I run Heat on both of those directories it creates the
same component and file IDs for those like files. Is
Just FYI. I found issue where if I upgrade my main bundle, and then uninstall
it, one of the addons would not uninstall. I had to go to the registry and
remove the dependency. Then uninstall the addon.
I was able to repeat this, but not 100% reproducible. Issue seems to be if I
uninstall a
Hello,
Yes I am using 3.7 for both installers, and the patch. There seems to be a bug
in 3.7 versus 3.5, but it turned out that 3.5 simply ignored the fact that the
transform was empty, so it generated an empty patch.
This does not alter the fact though, that I am unable to make this patch
m
19 matches
Mail list logo