In the case that is working, you are specifying the default culture to 
light.exe.  In the case that is not working you are not.  That's probably the 
problem.

-----Original Message-----
From: Jeremy Lew [mailto:j...@liquidmachines.com]
Sent: Tuesday, January 20, 2009 13:39
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Build wixlib with localization

I think I'm seeing the same thing.  Seems to happen only in Debug
configuration.  The build machine is a 64 bit system with AMD64 Wix
installed. Here are the command lines, first the failing configuration
then the working configuration.  Sorry for the length, this is best
viewed without wordwrap.  The localization symbols it is complaining
about are in LqmiWixLib.wixlib, which is being referenced as a Votive
project reference from the main install project.

************************* FAILING VERSION (Debug|x64)
***********************************************
22>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -dDebug -d"DevEnvDir=C:\Program Files (x86)\Microsoft
Visual Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Debug
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Debug\x64\ -dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Debug\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Debug\x64\LiquidMachines-Doc
umentControl.msi -dLqmiWixLib.Configuration=Debug
-d"LqmiWixLib.FullConfiguration=Debug|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\

--snip--

22>             C:\Program Files (x86)\Windows Installer XML
v3\bin\Light.exe -dWixUILicenseRtf=LicenseAgreement.rtf -out
C:\Proj\falcon\buildout2\Setup\Debug\x64\LiquidMachines-DocumentControl.
msi -pdbout
C:\Proj\falcon\buildout2\Setup\Debug\x64\LiquidMachines-DocumentControl.
wixpdb -sice:ICE47 -sice:ICE03 -sice:ICE82 -sice:ICE83 -ext
WixUtilExtension -ext WixUIExtension -ext WixNetFxExtension -ext
WixIISExtension obj\x64\Debug\AdminUIApp.wixobj
obj\x64\Debug\AdminUIAppGroup.wixobj obj\x64\Debug\CRTMergeModule.wixobj
obj\x64\Debug\KeyService.wixobj obj\x64\Debug\KeyServiceGroup.wixobj
obj\x64\Debug\ServicesApp.wixobj obj\x64\Debug\ServicesAppGroup.wixobj
obj\x64\Debug\KeyServiceMain.wixobj obj\x64\Debug\OpenSSLMain.wixobj
obj\x64\Debug\Product.wixobj
obj\x64\Debug\LMDC_Server_Installer_UI.wixobj
obj\x64\Debug\LMDC_SqlScripts.wixobj
C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Debug\LqmiWixLib.wixlib
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\ServiceUserDlg.wxs(14,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_ServiceUserDlgDescription) is unknown.  Please ensure
the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\ServiceUserDlg.wxs(15,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_ServiceUserDlgTitleText) is unknown.  Please ensure the
variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\ServiceUserDlg.wxs(19,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_ServiceUserDlgUserNameLabel) is unknown.  Please ensure
the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\ServiceUserDlg.wxs(21,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_ServiceUserDlgPasswordLabel) is unknown.  Please ensure
the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\ServiceUserDlg.wxs(23,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_ServiceUserDlgConfirmPasswordLabel) is unknown.  Please
ensure the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\ServiceUserDlg.wxs(8,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_ServiceUserDlg_Title) is unknown.  Please ensure the
variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\PasswordNotMatchDlg.wxs(6,0):
error LGHT0102: The localization variable
!(loc.LqmiWixLib_PasswordNotMatchDlgConfirmText) is unknown.  Please
ensure the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\PasswordNotMatchDlg.wxs(9,0):
error LGHT0102: The localization variable
!(loc.LqmiWixLib_PasswordNotMatchDlgText) is unknown.  Please ensure the
variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\PasswordNotMatchDlg.wxs(5,0):
error LGHT0102: The localization variable
!(loc.LqmiWixLib_PasswordNotMatchDlg_Title) is unknown.  Please ensure
the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\UserNotValidDlg.wxs(6,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_UserNotValidDlgConfirmText) is unknown.  Please ensure
the variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\UserNotValidDlg.wxs(9,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_UserNotValidDlgText) is unknown.  Please ensure the
variable is defined.
22>C:\Proj\falcon\lqmi\wix\LqmiWixLib\UserNotValidDlg.wxs(5,0): error
LGHT0102: The localization variable
!(loc.LqmiWixLib_UserNotValidDlg_Title) is unknown.  Please ensure the
variable is defined.


************************* WORKING VERSION (Release|x64)
*********************************************



