[WiX-users] Burn MsiPackage DisplayName property does not localized

2015-03-18 Thread Mrugesh Patel
Hello, Any one know about how to localize "DisplayName" Property value in MsiPackage in Burn. Is this Bug in Burn? My MsiPackage are below. Thanks, Mrugesh Patel -Original Message- From: Mrugesh Patel Sent: Tuesday, March 17, 2015 6:11 PM To: General discussion abou

Re: [WiX-users] Moving mba from NetFx40 to NetFx 4.5.1

2015-03-18 Thread Bob Arnson
On 18-Mar-15 14:13, Phill Hogland wrote: > I moved my mba from NetFx40WebClient to NetFx451Web. Previously I did not > run into the errors related to WixMbaPrereqPackageId and > WixMbaPrereqLicenseUrl, as they are defined in NetFx40.wxs. Since they are > not defined in NetFx451.wxs in the WixNetF

Re: [WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-18 Thread Bob Arnson
On 18-Mar-15 18:59, egcastr wrote: > I need to call a C API as part of my bootstrapper to determine if a > particular feature exists on chip. BA functions will let you do that. See the sample code in the source code at src\burn\Samples\bafunctions. -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-18 Thread Sean Hall
In v3.8, the BAFunctions.dll was added where you can provide a dll that WixStdBA will call into for a few of the IBootstapperApplication events. Sadly, there's not much documentation on this but there is a sample directory at https://github.com/wixtoolset/wix3/tree/develop/src/burn/Samples/bafuncti

Re: [WiX-users] FW: Wix Burn with Managed WPF UI - How to deploy on multiple disks

2015-03-18 Thread Sean Hall
If the engine can't find a payload, then it will call IBootstrapperApplication::OnResolveSource. Check out the comments at https://github.com/wixtoolset/wix3/blob/develop/src/burn/inc/IBootstrapperApplication.h for more information. Note that you'll probably need the SWAPRUN functionality in v3.1

Re: [WiX-users] Error: Loading prerequisite bootstrapper application

2015-03-18 Thread Sean Hall
Looking at the log from the bug, the problem here is that you thought you installed WiX v3.10.0.1502 but the first line of the log says v3.10.1124.0. We made a breaking change with respect to the version numbers in v3.10. You need to uninstall v3.10.1124.0 in order to install the newer versions.

[WiX-users] Calling C API in WiX Standard Bootstrapper Application

2015-03-18 Thread egcastr
My searchFu has not been particularly strong the last few days and I'm hopeful someone on this list can point me in the right direction. I need to call a C API as part of my bootstrapper to determine if a particular feature exists on chip. The result of the C API call will then be used to determin

Re: [WiX-users] Replace files added in minor upgrade

2015-03-18 Thread Ramjot
Yes it is one file per component. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Replace-files-added-in-minor-upgrade-tp7599551p7599618.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] FW: Wix Burn with Managed WPF UI - How to deploy on multiple disks

2015-03-18 Thread Marco Tognacci
Any suggestions? I have a Burn Managed Bootstrapper with WPF UI.I need to publish my setup using a DVD disk.I have many msi packages in the Burn chain, so I want to divide my setup application on 2 or more DVD disks.I have seen the MediaTemplate element inside the msi package project to define

Re: [WiX-users] Error: Loading prerequisite bootstrapper application

2015-03-18 Thread Rob Mensching
You should be able to mark the bug for triage. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Cadima [mailto:samuel.cad...@wisedat.pt] Sent: Wednesday, March 18, 2015 11:1

Re: [WiX-users] Error: Loading prerequisite bootstrapper application

2015-03-18 Thread Cadima
I don't have permission to re-open the bug, but I commented the issue with that information. Anyway, I installed the 3.8 and it works now. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-Loading-prerequisite-bootstrapper-application-tp759918

[WiX-users] Moving mba from NetFx40 to NetFx 4.5.1

2015-03-18 Thread Phill Hogland
I moved my mba from NetFx40WebClient to NetFx451Web. Previously I did not run into the errors related to WixMbaPrereqPackageId and WixMbaPrereqLicenseUrl, as they are defined in NetFx40.wxs. Since they are not defined in NetFx451.wxs in the WixNetFxExtension, I added them to my project, but I did

Re: [WiX-users] Replace files added in minor upgrade

2015-03-18 Thread Nir Bar
Have you split files to components (one file per component)? If a component contains several files (or registry values for that matter) then only if the key path file is to be installed are the other files get installed. Also be sure to read Default File Versioning

Re: [WiX-users] Error: Loading prerequisite bootstrapper application

2015-03-18 Thread Rob Mensching
Re-open the bug and add additional detail (log file) to help track down the issue. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Cadima [mailto:samuel.cad...@wisedat.pt]

Re: [WiX-users] Error: Loading prerequisite bootstrapper application

2015-03-18 Thread Cadima
I downloaded the latest weekly 3.10 release, where that bug was suposed to be fixed (I confirmed the code changes) and I still get that error with Windows XP. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-Loading-prerequisite-bootstrapper-a