Re: [WiX-users] FW: How to speed up building burn package

2014-10-24 Thread Phill Hogland
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

Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-10-24 Thread garymonk
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

Re: [WiX-users] FW: Unzip file after install

2014-10-24 Thread Pavan Konduru
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

[WiX-users] FW: WiX Burn: how to Force Major Upgrade for a 3dparty msi package

2014-10-24 Thread Marco Tognacci
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

[WiX-users] FW: R: WiX Burn Major Upgrade Uninstall the old msi packages but not install the new msi packages

2014-10-24 Thread Marco Tognacci
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.

[WiX-users] FW: Managed Burn Bootstrapper not localize prerequisites window

2014-10-24 Thread Marco Tognacci
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

[WiX-users] FW: WiX Burn: how to Force Major Upgrade for a 3dparty msi package

2014-10-24 Thread Marco Tognacci
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

[WiX-users] FW: Burn setup automatic testing

2014-10-24 Thread Marco Tognacci
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

[WiX-users] FW: Unzip file after install

2014-10-24 Thread Marco Tognacci
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

[WiX-users] FW: WiX Burn setup is very very slow

2014-10-24 Thread Marco Tognacci
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

[WiX-users] FW: How to speed up building burn package

2014-10-24 Thread Marco Tognacci
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

Re: [WiX-users] Disable logging in Burn

2014-10-24 Thread Rob Mensching
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

Re: [WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-10-24 Thread John Cooper
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

[WiX-users] Error "database does not exist" when executing ExecuteSQLStrings

2014-10-24 Thread garymonk
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

Re: [WiX-users] Disable logging in Burn

2014-10-24 Thread Hoover, Jacob
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

Re: [WiX-users] Display messages from Custom Action in ProgressDlg?

2014-10-24 Thread John Cooper
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

[WiX-users] Display messages from Custom Action in ProgressDlg?

2014-10-24 Thread Brian Enderle
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

Re: [WiX-users] Disable logging in Burn

2014-10-24 Thread Rob Mensching
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:

[WiX-users] Disable logging in Burn

2014-10-24 Thread Tobias Erichsen
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