2728 Error

Add-in Express™ Support Service
That's what is more important than anything else

2728 Error
 
Darren Dickerson




Posts: 17
Joined: 2014-09-24
I'm getting a 2728 error with this and I don't see the problem.

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
  <Product Id="961F3686-4ED0-4F33-9E98-6FE3C159EED1" Name="FloorPlanServiceSetup" Language="1033" Version="1.0.0.0" Manufacturer="First Baird Bancshares, Inc." UpgradeCode="A6C90497-0037-4306-A260-F59989446739">
    <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
    <CustomAction Id="DIRCA_TARGETDIR" Property="TARGETDIR" Value="[ProgramFilesFolder][Manufacturer][ProductName]" Execute="firstSequence" />
    <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
    <MediaTemplate EmbedCab="yes" />
    <InstallExecuteSequence>
      <Custom Action="DIRCA_TARGETDIR" Before="CostInitialize"><![CDATA[TARGETDIR=""]]></Custom>
    </InstallExecuteSequence>
    <InstallUISequence>
      <Custom Action="DIRCA_TARGETDIR" Before="CostInitialize"><![CDATA[TARGETDIR=""]]></Custom>
    </InstallUISequence>
    <AdminUISequence>
      <Custom Action="DIRCA_TARGETDIR" Before="CostInitialize"><![CDATA[TARGETDIR=""]]></Custom>
    </AdminUISequence>
    <Directory Id="TARGETDIR" Name="SourceDir">
      <Component Id="comp_95032AC1_918A_413A_BD4A_3AAB0BA0FE8A" Guid="C23E6B16-C757-41EB-B8EF-2CEC1F6ACD40" Permanent="no" SharedDllRefCount="no" Transitive="no">
        <File Id="_407A782C_1EAA_4798_812B_9CFE785D66C4" DiskId="1" Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes" Name="DataLayer.dll" Source="..DataLayerinDebugDataLayer.dll" KeyPath="yes" />
        <File Id="_8F4E8E24_81E9_4659_AB40_A05147885D73" DiskId="1" Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes" Name="NADA.dll" Source="..DataLayerinDebugNADA.dll" />
        <File Id="_E71CEDBB_8B8D_4431_AC3C_FC926506B28D" DiskId="1" Hidden="no" ReadOnly="no" TrueType="no" System="no" Vital="yes" Name="HelperClasses.dll" Source="..DataLayerinDebugHelperClasses.dll" />
      </Component>
      <Component Id="FloorPlanService" Guid="B25206BD-0FF5-4003-B365-C375FCE4ACF8">
        <File Id="FloorPlanService.exe.config" Name="FloorPlanService.exe.config" Source="..FloorPlanServicein$(var.Configuration)FloorPlanService.exe.config" Vital="yes" KeyPath="no" DiskId="1" />
        <File Id="EntityFramework.dll" Name="EntityFramework.dll" Source="..FloorPlanServicein$(var.Configuration)EntityFramework.dll" KeyPath="no" DiskId="1" />
        <File Id="EntityFramework.SqlServer.dll" Name="EntityFramework.SqlServer.dll" Source="..FloorPlanServicein$(var.Configuration)EntityFramework.SqlServer.dll" KeyPath="no" DiskId="1" />
        <File Id="FloorPlanService.exe" Name="FloorPlanService.exe" Source="..FloorPlanServicein$(var.Configuration)FloorPlanService.exe" Vital="yes" KeyPath="yes" DiskId="1" />
        <ServiceInstall Id="ServiceInstaller" Type="ownProcess" Vital="yes" Name="FloorPlanService" DisplayName="Floor Plan Service" Description="Calculate Floor Item Interest Daily and Refresh NADA Value Monthly" Start="auto" Account="NT AUTHORITYLOCAL SERVICE" ErrorControl="ignore" Interactive="no" />
        <ServiceControl Id="ServiceControl" Stop="both" Remove="uninstall" Name="FloorPlanService" Wait="yes" />
      </Component>
    </Directory>
  </Product>
</Wix>
Posted 24 Oct, 2014 10:21:44 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Darren,

I have just found the description of error 2728, it is the "Table definition error". Sorry, but I have no idea on what exactly table is missing or broken. Please contact WiX Toolset support, probably they will be able to shed some light on this issue.
Posted 24 Oct, 2014 11:37:38 Top
Darren Dickerson




Posts: 17
Joined: 2014-09-24
Thanks Dimitry!

I forgot my feature element. LOL
Posted 24 Oct, 2014 14:02:00 Top