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
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
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
>
---
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
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
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
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:
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]>
8 matches
Mail list logo