Re: [WiX-users] Burn: Bootstrapper App, select msi's during runtime.

2012-04-05 Thread Rob Mensching
Change the requested state in OnPlanPackage. On Wed, Apr 4, 2012 at 11:32 PM, Miss Parker wrote: > Hi all, > > I'm developing a Bootstrapper Application (with my own UX) and I have this > scenario that I really could use some help with: > > 1) Bundle.wsx defines all available msi's for a specific

Re: [WiX-users] Burn: Bootstrapper App, select msi's during runtime.

2012-04-05 Thread Miss Parker
Ah, it works! Thank you so much, you saved my weekend. :) //Caisa -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Bootstrapper-App-select-msi-s-during-runtime-tp7438959p7439566.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] Wix 3.5 - Unresolved reference to symbol 'Property:ApplicationFolderName'

2012-04-05 Thread Omar
Hi, I'm updating to Wix 3.5 (I think I used WiX 3.0 before, but I need support for VS 2010). But I now have problems with my current installer. I'm using a custom UI (sorry for long code...): - http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schem

[WiX-users] Heat in WiX v3.6 RC0 generates and extra TypeLib entry

2012-04-05 Thread Christian List
All, I just installed WiX v3.6 RC0 and tried using Heat on some of my old COM dll's I noticed that it generates an extra TypeLib entry compared to what WiX v3.6 beta was generating. Specifically I get this extra entry: And it's inserted outside the section, so it also generate

[WiX-users] Forcing a new file in a patch to have attribute=4096 in File table

2012-04-05 Thread Brown, Adam
Hi all, I generated an msp using Wix 3.5 and Windows Installer 4.5, and ran into a problem with one of the files I added. The file was added in the patch, which should have meant that the attribute in the File table for this file should have been set to 4096. It is set to zero, however. All

[WiX-users] candle: error and stack trace with RemoveFile-only component

2012-04-05 Thread Bruce Cran
I'm using WiX 3.6.2221.0 (beta) and found that if I create a component that only has RemoveFile elements, an error and stack trace are displayed: candle.exe(0,0): error CNDL0001: Cannot set column 'Component' with a null value because this is a required field. Exception Type: System.Inv

Re: [WiX-users] candle: error and stack trace with RemoveFile-only component

2012-04-05 Thread Rob Mensching
Can you open bug, please? On Thu, Apr 5, 2012 at 1:54 PM, Bruce Cran wrote: > I'm using WiX 3.6.2221.0 (beta) and found that if I create a component > that only has RemoveFile elements, an error and stack trace are displayed: > > candle.exe(0,0): error CNDL0001: Cannot set column 'Component' wit

[WiX-users] WiX How To...

2012-04-05 Thread Ian Brooke
Hi, I'm new to this package so please excuse my lack of knowledge and please keep any explain simple! I basically have three questions but I will describe my situation first... I need to produce an installer/uninstaller for a new version of a Windows legacy application. This app is in use on

Re: [WiX-users] WiX How To...

2012-04-05 Thread Rob Mensching
Have you read the tutorial: http://wixtoolset.org/documentation/tutorial ? It's pretty good. On Thu, Apr 5, 2012 at 5:16 PM, Ian Brooke wrote: > Hi, > I'm new to this package so please excuse my lack of knowledge and please > keep any explain simple! I basically have three questions but I will

Re: [WiX-users] WiX How To...

2012-04-05 Thread Neil Sleightholm
There is also a WiX book that would point you in the right direction https://www.packtpub.com/wix-a-developers-guide-to-windows-installer-xml/book Neil -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 06 April 2012 05:59 To: General discussion for Windows Inst