Sorry for the delay, in your MBA, what is the value of e.Status from
private void ApplyComplete(object sender, ApplyCompleteEventArgs e)
From: Nick Miller [nmil...@livetechnology.com]
Sent: Wednesday, May 15, 2013 10:49 AM
To: General discussion for Window
This line in the log
[1E3C:0530][2013-05-27T18:55:05]i000: Loading managed bootstrapper application.
Leads me to believe you are not using WixStdBA, but rather a roll your own BA.
Are you able to reproduce the issue using a WixStdBA bundle? If so, can you do
as Bob asked and submit a bug and at
Thank you so much for your reply Bob.
I will look forward to this.
Thanks again.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-Burn-driven-installer-in-quiet-mode-command-line-parameters-tp5913001p7586199.html
Sent from the wix-users mail
Interesting idea. It might not hurt to fire one off to wix-devs and see if
anyone else peaks an interest at this. The only downside that I can see is it
would require some breaking changes to implement.
Is your goal to have the MSI messages displayed in the single UX to give more
feedback duri
Sorry...I missed the documentation on those switches :(
-Original Message-
From: "Bob Arnson"
Sent: 5/29/2013 17:18
To: "wix-users@lists.sourceforge.net"
Subject: Re: [WiX-users] HEAT1108 warning
On 28-May-13 16:46, Phill Hogland wrote:
> Since the -template: switch is not documented
On 21-May-13 07:38, Freedman, Mark P. wrote:
> The path this is pointing to is the contents of the wix37-binaries.zip, which
> did not contain wix.ca.targets.
It's in the bin\sdk\ directory in wix37-binaries.zip.
--
sig://boB
http://joyofsetup.com/
-
On 24-May-13 02:34, kanirudha14 wrote:
> Now when I Silently run my EXE package from Administrative Command Prompt by
> giving command like
> "mypackage.exe -s ". Then "on failure of launch condition" in MSI, the EXE
> process of "mypackage.exe" will not get killed and it will be visible in
> task
On 28-May-13 16:46, Phill Hogland wrote:
> Since the -template: switch is not documented in the CHM I probably should
> not have tried it, but what does the warning message mean by saying to "use
> 'template' instead"?
Originally, the switch was '-template:foo' but that style was deprecated
in fav
On 29-May-13 03:03, Ogrodowski, Sabine (ehem. Frauenhoffer) wrote:
> Sending progress and error messages works fine with the methods
> SendEmbeddedProgress and SendEmbeddedError but what I'm missing is a
> possibility to forward the msi messages from the embedded bundle to my
> toplevel bundle. Is
On 29-May-13 19:34, Alain Forget wrote:
> Worst case scenario, I suppose we could always direct the user to the java
> website and ask the user to start our installer again once Java's installed.
> But I'm wondering if it's possible to do any better.
Embed the JRE as loose files in your package.
On 22-May-13 03:25, Curran, Vincent wrote:
> Is it possible to localize the return values from SelectionSize control event
> (or any other control event).
Yes. See the UIText table doc in the MSI SDK and the WixUIExtension loc
strings like UITextSelChildCostPos.
--
sig://boB
http://joyofsetup.c
On 29-May-13 18:53, jo...@msli.com wrote:
> I am looking for a boiler plate example of using wix to make an
> installer than can conditionally run another msi installer, to ease the
> user experience.
You need a bundle for that. There's a template "Bootstrapper Project" in
the Votive Visual Studio
Hi all,
Surely this has been done by someone, but I haven't found anything definitive
on it so far.
I'd like our installer to check that Java is installed (preferably 6 or 7), and
if it isn't, then download and install it. We want it to be as seamless as
possible to make life as easy for the u
I am looking for a boiler plate example of using wix to make an
installer than can conditionally run another msi installer, to ease the
user experience.
I am making an installer for a program that has a run-time requirement
for a proxy, and I bundle the proxy msi in my wix installer. If the
proxy
I don't know if our approach will work well long term since we are still
developing all of this, but we decided we'd build front end utilities for
developers to use with presets implicitly written out to wxs for them (like
Manufacturer and expected directories to install to, etc.). This way in
I am attempting to bring an extra layer of automation to my area of concern and
have chosen to start packaging up each of our services into .msi files for
easier deployment and configuration. Part of getting started is figuring out
the best way to implement WIX installers into our build system
A fragment is a general organization / import tool at design time. They are
not executed. That's why it allowed you to do what you did below. But you
can't use directoryref or component in a bundle, only in MSI.
You are using a managed BA? I think burn takes care of reboot and recalling
its
Burn is a bootstrapper/chainer not an installation technology. That means
it doesn't put stuff on the machine directly, it manages the things that
put stuff on the machine.Thus, you need to put the registry key in a
"package" that is executed by an installation technology.
On Wed, May 29, 2013 at
Sounds like that MSI has it's digital signature messed up. Microsoft made
that mistake a few times. You can work around the issue by adding the
SuppressSignature attribute (it's called something like that) to the
MsiPackage element.
On Wed, May 29, 2013 at 6:30 AM, andy smith wrote:
> Using Bur
Your BA should not modify machine state. You can read existing registry values
into variables for the bundle to condition upon, but all state modification
should happen inside an Exe/Msi Package. I'm still a bit confused as to why you
would need to know if the .Net framework was installed before
This worked perfectly, thanks!
-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Wednesday, May 29, 2013 11:26 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Sending lots of properties to a deferred CA
I seem to remem
Those "sequence" messages often refer to the internal file sequence and
getting things from the cab file. Trying without the cab file sometimes
gives different results. Glad you solved it, cheers.
Phil
-Original Message-
From: Spud [mailto:andysmi...@gmail.com]
Sent: Wednesday, May 29, 2
Yes i have a with a referencing 4 ExePackage using
PackageGroupRef
2013/5/29 Wesley Manning
> What is a fragment: you mean wix fragment? You say you have 4 exe to
> install so you are using ExePackage element in burn?
>
> -Original Message-
> From: Benjamin Mayrargue [mailto:benja...
What is a fragment: you mean wix fragment? You say you have 4 exe to install
so you are using ExePackage element in burn?
-Original Message-
From: Benjamin Mayrargue [mailto:benja...@vapolia.fr]
Sent: May-29-13 8:08 AM
To: General discussion for Windows Installer XML toolset.
Subject: R
Thanks! I will give that a try
-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Wednesday, May 29, 2013 11:26 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Sending lots of properties to a deferred CA
I seem to rememb
I seem to remember this being a warning that at design time you are sticking
too much text into the CA. This is a limitation of the DB Schema for the
CustomAction tables Target field. I worked around it via multiple CA's.
Ex:
From
To
mailto:nmil...@livetechnology.com]
Sent: Wednesday, Ma
Hi All,
I have a deferred CA that I need to send 18 properties to. If I shove all of
these into one CustomAction Data CA I get an ICE03: String overflow warning.
How do I go about getting all of these properties to the CA? Can I split it up
somehow?
Thanks,
Nick
Hi Rob, I thought that was what you meant re InstallExecuteSequence :)
Phil the sizes were nothing to worry about so that wasn't it.
In the end it looks like it was down to re-used Component ID or File ID's. I
noticed that these were the same as in another package, and out of sheer
desperation cha
I have a WiX installer project in VS 2010. I have a text document that I wont
to include alongside the MSI file when the project is built. I added the file
to the project, and set the file property "Copy to Output Directory" to always.
When I build the project, the MSI is built, however, the tex
Using Burn 3.6, I'm trying to install three Microsoft MSI's (The SSDT May
2013 Update -
http://blogs.msdn.com/b/ssdt/archive/2013/05/03/sql-server-data-tier-application-framework-may-2013-available.aspx)
When attempting to install these files, on two of them I get the same error
-
0x8009200d - N
i think i misundestand something in wix philosophy.
I have 4 exe to install. I've created a bundle and 4 fragments.
All is working nicely.
Now i want to conditonally add a registry key when one of the fragment is
"executed".
So i added this to the fragment:
Well, the bundle will *take any MSIs or other packages specified in your
Chain element** *and bootstrap them. It doesn't exactly create an MSI
itself.
It might be best if you give more details about what you're trying to
achieve, and where you're trying to use the above Condition element?
On 29
100% understood !
This means a 'bundle' creates a msi bootstrapped in an exe.
B.
2013/5/29 John Ludlow
> I think where you're getting confused is that there are more than one type
> of "variable" in WiX. Firstly, there are preprocessor variables and
> condition, which are referenced like thi
Hi all,
i think i misundestand something in wix philosophy.
I have 4 exe to install. I've created a bundle and 4 fragments.
All is working nicely.
Now i want to conditonally add a registry key when one of the fragment is
"executed".
So i added this to the fragment:
I think where you're getting confused is that there are more than one type
of "variable" in WiX. Firstly, there are preprocessor variables and
condition, which are referenced like this:
$(var.VariableName)
!(var.LateBoundVariableName)
$(env.EnvironmentVariableName)
!(loc.StringID)
These a
Hi all,
i have a noob question.
In this snippet there is a & and a ! before the variable MainFeature.
what does that mean ?
In the wix chm, i found the list of "Wix built-in variables.
But i'm unable to reference them, either in the bundle, or in my managed
bootstrapper. What is the correct way
Hi,
I have custom actions running on many of my Next buttons on my dialogs.
However I seem to be experiencing an issue with them. Any button with a
custom action I have to double click to get it to go to the next dialog.
Would anyone know why this would be?
Thanks
Hi,
I'm running a bundle which itself contains 2 bundles and some msi. I'm
using a custom bootstrapper application to achieve this. Installation is
working but I have some trouble displaying the progress as I want to
display a progress bar and some description. As description I normally
use the
38 matches
Mail list logo