Re: [WiX-users] Trying to remove features from list of features that can

2009-05-14 Thread Michael Zemanek
Take a look at Absent attribute hides the feature as such from any display controls. Feature is still changeable through publish actions and/or conditions. Original Message: - David Bartmess wrote: I have put conditions on the feature, but the problem is that the deciding variab

Re: [WiX-users] Two Entries in Add or Remove Programs

2009-05-14 Thread Michael Zemanek
I've encountered a double ARP entry with one of my installers a couple of months ago. As far as I remember only private build part of product version was changed what made the new installer act like a small update instead of a major upgrade (MSI only uses the first three parts of the version number

Re: [WiX-users] WiX 3.0: Install/Repair/Remove operations and

2009-05-11 Thread Michael Zemanek
You have sort of wrong logic in here. Both controls are initially visible and then shown by condition (=always visible). Either change the controls (...) or change your condition to Installed little.forest wrote: > > NOT Installed > > > NOT Installed > ---

Re: [WiX-users] Installing .NET service as "NT Authority\Network Service" fails on some locales of Windows XP

2009-04-15 Thread Michael Zemanek
Hi Brian, try to use the (language independent) SID for the network service account (SID: S-1-5-20, see http://support.microsoft.com/kb/243330/en-us for a list of well-known SIDs). Usually those are used inside curly brackets {S-1-5-20}, but I am not sure if that works directly with WiX. Worst ca

Re: [WiX-users] Problems with XmlConfig

2008-10-15 Thread Michael Zemanek
You are missing the leading ampersand for xml entities (& itself is an xml entity) -> Carriage return code is 13 and line feed is 10, so you have to use instead of . Or use the full sequence for CR/LF: For your sample, the following should work: -Original Message- From: "Pi

Re: [WiX-users] german letters

2008-10-07 Thread Michael Zemanek
You have to use an encoding that supports German special characters (e.g. To make German special characters readable within an installer (GUI etc) you have to set Codepage and Language attributes of your tag to the according values. For German (Germany) for that would be or Language can be lo

[WiX-users] Votive unable to reference C++ projects?

2008-06-03 Thread Michael Zemanek
I would like to use project reference for a custom action library within a WiX project, but the C++ project reference is marked with an exclamation mark and $(var..TargetFileName) won't resolve. Visual Basic and C# Projects work fine. This behavior occurs with both development environments I use:

[WiX-users] help

2008-03-07 Thread Michael Zemanek
Mit freundlichen Grüßen Exact Software Deutschland GmbH Michael Zemanek Software Engineering Karl-Hammerschmidt-Str. 40 85609 München - Dornach Telefon: 089 / 360 42 - 0 Telefax: 089 / 360 42 - 399 E-Mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>