[WiX-users] Any way to get a bundle to use updated MSI packages without having to rebuild the bundle?

2014-09-25 Thread Mike Tanfield
Hi all, The project I am working on is using a custom bootstrapper for our install process. Inside our bundle chain are multiple MsiPackages that are all located on a network, so I'm using DownloadUrl to locate each one of them. Our build process is a bit lengthy (the bundle has to be built a

[WiX-users] Managed Bootstrapper Error Handling

2014-04-23 Thread Mike Tanfield
Hi all, The project I am working on is using a custom bootstrapper for our install process. We have run into various issues in our install process, but instead of looking for solutions for each individual issue here, I am attempting to create a UI element (DialogBox, Window, etc.) that shows

[WiX-users] Managed Bootstrapper Error Handling

2014-04-23 Thread Mike Tanfield
-- Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Rea

Re: [WiX-users] How to read an MSI's Product GUID from Bootstrapper Application?

2014-03-11 Thread Mike Tanfield
I was able to add the version number via the binding variable, but I am unable to find variables for the GUIDS or URL. Is it possible to pass those variables to the bundle? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-read-an-MSI-s-Produc

[WiX-users] How to read an MSI's Product GUID from Bootstrapper Application?

2014-03-10 Thread Mike Tanfield
Hi all, The project I am working on has a main executable and multiple optional components (each has its own MSI) that a user can choose from when running the bootstrapper. The project uses third-party software that checks for updates when the main executable is launched. In order for the sof