It seems can't find standard UI extention while I run this task from 
CruiseControl.Net. But there is no problem while run it from command line. Any 
idea what's wrong?
Thanks
Jirong


   <Target Name="Compile Wxs">
        <ItemGroup>
            <Compile Include="$(OutputDirectory)\*.wxs" />
        </ItemGroup>
        <Message Text="Compile = @(Compile)" />
        <RemoveDir Directories="$(IntermediateOutputPath)" 
Condition="Exists('$(IntermediateOutputPath)')" />
        <MakeDir Directories="$(IntermediateOutputPath)" />
        <Candle SourceFiles="@(Compile)" 
OutputFile="$(IntermediateOutputPath)\" ToolPath="$(WixPath)" 
Extensions="$(WixPath)\WixIIsExtension.dll;$(WixPath)\WixUtilExtension.dll" />
    </Target>

C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\DeploymentStaging\WebService\SFS.Assessment.WebService\ConfigSFSDlg.wxs
 (25,):

                                                errorLGHT0094: Unresolved 
reference to symbol 'Dialog:CancelDlg' in section 'Fragment:'.

C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\DeploymentStaging\WebService\SFS.Assessment.WebService\WixUI_InstallDir_SFS.wxs
 (30,):

                                                errorLGHT0094: Unresolved 
reference to symbol 'Dialog:BrowseDlg' in section 'Fragment:'.


C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\DeploymentStaging\WebService\SFS.Assessment.
WebService>"C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\3rdParty\Windows
 Installer XML\c
andle.exe" *.wxs -ext 
"C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\3rdParty\Windows Inst
aller XML\WixIIsExtension.dll" -ext 
"C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\3rdPart
y\Windows Installer XML\WixUtilExtension.dll"
Microsoft (R) Windows Installer Xml Compiler version 3.0.2925.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.

ConfigSFSDlg.wxs
SFS.Assessment.WebService.Install.wxs
SFS.Assessment.WebService.Web.wxs
SFSAEWS.wxs
SFSAEWSBIN.wxs
SFSAEWSREF.wxs
WixUI_InstallDir_SFS.wxs

C:\SFSBuildRoot\Release11.1.5AssessmentEngine-BuildTest\DeploymentStaging\WebService\SFS.Assessment.
WebService>

Thanks
Jirong Hu
Build Master
780-644-5488


This communication is intended for the use of the recipient to which it is 
addressed, and may contain confidential, personal, and or privileged 
information. Please contact us immediately if you are not the intended 
recipient of this communication, and do not copy, distribute, or take action 
relying on it. Any communication received in error, or subsequent reply, should 
be deleted or destroyed.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to