Or, add your second Component to the first feature.  The WiX toolset should be 
complaining that you have a dangling Component.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of david adams
Sent: Monday, December 18, 2006 10:57
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] install using WiX appears to succeed but...

It appears that you only have one feature:

<Feature Id ="pceShared" Level="1" >
      <ComponentRef Id='pcESDKModules' /> </Feature>

Nowhere do you include a feature for Component:

<Component Id="pcETutorialApp" Guid="C4AAAA52-157B-4cf7-8F40-8D62FCEB2D77">

Add the feature and retry.

David Adams
MSN MessengerID: [EMAIL PROTECTED]

_________________________________________________________________
Get the latest Windows Live Messenger 8.1 Beta version. Join now.
http://ideas.live.com



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to