On 3/26/07, John Vottero <[EMAIL PROTECTED]> wrote:
> You could try using <RemoveFile>.

Ok that worked I setup the component for the DLL  as below. The only
remaining problem is I can install 0.93 and then 0.92 and windows
seems to think both installations can coexist. I think this is because
I am doing a major upgrade. I will have to study the upgrade mechanism
of wix further.

<Component Id="PlaneDisasterDll"
Guid="41d255e7-6d36-45d7-aee6-16f34c7474ce" DiskId="1">
        <File Id="PlaneDisaster.Dba" Name="PlnDba.dll"
LongName="PlaneDisaster.Dba.dll"
Source="..\bin\Release\PlaneDisaster.Dba.dll" />
        <!--
                In version 0.92 This file was called PlaneDisaster.LIB.dll I 
also had
                all the files in one component. When I upgraded. both files 
would be in the
                install directory. They would both be removed on uninstall. So 
we attempt to
                delete the old file here.
        -->
        <RemoveFile Id="PlaneDisasterLib" Name="PlnDisNT.dll"
LongName="PlaneDisaster.LIB.dll" On="install" />
</Component>

-------------------------------------------------------------------------
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