Here it is.

-----Original Message-----
From: Chris Lord [mailto:chris.l...@atterotech.com] 
Sent: Tuesday, August 10, 2010 3:25 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstall not removing files

Run the uninstaller from the command line and get a verbose log.  That should 
tell you the reason.

On 08/10/2010 05:48 PM, Sudhakar Pasupuleti wrote:
> Hi,
>
> I am trying to understand why uninstall is not removing files. Here is the 
> WIX file.
>
>      <Directory Id="TARGETDIR" Name="SourceDir">
>        <Directory Id="TABLESYNC_DIR" Name="dontuse" LongName="TableSync">
>          <Component Id="tablesync_component" Guid="">
>            <File Id="TableSync.exe" Name="dontuse" LongName="TableSync.exe" 
> DiskId="1" Source="$(var.BuildRoot)\tools\TableSync\TableSync.exe"/>
>            <File Id="TableSync.Common.dll" Name="dontuse" 
> LongName="TableSync.Common.dll" DiskId="1" 
> Source="$(var.BuildRoot)\tools\TableSync\TableSync.Common.dll"/>
>            <File Id="TableSync.Core.dll" Name="dontuse" 
> LongName="TableSync.Core.dll" DiskId="1" 
> Source="$(var.BuildRoot)\tools\TableSync\TableSync.Core.dll"/>
>            <File Id="XblConfig.dll" Name="dontuse" LongName="XblConfig.dll" 
> DiskId="1" 
> Source="$(env.EXTPATH)\xonline-ext\BuildExport\retail\xonline\XblConfig.dll" 
> />
>            <File Id="CreateTableSyncJob.sql" Name="dontuse" 
> LongName="CreateTableSyncJob.sql" DiskId="1" 
> Source="$(env.INETROOT)\private\msi\TableSync\CreateTableSyncJob.sql"/>
>          </Component>
>        </Directory>
>      </Directory>
>
> Thanks in advance,
> Sudhakar
> ----------------------------------------------------------------------
> --------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge 
> http://p.sf.net/sfu/RIM-dev2dev 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>    

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to