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

Reply via email to