Re: [WiX-users] Purposefully Installing Multiple Instances of an MSI

2010-07-29 Thread Thomas Terhaar
cts. Maybe someone else could verify this ? Mit freundlichen Grüßen / Best Regards Thomas Terhaar | Senior .NET Developer VoicInt Telecommunications GmbH | NL Dortmund | Lindemannstr. 78 | 44137 Dortmund | Germany | Geschäftsführer: Peter Nowack Haupthaus Köln, Kaesenstr. 19, 50677 Köln | Amtsgerich

Re: [WiX-users] Problem with curly braces in Registry

2009-09-09 Thread Thomas Terhaar
Not tested it, but this should work : <... Value="SharedMemory,TCPIP[\{]HOST=[DBSERVER][\}]" /> See http://msdn.microsoft.com/en-us/library/aa368609%28VS.85%29.aspx for reference. Mit freundlichen Grüßen / Best Regards Thomas Terhaar | Senior .NET Developer VoicInt Telecom

Re: [WiX-users] Where can I find a list of events for subscribe action?

2009-05-15 Thread Thomas Terhaar
This might be a good starting point : http://msdn.microsoft.com/en-us/library/aa368043(VS.85).aspx Regards, Thomas Mit freundlichen Grüßen / Best Regards Thomas Terhaar | Senior .NET Developer VoicInt Telecommunications GmbH | NL Dortmund | Lindemannstr. 78 | 44137 Dortmund | Germany

[WiX-users] 'Automatic' Feature selection

2009-05-14 Thread Thomas Terhaar
the ComboBox are hardcoded in ListItem elements. Is it possible to remove/add items from this list based on the install-state of a feature, so that only skins that are set to be installed are present ? Thanks in advance, Thomas Mit freundlichen Grüßen / Best Regards Thomas Terhaar

Re: [WiX-users] How do I preserve a configuration file on a majorupgrade?

2008-04-08 Thread Thomas Terhaar
I was struggling with the same issue and because I'm fairly new to WIX and MSI in general I was not able to find a 'clean' Solution. What I have so far is the following, I consider this a 'Workaround' :