[WiX-users] problem uninstalling conditional features

2009-02-02 Thread lensing
Hello, I use some conditional features during install, which works fine. These look like this: Feature Id=some_feature Level=1 Condition Level=0PROPERTY/Condition ComponentRef Id=some_refID/ /Feature The problem i have is, that files installed this way aren't

Re: [WiX-users] problem uninstalling conditional features

2009-02-02 Thread lensing
some_feature isn't marked as installed. lensing schrieb: Hello, I use some conditional features during install, which works fine. These look like this: Feature Id=some_feature Level=1 Condition Level=0PROPERTY/Condition ComponentRef Id=some_refID/ /Feature

[WiX-users] KeyPath Concept shared DLLs

2009-01-28 Thread lensing
Hello, could someone explain to me, what exactly the KeyPath attribute represents? My installer project seems to work just fine without using this attribute, but every second WiX posting seems to talk about it without really explaining what it does. So I guess it could be important. On another