C:\Program Files (x86)\Windows Installer XML v3\bin\candle.exe
-d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio
9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out obj\x64\Release\AdminUIApp.wixobj
-arch x64 -ext WixUtilExtension -ext WixUIExtension -ext
WixNetFxExtension -ext WixIISExtension gensrc\AdminUIApp.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual
Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out
obj\x64\Release\AdminUIAppGroup.wixobj -arch x64 -ext WixUtilExtension
-ext WixUIExtension -ext WixNetFxExtension -ext WixIISExtension
gensrc\AdminUIAppGroup.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual
Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out
obj\x64\Release\CRTMergeModule.wixobj -arch x64 -ext WixUtilExtension
-ext WixUIExtension -ext WixNetFxExtension -ext WixIISExtension
gensrc\CRTMergeModule.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual
Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out obj\x64\Release\KeyService.wixobj
-arch x64 -ext WixUtilExtension -ext WixUIExtension -ext
WixNetFxExtension -ext WixIISExtension gensrc\KeyService.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual
Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out
obj\x64\Release\KeyServiceGroup.wixobj -arch x64 -ext WixUtilExtension
-ext WixUIExtension -ext WixNetFxExtension -ext WixIISExtension
gensrc\KeyServiceGroup.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual
Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out
obj\x64\Release\ServicesApp.wixobj -arch x64 -ext WixUtilExtension -ext
WixUIExtension -ext WixNetFxExtension -ext WixIISExtension
gensrc\ServicesApp.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\candle.exe -d"DevEnvDir=C:\Program Files (x86)\Microsoft Visual
Studio 9.0\Common7\IDE\\"
-dSolutionDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\
-dSolutionExt=.sln -dSolutionFileName=phoenix.sln -dSolutionName=phoenix
-dSolutionPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\phoenix.sln
-dConfiguration=Release
-dOutDir=..\..\..\..\..\..\..\buildout2\Setup\Release\x64\
-dPlatform=x64
-dProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Ser
verSetup\ -dProjectExt=.wixproj
-dProjectFileName=LMDC_Server_Setup.wixproj
-dProjectName=LMDC_Server_Setup
-dProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\Se
rverSetup\LMDC_Server_Setup.wixproj
-dTargetDir=C:\Proj\falcon\buildout2\Setup\Release\x64\ -dTargetExt=.msi
-dTargetFileName=LiquidMachines-DocumentControl.msi
-dTargetName=LiquidMachines-DocumentControl
-dTargetPath=C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-D
ocumentControl.msi -dLqmiWixLib.Configuration=Release
-d"LqmiWixLib.FullConfiguration=Release|x64" -dLqmiWixLib.Platform=x64
-dLqmiWixLib.ProjectDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\
-dLqmiWixLib.ProjectExt=.wixproj
-dLqmiWixLib.ProjectFileName=LqmiWixLib.wixproj
-dLqmiWixLib.ProjectName=LqmiWixLib
-dLqmiWixLib.ProjectPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\LqmiWixLib.w
ixproj
-dLqmiWixLib.TargetDir=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Releas
e\ -dLqmiWixLib.TargetExt=.wixlib
-dLqmiWixLib.TargetFileName=LqmiWixLib.wixlib
-dLqmiWixLib.TargetName=LqmiWixLib
-dLqmiWixLib.TargetPath=C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Relea
se\LqmiWixLib.wixlib -dkeyservicehost.Configuration=Release
-d"keyservicehost.FullConfiguration=Release|x64"
-dkeyservicehost.Platform=x64
-dkeyservicehost.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoeni
x\keyservicehost\ -dkeyservicehost.ProjectExt=.csproj
-dkeyservicehost.ProjectFileName=keyservicehost.csproj
-dkeyservicehost.ProjectName=keyservicehost
-dkeyservicehost.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\keyservicehost\keyservicehost.csproj
-dkeyservicehost.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeyServ
ice\Release_x64\bin\ -dkeyservicehost.TargetExt=.exe
-dkeyservicehost.TargetFileName=Lqmi.DocCtrl.KeyService.exe
-dkeyservicehost.TargetName=Lqmi.DocCtrl.KeyService
-dkeyservicehost.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.KeySer
vice\Release_x64\bin\Lqmi.DocCtrl.KeyService.exe
-dpsmgmt.Configuration=Release -d"psmgmt.FullConfiguration=Release|Any
CPU" -d"psmgmt.Platform=Any CPU"
-dpsmgmt.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgmt
\ -dpsmgmt.ProjectExt=.csproj -dpsmgmt.ProjectFileName=psmgmt.csproj
-dpsmgmt.ProjectName=psmgmt
-dpsmgmt.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\psmgm
t\psmgmt.csproj
-dpsmgmt.TargetDir=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release_
AnyCPU\bin\ -dpsmgmt.TargetExt=.dll
-dpsmgmt.TargetFileName=Lqmi.DocCtrl.PSMgmt.dll
-dpsmgmt.TargetName=Lqmi.DocCtrl.PSMgmt
-dpsmgmt.TargetPath=C:\Proj\falcon\buildout2\Lqmi.DocCtrl.PSMgmt\Release
_AnyCPU\bin\Lqmi.DocCtrl.PSMgmt.dll
-dLmdcServerWixCA.Configuration=Release
-d"LmdcServerWixCA.FullConfiguration=Release|x64"
-dLmdcServerWixCA.Platform=x64
-dLmdcServerWixCA.ProjectDir=C:\Proj\falcon\lqmi\ues\server\cs.net\phoen
ix\installer\LmdcServerWixCA\ -dLmdcServerWixCA.ProjectExt=.csproj
-dLmdcServerWixCA.ProjectFileName=LmdcServerWixCA.csproj
-dLmdcServerWixCA.ProjectName=LmdcServerWixCA
-dLmdcServerWixCA.ProjectPath=C:\Proj\falcon\lqmi\ues\server\cs.net\phoe
nix\installer\LmdcServerWixCA\LmdcServerWixCA.csproj
-dLmdcServerWixCA.TargetDir=C:\Proj\falcon\buildout2\LqmiWixCA\Release\x
64\ -dLmdcServerWixCA.TargetExt=.dll
-dLmdcServerWixCA.TargetFileName=Lqmi.DocCtrl.Wix.ServerCA.dll
-dLmdcServerWixCA.TargetName=Lqmi.DocCtrl.Wix.ServerCA
-dLmdcServerWixCA.TargetPath=C:\Proj\falcon\buildout2\LqmiWixCA\Release\
x64\Lqmi.DocCtrl.Wix.ServerCA.dll -out
obj\x64\Release\ServicesAppGroup.wixobj -arch x64 -ext WixUtilExtension
-ext WixUIExtension -ext WixNetFxExtension -ext WixIISExtension
gensrc\ServicesAppGroup.wxs
21>             C:\Program Files (x86)\Windows Installer XML
v3\bin\Light.exe -cultures:en-US -dWixUILicenseRtf=LicenseAgreement.rtf
-out
C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-DocumentContro
l.msi -pdbout
C:\Proj\falcon\buildout2\Setup\Release\x64\LiquidMachines-DocumentContro
l.wixpdb -sice:ICE47 -sice:ICE03 -sice:ICE82 -sice:ICE83 -ext
WixUtilExtension -ext WixUIExtension -ext WixNetFxExtension -ext
WixIISExtension obj\x64\Release\AdminUIApp.wixobj
obj\x64\Release\AdminUIAppGroup.wixobj
obj\x64\Release\CRTMergeModule.wixobj obj\x64\Release\KeyService.wixobj
obj\x64\Release\KeyServiceGroup.wixobj
obj\x64\Release\ServicesApp.wixobj
obj\x64\Release\ServicesAppGroup.wixobj
obj\x64\Release\KeyServiceMain.wixobj obj\x64\Release\OpenSSLMain.wixobj
obj\x64\Release\Product.wixobj
obj\x64\Release\LMDC_Server_Installer_UI.wixobj
obj\x64\Release\LMDC_SqlScripts.wixobj
C:\Proj\falcon\lqmi\wix\LqmiWixLib\bin\x64\Release\LqmiWixLib.wixlib
21>C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\ServerSetup\g
ensrc\CRTMergeModule.wxs(11,0): warning LGHT1055: The
InstallExecuteSequence table contains an action 'SxsInstallCA' which
cannot be merged from the merge module 'C:\Program Files (x86)\Common
Files\Merge Modules\policy_9_0_microsoft_vc90_CRT_x86_x64.msm'.  This
action is likely colliding with an action in the database that is being
created.  The colliding action may have been authored in the database or
merged in from another merge module.  If this is a standard action, it
is likely colliding due to a difference in the condition for the action
in the database and merge module.  If this is a custom action, it should
only be declared in the database or one merge module.
21>C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\ServerSetup\g
ensrc\CRTMergeModule.wxs(11,0): warning LGHT1055: The
InstallExecuteSequence table contains an action 'SxsUninstallCA' which
cannot be merged from the merge module 'C:\Program Files (x86)\Common
Files\Merge Modules\policy_9_0_microsoft_vc90_CRT_x86_x64.msm'.  This
action is likely colliding with an action in the database that is being
created.  The colliding action may have been authored in the database or
merged in from another merge module.  If this is a standard action, it
is likely colliding due to a difference in the condition for the action
in the database and merge module.  If this is a custom action, it should
only be declared in the database or one merge module.
21>C:\Proj\falcon\lqmi\wix\LqmiWixLib\SelectWebSite.wxs(93,0): warning
LGHT1076: ICE17: ListBox: 'WEBSITE' for Control: 'SelectWebSiteCombo' of
Dialog: 'SelectWebSiteDlg' not found in ListBox table.
21>C:\Proj\falcon\lqmi\ues\server\cs.net\phoenix\installer\ServerSetup\P
roduct.wxs(155,0): warning LGHT1076: ICE57: Component
'LMDC_LoginShortcut' has both per-user and per-machine data with an HKCU
Registry KeyPath.

-----Original Message-----
From: Rob Mensching [mailto:rob.mensch...@microsoft.com]
Sent: Tuesday, January 20, 2009 11:02 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Build wixlib with localization

Can you provide the command lines for the things you are building?

-----Original Message-----
From: Alexandr Naumuk [mailto:anau...@stratagem-us.com]
Sent: Tuesday, January 20, 2009 05:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Build wixlib with localization

Hello WiX community,

I am a beginner in WIX toolset. I am using wix 3.0. I have build the
custom.wixlib that contains custom dialogs and localization file for
this dialogs as EMBEDDED resource, building with COMPILE is impossible.
When I use this (custom.wixlib) library in another wix projects an
errors occur: The localization variable !(loc.Name) is unknown.  Please
ensure the variable is defined. May be when I build wixlib I have to use
additional options?

------------------------------------------------------------------------
------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to