[WiX-users] Failed to extract all files from container

2012-11-19 Thread Frauenhoffer, Sabine
Hi Neil, did the underlying msi files change? Are those signed correctly? I had the same problem and didn't get it to work with the commands you posted. Did you try overriding the build targets in your .wixproj file instead of using those commands as explained here too:

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Frauenhoffer, Sabine
Hi Daniel, We had the exactly same problem. What we did to solve is, we created a second bootstrapper project called PrereqBootstrapper with the following content in Bundle.wxs (most of it is copied from the Wix NetFxExtension): Wix xmlns=http://schemas.microsoft.com/wix/2006/wi;

Re: [WiX-users] Custom Bootstrapper Application: Problem whentrying todetect if Bundle is already installed

2012-10-01 Thread Frauenhoffer, Sabine
is always installed, you could check the version of it in the DetectRelatedMsiPackage callback. You have access to both the major and minor version in the event argument. From: Frauenhoffer, Sabine sabine.frauenhof...@haufe-lexware.com To: General

[WiX-users] Custom Bootstrapper Application: Problem when trying to detect if Bundle is already installed

2012-09-27 Thread Frauenhoffer, Sabine
Hi there, I have a problem when trying to detect whether my Bundle is already installed. My usecase is as follows: I am creating a bundle with a custom UI. On startup I need to check whether my bundle is already installed in the exactly same version to determine if I have to show the

Re: [WiX-users] Custom Bootstrapper Application: Problem whentrying todetect if Bundle is already installed

2012-09-27 Thread Frauenhoffer, Sabine
-users] Custom Bootstrapper Application: Problem whentrying todetect if Bundle is already installed Could you use the built-in variable WixBundleInstalled instead ? I'm not sure if that's version specific or not. It might be worth a look. -Original Message- From: Frauenhoffer, Sabine