There are many factors and opinions on this issue.
I try to make sure that my MSI projects can build incrementally (if nothing
was changed).
I use MSBuild command line scripts (customized with ITask and Targets) to do
most builds, rather than VS (used for development debugging)
I minimize use of
I changed my product.was to the following but when I test it it doesn't
create the database. I don't receive any errors when I run it, it just
doesn't create anything.
My product.was...
USEINTEGRATEDSECURITY = 1
You can add a zip file and unzip using a custom action but remember that the
MSI will not uninstall all the files that were unzipped.(only the .zip file
will be deleted )
You will have to write a Custom Action to delete that also.
-Original Message-
From: Marco Tognacci [mailto:mark...@l
I have an msi package from another company that doesn't manage upgrade well,
they allow to make minor and major upgrade but the package works well only if
you uninstall, clear all the application folder and then make a new
installation.I can't modify the package as I have only the msi file, and
I have added the MajorUpgrade ad shown in the wix help
I haven't assigned the Schedule value as it is for
default "afterInstallValidate" as reported in the WiX help
Schedule => Determines the scheduling of the RemoveExistingProducts standard
action, which is when the installed product is removed.
The Burn Managed bootstrapper of the version 3.9 not works in localizing the
Prerequisites window.I'm in Italy, and I have tried to install on a english
Windows 7 OS and the prerequisites window appear localized in Italian not in
english.The prerequisite that I need to Install, the Net Framework
I have an msi package from another company that doesn't manage upgrade well,
they allow to make minor and major upgrade but the package works well only if
you uninstall, clear all the application folder and then make a new
installation.I can't modify the package as I have only the msi file, and
I have made a Burn setup I need to perform unit testing to ensure that after a
build my setup is ok.I need to test that If I choose to install a feature in
the Managed UI WPF the Burn setup finally install, or uninstall, or upgrade a
package or feature.Then I need to test the entire install and
I have some folders with localized html documentation, each folder contains
many files, and they are not vital for my application, I harvest the folder
using heat to build the wxs and then the msi.The installation of these folders
is very very slow as heat doesn't order the files based on direct
I have made a Burn setup with several msi packages.In my package I use Heat to
harvest directory and package differents features such as languages files
located in different folders of my application.To make the setup works I need
to ad a suffix, for example the languade identity for each foder
I have a solution with a Burn package and several MSI packages. I'm using WiX
3.8 official.
Is there any way to speed up the building of the solution? is there any way for
parallelizing building of each msi? or to build multiple msi?The main package
msi contains languages divided into different
Passing "/l" should enable logging when it was disabled by default as per:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/log.html
Not a new feature but that doesn't mean it wasn't broken.
_
Short replies here. Complete answers
If you're creating a database using script, I would recommend a separate
component with a sql:SqlDatabase element wrapped around the sql:SqlScript
elements.
--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing
Development
Jack Henry & Associates, I
I have an installer that needs to execute a number of sql scripts. For some
reason they are not getting executed and so I receive the above message.
here is my Product.was file..
http://schemas.microsoft.com/wix/2006/wi";
xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension";
xmlns:sq
Unless that is a newer "feature" I'd challenge how burn is disabling logging
today. I don't see anywhere where the manifest would be parsing the
Log/@disable. If we are going to disable logging, I'd think you'd still want
the log attributes in the manifest. Then with a bit of work, we could al
Yes. I generally follow the pattern of:
--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing
Development
Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050
|jocoo...@jackhenry.com
-Original Message
Is it possible to display messages from a custom action in the ProgressDlg
(the screen with the progress bar)?
I would like to display the names of SQL scripts as they are running. I
have to do this in a Custom Action as there are other things to do as the
scripts are executed.
Brian
If you ca
That sounds like a bug in Burn.
_
Short replies here. Complete answers over there: http://www.firegiant.com/
-Original Message-
From: Tobias Erichsen [mailto:i...@tobias-erichsen.de]
Sent: Friday, October 24, 2014 6:54 AM
To:
Hi everyone,
after Rob has been so kind to point me to the log element to disable
burn-logging,
I have added
and now the log of burn in the %temp% directory vanishes.
This created some unwanted side-effect though: In the local directory where my
bootstrapper was located, for each MSI included
19 matches
Mail list logo