Re: [WiX-users] How to add FeatureTree

2010-08-12 Thread little.forest
:08:03 PM Subject: Re: [WiX-users] How to add FeatureTree Thanks Chris. You already helped me moving to the right direction, I guess. If anyone know the solution, please let me know. From: Chris Lord chris.l...@atterotech.com To: General discussion for Windows

Re: [WiX-users] How to add FeatureTree

2010-08-12 Thread Blair
...@ymail.com] Sent: Thursday, August 12, 2010 10:45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to add FeatureTree Hi all, We need to add a new feature. I tried to add WixUI_FeatureTree. But I got compile errors saying that I have duplicated

[WiX-users] How to add FeatureTree

2010-08-11 Thread little.forest
We'll need to add a new component. And we'd like the end user to choose to install it or not. I found the FeatureTree maybe a fit for us. So I add these code: UIRef Id=WixUI_FeatureTree/ Property Id=INSTALL_FEATURE1 Value=1 / DirectoryRef Id='INSTALLLOCATION' Component Id='COMP_FTR1'

Re: [WiX-users] How to add FeatureTree

2010-08-11 Thread Chris Lord
Did you already have a UIRef in your wxs before you added the FeatureTree UIRef? On 08/11/2010 03:00 PM, little.forest wrote: We'll need to add a new component. And we'd like the end user to choose to install it or not. I found the FeatureTree maybe a fit for us. So I add these code: UIRef

Re: [WiX-users] How to add FeatureTree

2010-08-11 Thread little.forest
@lists.sourceforge.net Sent: Wed, August 11, 2010 12:22:40 PM Subject: Re: [WiX-users] How to add FeatureTree Did you already have a UIRef in your wxs before you added the FeatureTree UIRef? On 08/11/2010 03:00 PM, little.forest wrote: We'll need to add a new component. And we'd like the end user

Re: [WiX-users] How to add FeatureTree

2010-08-11 Thread Chris Lord
@lists.sourceforge.net Sent: Wed, August 11, 2010 12:22:40 PM Subject: Re: [WiX-users] How to add FeatureTree Did you already have a UIRef in your wxs before you added the FeatureTree UIRef? On 08/11/2010 03:00 PM, little.forest wrote: We'll need to add a new component. And we'd like the end

Re: [WiX-users] How to add FeatureTree

2010-08-11 Thread little.forest
, are there maybe other potential problems? Thanks. From: Chris Lord chris.l...@atterotech.com To: General discussion for Windows Installer XML toolset. wix-users@lists.sourceforge.net Sent: Wed, August 11, 2010 12:56:27 PM Subject: Re: [WiX-users] How to add FeatureTree I

Re: [WiX-users] How to add FeatureTree

2010-08-11 Thread Chris Lord
, 2010 12:56:27 PM Subject: Re: [WiX-users] How to add FeatureTree I suspect your original UI refs contain a welcome dialog. The FeatureTree UI is a complete UI. Its not just a FeatureTree dialog so the combination of your UIrefs and FeatureTree means you have duplicate dialogs, hence

Re: [WiX-users] How to add FeatureTree

2010-08-11 Thread little.forest
Sent: Wed, August 11, 2010 1:54:24 PM Subject: Re: [WiX-users] How to add FeatureTree Sadly, you are getting to the extent of my knowledge and experience here so I am not sure I can offer much more advice. What you need is to take your customized version of WixUI_InstallDir and add