[WiX-users] Define an attribute with one single blank ( , space) character

2012-04-15 Thread Jens Teutenberg
I wrote my own compiler extension with my own table. The table contains one column which should be not nullable. In my XML I define the attribute in the way attr=” “ because I want to insert one single blank character into the column. If I do this I get an error the the column is empty. It seems

Re: [WiX-users] Define an attribute with one single blank ( , space) character

2012-04-15 Thread Rob Mensching
How are you getting the value? On Sun, Apr 15, 2012 at 3:44 AM, Jens Teutenberg jens.teutenb...@t-online.de wrote: I wrote my own compiler extension with my own table. The table contains one column which should be not nullable. In my XML I define the attribute in the way attr=” “ because I

[WiX-users] Distributing a C++ library

2012-04-15 Thread Kenneth Porter
I'm looking for example packaging for a C++ DLL and its import library and headers. I'm providing a sample program and some documentation. It seems like this would be a common kind of package so an example illustrating how to structure it would be great.

[WiX-users] Conditional Property, should be simple

2012-04-15 Thread Musa Biralo
Hi there, Depending on a different property value, I would like to set some value to a separate property but I couldn't find a way... I am looking for something like this: Property Id =PROP_NEW_B Secure =yes ?if PROP_NEW_A = ? PROP_NEW_B = Prop A is Blank or Null or Empty

Re: [WiX-users] Conditional Property, should be simple

2012-04-15 Thread Musa Biralo
PROP_NEW_A is assigned before AppSearch PROP_NEW_B is assigned after AppSearch On Sun, Apr 15, 2012 at 10:42 PM, Musa Biralo musa.bir...@gmail.com wrote: Hi there, Depending on a different property value, I would like to set some value to a separate property but I couldn't find a way... I

Re: [WiX-users] WiX-users Digest, Vol 71, Issue 20

2012-04-15 Thread Vivek Soni
Yes Rob, Windows Installer support doing that. Because when I tried to launch an msi on default Dialog (WixUI_Minimal), It worked. But now I am trying to do this on custom dialog, its now working. wix-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web,