The Component ID needs to have a GUID I believe.
-----Original Message-----
From: Sudhakar Pasupuleti [mailto:[email protected]]
Sent: Tuesday, August 10, 2010 2:49 PM
To: [email protected]
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
[email protected]
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users