The bigger question is why are you trying to do an Official build?

An Official build needs to support all the platforms, so it makes sense to have 
this check. If you are developing, just do a debug/release build.  The official 
build is available via the wixtoolset.org. If you just need release mode 
symbols, http://wixtoolset.org/releases/ will have the build and will have 
zip's of the symbols.

-----Original Message-----
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: Monday, July 21, 2014 11:22 AM
To: wix-devs@lists.sourceforge.net
Subject: [WiX-devs] Building Wix 3.8 RTM

Hi folks,

Why do I need all versions of VS and VS SDK if I have VS 2010 and VS 2012

<Error
      Code="WIXBUILD000"
      Condition=" '$(OFFICIAL_WIX_BUILD)'!='' and !($(VS2008SdkAvailable) and 
$(VS2010SdkAvailable) and $(VS2012SdkAvailable) and $(VS2013SdkAvailable))"
      Text="All versions of VS and VS SDK are required on an official build.
Install VS2008, VS2010, VS2012, VS2013, and matching SDKs." />

Our company isn't using VS 2008/2013 (not yet anyway for 2013)

Can I comment out this section in the Wixbuild.tools.targets

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Building-Wix-3-8-RTM-tp7596025.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and search 
up to 200,000 lines of code with a free copy of Black Duck Code Sight - the 
same software that powers the world's largest code search on Ohloh, the Black 
Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to