The component guid is blank. You must specify a guid. See the
documentation for more information.

-----Original Message-----
From: Sudhakar Pasupuleti [mailto:sud...@microsoft.com] 
Sent: 10 August 2010 22:49
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
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com";><img src="http://www.sdl.com/images/email 
logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a>
<BR>
<font face="arial"  size="2" "><a href = "http://www.sdl.com"; 
style="color:005740; font-weight: bold">www.sdl.com</a>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>



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