Re: [WiX-users] Select features on UI

2009-11-29 Thread salever.lee
Hi, Here is an example I wrote to do something on features. There are three featrues "VC71" "VC70" "VC90", and when installing user can only choose one of them and install the matching feature. In a dialog, I created a listbox:

[WiX-users] Component Keypath Problem

2009-11-29 Thread ricky sundrani
I have a component whose purpose is to modify the machine.config file. What it does is add a new line to machine.config using XmlConfig element. But when i clicked on the repair button for repair, the component described above is called again i.e the line which was added to machine.config is added

Re: [WiX-users] Cannot register assembly

2009-11-29 Thread Asker Brodersen
I use a hierarchy of *proj files from the root of my build tree. I use a 'Deploy' target for the installer that depends on my 'CoreBuild' target. What I have done so far is very close to your suggestion. I have created a separate Assemblies.wxi with the output from Heat.exe, and substituted the

Re: [WiX-users] Select features on UI

2009-11-29 Thread Akihiro.Shibuta
Thanks, If I specify a property that ADDLOCAL, REMOVE are some features from command-line, It does work. If A feature is specfied, it does work. Some features are specified value of Events that are AddLocal or Remove. But the FeatureTree dialog, use WiXUI library, don't enable these featur