I will give it a shot.
Thanks,
Sudhakar

-----Original Message-----
From: Michael Schlitt [mailto:mschl...@microsoft.com] 
Sent: Wednesday, August 11, 2010 10:21 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstall not removing files

The Component ID needs to have a GUID I believe.

-----Original Message-----
From: Sudhakar Pasupuleti [mailto:sud...@microsoft.com] 
Sent: Tuesday, August 10, 2010 2:49 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Uninstall not removing files

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