You could get rid of <Property Id="ARPSYSTEMCOMPONENT" Value="1" /> for a start............
Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the <Virtual Environment>** Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456 Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -----Original Message----- From: subramanyeswari [mailto:sravi...@yahoo.com] Sent: 09 June 2010 12:02 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] uninstalling files Hi, What do you mean by ' Components referenced in more than 1 Feature per Component? '... This is my wxs code. <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi' xmlns:util='http://schemas.microsoft.com/wix/UtilExtension'> <Product Name='AppServerDocs' Id='AC6930E3-7D00-4a86-A639-8BADD01D129B' Language='1033' Codepage='1252' Version='1.0.0' Manufacturer='Wonderware Ltd.' UpgradeCode='7CD3FBC6-5BA6-4c64-83C7-9517D045757F'> <Package Id='*' Keywords='Installer' ='300' Languages='1033' Compressed='yes' SummaryCodepage='1252' /> <Upgrade Id='56877B06-327F-4af3-ADAE-746EC0882C47'> <UpgradeVersion Minimum="0.0.0" IncludeMinimum="yes" Maximum="1.0.1" Property="OLDERVERSIONBEINGUPGRADED" /> </Upgrade> <Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt='CD-ROM #1' /> <Property Id='DiskPrompt' Value="Appserver Docs [1]" /> <Property Id="ARPSYSTEMCOMPONENT" Value="1" /> <Directory Id='TARGETDIR' Name='SourceDir'> <Merge Id='firstModule' Language='1033' src='first.msm' DiskId='1' /> <Merge Id='secondModule' Language='1033' src='second.msm' DiskId='1' /> <Merge Id='thirdModule' Language='1033' src='third.msm' DiskId='1' /> </Directory> <Feature Id='MyFeature' Title='My 1st Feature' Level='1'> <!-- <ComponentRef Id='MyComponent' />--> <MergeRef Id='firstModule' /> <MergeRef Id='secondModule' /> <MergeRef Id='thirdModule' /> </Feature> <InstallExecuteSequence> <RemoveExistingProducts After="InstallInitialize"/> </InstallExecuteSequence> Where i have to change? Regards, Subramanyeswari -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/uninstalli ng-files-tp5157670p5157837.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------ ------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users