I'm using Votive now to develop my installer and have moved my code over
from WixAware.   In addition I clean the code up to a point but now I'm
getting about 131 lines of errors and I'm not sure how to fix it at this
point.  My apologies in advance for posting all this mess, but I figured
someone might ask to see it. 

Here is what I have now:

------ Build started: Project: NFTSInstaller, Configuration: Debug x86
------
        C:\Program Files\Windows Installer XML v3\bin\candle.exe -v
-dDebug -d"DevEnvDir=C:\Program Files\Microsoft Visual Studio
9.0\Common7\IDE\\" -d"SolutionDir=D:\Documents and Settings\gzsrcg\My
Documents\Visual Studio 2008\Projects\WixProject1\\" -dSolutionExt=.sln
-dSolutionFileName=NFTSSetup.sln -dSolutionName=NFTSSetup
-d"SolutionPath=D:\Documents and Settings\gzsrcg\My Documents\Visual
Studio 2008\Projects\WixProject1\NFTSSetup.sln" -dConfiguration=Debug
-dOutDir=bin\Debug\ -dPlatform=x86 -d"ProjectDir=D:\Documents and
Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\\" -dProjectExt=.wixproj
-dProjectFileName=NFTSInstaller.wixproj -dProjectName=NFTSInstaller
-d"ProjectPath=D:\Documents and Settings\gzsrcg\My Documents\Visual
Studio 2008\Projects\WixProject1\WixProject1\NFTSInstaller.wixproj"
-d"TargetDir=D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\bin\Debug\\" -dTargetExt=.msi
-dTargetFileName=NFTSInstaller.msi -dTargetName=NFTSInstaller
-d"TargetPath=D:\Documents and Settings\gzsrcg\My Documents\Visual
Studio
2008\Projects\WixProject1\WixProject1\bin\Debug\NFTSInstaller.msi" -out
obj\Debug\nftssetup.wixobj -arch x86 -ext "C:\Program Files\Windows
Installer XML v3\bin\WixUIExtension.dll" nftssetup.wxs

        C:\Program Files\Windows Installer XML v3\bin\Light.exe -v
-cultures:en-US -ext "C:\Program Files\Windows Installer XML
v3\bin\WixUIExtension.dll" -out "D:\Documents and Settings\gzsrcg\My
Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\bin\Debug\NFTSInstaller.msi"
-pdbout "D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\bin\Debug\NFTSInstaller.wixpdb"
obj\Debug\nftssetup.wixobj

D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2438,0): error
LGHT0091: Duplicate symbol 'Dialog:VerifyReadyDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\VerifyReadyDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\ErrorDlg.wxs(16,
0): error LGHT0091: Duplicate symbol 'Dialog:ErrorDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2090,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2237,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfDiskDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2438,0): error
LGHT0091: Duplicate symbol 'Dialog:VerifyReadyDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\VerifyReadyDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceTypeD
lg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2189,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\SetupTypeDlg.wxs
(16,0): error LGHT0091: Duplicate symbol 'Dialog:SetupTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2322,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\BrowseDlg.wxs(16
,0): error LGHT0091: Duplicate symbol 'Dialog:BrowseDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1670,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\DiskCostDlg.wxs(
16,0): error LGHT0091: Duplicate symbol 'Dialog:DiskCostDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2077,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\SetupTypeDlg.wxs
(16,0): error LGHT0091: Duplicate symbol 'Dialog:SetupTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2322,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WaitForCostingDl
g.wxs(16,0): error LGHT0091: Duplicate symbol 'Dialog:WaitForCostingDlg'
found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2510,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2517,0): error
LGHT0091: Duplicate symbol 'Dialog:WelcomeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WelcomeDlg.wxs(1
6,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2027,0): error
LGHT0091: Duplicate symbol 'Dialog:CustomizeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CustomizeDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceWelco
meDlg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceWelcomeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2223,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceTypeD
lg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2189,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WaitForCostingDl
g.wxs(16,0): error LGHT0091: Duplicate symbol 'Dialog:WaitForCostingDlg'
found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2510,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2237,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfDiskDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WaitForCostingDl
g.wxs(16,0): error LGHT0091: Duplicate symbol 'Dialog:WaitForCostingDlg'
found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2510,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2438,0): error
LGHT0091: Duplicate symbol 'Dialog:VerifyReadyDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\VerifyReadyDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2438,0): error
LGHT0091: Duplicate symbol 'Dialog:VerifyReadyDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\VerifyReadyDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2027,0): error
LGHT0091: Duplicate symbol 'Dialog:CustomizeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CustomizeDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\LicenseAgreement
Dlg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:LicenseAgreementDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2159,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2517,0): error
LGHT0091: Duplicate symbol 'Dialog:WelcomeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WelcomeDlg.wxs(1
6,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\SetupTypeDlg.wxs
(16,0): error LGHT0091: Duplicate symbol 'Dialog:SetupTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2322,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WaitForCostingDl
g.wxs(16,0): error LGHT0091: Duplicate symbol 'Dialog:WaitForCostingDlg'
found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2510,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\LicenseAgreement
Dlg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:LicenseAgreementDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2159,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2517,0): error
LGHT0091: Duplicate symbol 'Dialog:WelcomeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WelcomeDlg.wxs(1
6,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2237,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfDiskDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2250,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfRbDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfRbDiskDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2027,0): error
LGHT0091: Duplicate symbol 'Dialog:CustomizeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CustomizeDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceTypeD
lg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2189,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\SetupTypeDlg.wxs
(16,0): error LGHT0091: Duplicate symbol 'Dialog:SetupTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2322,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceTypeD
lg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2189,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2237,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfDiskDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2250,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfRbDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfRbDiskDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2237,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfDiskDlg.wxs
(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2250,0): error
LGHT0091: Duplicate symbol 'Dialog:OutOfRbDiskDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\OutOfRbDiskDlg.w
xs(16,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceTypeD
lg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2189,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\LicenseAgreement
Dlg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:LicenseAgreementDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2159,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\SetupTypeDlg.wxs
(16,0): error LGHT0091: Duplicate symbol 'Dialog:SetupTypeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2322,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(1699,0): error
LGHT0091: Duplicate symbol 'Dialog:CancelDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\CancelDlg.wxs(16
,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2268,0): error
LGHT0091: Duplicate symbol 'Dialog:PrepareDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\PrepareDlg.wxs(1
6,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\ProgressDlg.wxs(
16,0): error LGHT0091: Duplicate symbol 'Dialog:ProgressDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2285,0): error
LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2268,0): error
LGHT0091: Duplicate symbol 'Dialog:PrepareDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\PrepareDlg.wxs(1
6,0): error LGHT0092: Location of symbol related to previous error.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2517,0): error
LGHT0091: Duplicate symbol 'Dialog:WelcomeDlg' found.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WelcomeDlg.wxs(1
6,0): error LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\ResumeDlg.wxs(16
,0): error LGHT0091: Duplicate symbol 'Dialog:ResumeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2305,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\MaintenanceWelco
meDlg.wxs(16,0): error LGHT0091: Duplicate symbol
'Dialog:MaintenanceWelcomeDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2223,0): error
LGHT0092: Location of symbol related to previous error.
C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\ProgressDlg.wxs(
16,0): error LGHT0091: Duplicate symbol 'Dialog:ProgressDlg' found.
D:\Documents and Settings\gzsrcg\My Documents\Visual Studio
2008\Projects\WixProject1\WixProject1\nftssetup.wxs(2285,0): error
LGHT0092: Location of symbol related to previous error.
Done building project "NFTSInstaller.wixproj" -- FAILED.

Build FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped
==========




------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to