Hi Rob,

Thanks for the prompt reaction. It now builds fine on my system.
I found another issue thought.
If I install 3.8 build on my machine with VS2012 only it does not register 
properly in VS2012 IDE and as a result it is not possible to load .wixproj 
project files.
The same thing happens with build from default (4.0) branch.
My guess is the cause are missing projects that are compiled and included only 
if VS2010 + VS2010 SDK exists.
I tried to enable compilation for VS2012 for them but not that familiar with 
WIX source code and it will take time.

Best regards,
Boris.

From: Rob Mensching 
Sent: Saturday, February 23, 2013 6:21 PM
To: Windows Installer XML toolset developer mailing list 
Subject: Re: [WiX-devs] 3.8 fails to build on VS2012 only system
Thanks, I pulled the fix from wix40 that was missing from wix38. Hopefully, 
that gets everything.



On Sat, Feb 23, 2013 at 12:25 AM, Boris Dachev <[email protected]> wrote:

  Hi Guys, 

  I'm trying to build latest 3.8 on Win 7 x64 machine with VS2012 Pro + VS2012 
SDK installed only i.e. no VS2010 at all. 
  The build fails with following errors: 

  "I:\SOURCE\Test\wix\wix.proj" (default target) (1) -> 
  "I:\SOURCE\Test\wix\src\setup\setup.proj" (default target) (147) -> 
  "I:\SOURCE\Test\wix\src\setup\ManagedSdkMsi\ManagedSdkMsi.wixproj" (default 
tar 
  get) (152) -> 
  (Link target) -> 
    I:\SOURCE\Test\wix\src\setup\ManagedSdkMsi\ProjectTemplates.wxs(95): error 
LG 
  HT0103: The system cannot find the file 'votive2010\CustomActionCS.zip'. 
[I:\SO 
  URCE\Test\wix\src\setup\ManagedSdkMsi\ManagedSdkMsi.wixproj] 
    I:\SOURCE\Test\wix\src\setup\ManagedSdkMsi\ProjectTemplates.wxs(99): error 
LG 
  HT0103: The system cannot find the file 'votive2010\CustomActionVB.zip'. 
[I:\SO 
  URCE\Test\wix\src\setup\ManagedSdkMsi\ManagedSdkMsi.wixproj] 


  "I:\SOURCE\Test\wix\wix.proj" (default target) (1) -> 
  "I:\SOURCE\Test\wix\src\setup\setup.proj" (default target) (147) -> 
  "I:\SOURCE\Test\wix\src\setup\NativeSdkMsi\NativeSdkMsi2012.wixproj" (default 
t 
  arget) (153) -> 
    I:\SOURCE\Test\wix\src\setup\NativeSdkMsi\ProjectTemplates.wxs(15): error 
LGH 
  T0103: The system cannot find the file 'votive2010\CustomActionCPP.zip'. 
[I:\SO 
  URCE\Test\wix\src\setup\NativeSdkMsi\NativeSdkMsi2012.wixproj] 

  I tested both from VS2012 command prompt and normal command prompt calling 
msbuild.exe from .NET folder. 
  I also tried Rob's suggestion from previous thread (adding 
/p:VisualStudioVersion=11.0) without any luck. 

  On other side the default (4.0) branch compiles without a problem. 

  From what I understand it fails because it does not compile CustomActionXXX 
components for both native and managed SDKs as VS2010 is required. 
  Investigating a little further I think I found the difference which makes it 
work. 
  In default branch missing custom actions' files from the above log are 
included in corresponding setup projects on different condition and that is why 
they do not fail. Check the differences in ProjectTemplates.wxs in both 
ManagedSdkMsi and NativeSdkMsi folders. 

  HTH! 

  Best regards, 
  Boris. 
  ------------------------------------------------------------------------------
  Everyone hates slow websites. So do we.
  Make your web apps faster with AppDynamics
  Download AppDynamics Lite for free today:
  http://p.sf.net/sfu/appdyn_d2d_feb
  _______________________________________________
  WiX-devs mailing list
  [email protected]
  https://lists.sourceforge.net/lists/listinfo/wix-devs





--------------------------------------------------------------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb 


--------------------------------------------------------------------------------
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to