All,

I"m trying to get Wix to work as in a build server capacity, however it
seems that I cannot get this to happen successfully unless Wix is installer
with Visual Studio. I followed all the instructions to deploy Wix in source
control but when I uninstall Wix it always fails with the following errors.
This is a customs action DLL that is trying to compile. Wix binaries and
SDK are copied and referenced as: I did get past a previous error by adding
an entry to the MSBuild.exec.config file but now I'm left with this error.

<PropertyGroup>
      <WixToolPath>$(SourceCodeControlRoot)\wix\[[Version]]\</WixToolPath>
      <WixTargetsPath>$(WixToolPath)Wix.targets</WixTargetsPath>
      <WixTasksPath>$(WixToolPath)wixtasks.dll</WixTasksPath>
</PropertyGroup>


  CmosImageProcessor11 -> C:\workspace\TIP\Deliverables
\CmosImageProcessor11\bin\x64\Release\CmosImageProcessor.exe
  ProcessMonitor -> C:\workspace\TIP\Deliverables\ProcessMonitor.root
\ProcessMonitor\ProcessMonitor\bin\x64\Release\ProcessMonitor.exe
  CmosImageProcessor04 -> C:\workspace\TIP\Deliverables
\CmosImageProcessor04\bin\x64\Release\CmosImageProcessor.exe
  PositiveListHandler -> C:\workspace\TIP\Deliverables
\PositiveListHandler.root\PositiveListHandler\PositiveListHandler\bin\x64
\Release\Raytheon.Highways.PositiveListHandler.dll
  CmosImageProcessor12 -> C:\workspace\TIP\Deliverables
\CmosImageProcessor12\bin\x64\Release\CmosImageProcessor.exe
C:\Program Files (x86)\MSBuild\12.0\bin
\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could
not resolve this reference. Could not locate the assembly
"Microsoft.Deployment.WindowsInstaller". Check to make sure the assembly
exists on disk. If this reference is required by your code, you may get
compilation errors. [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(21,17): error CS0234: The type or namespace name
'Deployment' does not exist in the namespace 'Microsoft' (are you missing
an assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(33,61): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(33,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(113,54): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(113,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(158,55): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(158,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(203,54): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(203,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(219,57): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(219,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(246,60): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(246,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(271,58): error CS0246: The type or namespace name 'Session'
could not be found (are you missing a using directive or an assembly
reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(271,23): error CS0246: The type or namespace name
'ActionResult' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(32,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(32,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
CustomAction.cs(112,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(112,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
CustomAction.cs(157,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(157,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
CustomAction.cs(202,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(202,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
CustomAction.cs(218,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(218,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
CustomAction.cs(245,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(245,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
CustomAction.cs(270,10): error CS0246: The type or namespace name
'CustomAction' could not be found (are you missing a using directive or an
assembly reference?) [C:\workspace\TIP\Deliverables\SecurityActions
\SecurityActions.csproj]
CustomAction.cs(270,10): error CS0246: The type or namespace name
'CustomActionAttribute' could not be found (are you missing a using
directive or an assembly reference?) [C:\workspace\TIP\Deliverables
\SecurityActions\SecurityActions.csproj]
  .NETFramework,Version=v4.5.AssemblyAttributes.cpp
     Creating library C:\workspace\TIP\Deliverables\ARImageProcessing
\ARImageProcessing\x64\Release\ARImageProcessing.lib and object
C:\workspace\TIP\Deliverables\ARImageProcessing\ARImageProcessing\x64
\Release\ARImageProcessing.exp
  Generating code
  TipManagementService.BusinessLogic -> C:\workspace\TIP\Deliverables
\TipManagementServices.root\TipManagementServices\TipManagementService
\Source\Business Logic\TipManagementService.BusinessLogic\bin\x64\Release
\Raytheon.Highways.TipManagementService.BusinessLogic.dll
  Finished generating code


Regards,



  David J Ryan           CCNA
  Principal Systems
  Engineer
  ENGINEERING
  HTMS System
  Engineering - SE
  Network Centric
  Systems
  Raytheon Company




+1 714.446.2126   (office)
+1 714.276.4648   (cell)
789-2126   (tie line)
djr...@raytheon.com

1801 Hughes Drive
Fullerton, CA 92833 USA
www.raytheon.com

Follow Raytheon On
Twitter YouTube Facebook LinkedIn

Raytheon Sustainability

This message contains information that may be confidential and privileged.
Unless you are the addressee (or authorized to receive mail for the
addressee), you should not use, copy or disclose to anyone this message or
any information contained in this message. If you have received this
message in error, please so advise the sender by reply e-mail and delete
this message. Thank you for your cooperation.
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to