Recommended Posts

So I'm having problems trying to get the windows 10 SDK to install... I originally tried to install the visual studio 2015 community edition with the SDK but it gave a generic error saying it failed to install the SDK but installed everything else - I could launch visual studio, create a universal app but got a message telling me I needed to install the emulator and SDK because neither were installed. Launched the setup again and went to modify, the SDK was selected (like it was installed) so I unticked it and removed it.

Downloaded the windows 10 emulator and SDK as external applications from the developer website - can't install the emulator because I don't have the hardware support for it, that's OK, but I'm still unable to install the SDK. When I get the 'failed to install' with the standalone SDK I'm given a log file which shows the error:

MSI (s) (18:04) [21:02:57:565]: Created Custom Action Server with PID 3396 (0xD44).
MSI (s) (18:98) [21:02:57:594]: Running as a service.
MSI (s) (18:98) [21:02:57:596]: Hello, I'm your 32bit Elevated Non-remapped custom action server.
CAQuietExec:  Microsoft (R) Generate UnionWinMD Tool version 10.0.2
CAQuietExec:  Copyright (c) Microsoft Corporation
CAQuietExec:  All rights reserved.
CAQuietExec:  Error: You must run this script from an elevated command prompt.
CAQuietExec:  Error 0x80070002: Command line returned an error.
CAQuietExec:  Error 0x80070002: CAQuietExec Failed
CustomAction GenUnionWinMD returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)



I've tried running the SDK as an admin and I still get the same error so it's bogus saying it's not an elevated command prompt. There are a few threads on the net with the same error as this for the old insider builds of windows 10 and the response from MS staff was to upgrade the installer because a newer version fixed it... Well this is the official release version of the SDK and I'm getting the error in this version. Has anyone else got this error or managed to find a workaround for it?

Link to comment
https://www.neowin.net/forum/topic/1267098-windows-10-sdk-failing-to-install/
Share on other sites

Solution to anyone encountering this problem: you've probably disabled the 'server' service and so this wonderfully written piece of code fails, absolutely amazing:


REM Check for elevation
net session >nul 2>&1
if %ERRORLEVEL% EQU 0 (
ECHO Confirmed running as administrator
) else (
ECHO Error: You must run this script from an elevated command prompt.
EXIT /B 2
)

(Piggy-backing this thread) using visual studio 2015 to develop/test javascript universal apps... Any ideas how to do this? I've installed the node.js package and got some of the samples from MS - the c# versions work and debug fine but I'm not able to debug any of the javascript sample projects, the option for debugging is greyed out and if I go to properties for the project I get 'There is no project properties provided for "Persistence = JavaScriptProjectPropertiesProvider"', so I'm assuming it's that I've not got it setup properly?

This is such a god damn mess.

Removed the community version and installed the enterprise version, it now seems to detect everything but I can't debug;

Severity    Code    Description    Project    File    Line
Error        "10.0.0.0" is not a supported value for TargetPlatformVersion. Please change it on the Project Property page.    App4    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\JavaScript\Microsoft.VisualStudio.JavaScript.UAP.targets    64

 

IS THIS A JOKE OR SOMETHING, I mean honestly, what did the team at MS spend months doing, it can't have been developing or testing because creating a brand new application doesn't work. I'm beginning to see why everywhere is dropping support for windows apps, this is a pain in the arse, and this is a problem that neither android nor iOS has.

It's yet another broken installer.

The enterprise VS installer doesn't install the windows 10 SDK properly when you select it, in fact it decides to install the windows 8.1 SDK. You can then modify the install and it'll show universal windows SDK as being install (it isn't) and windows 8.1 SDK as not being installed (it is).

So then you have to download the external windows 10 SDK and install that.

After all this of which I don't even think I can be bothered to do any windows 10 development anyway.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • The laptop in the bedroom is an Acer with i7-10510U CPU. Acer's website states they will not be upgrading it so I had little choice other than disable secure boot. I know next to nothing on these matters so hopefully it will be fine.
    • GitHub removes manual model selection from Copilot free and student plans by Karthik Mudaliar GitHub is removing the ability to manually select an AI model from its Copilot Free and Student plans, making its automatic routing system the default and only way to choose a model. This means users on these tiers will no longer be able to deliberately select a particular OpenAI, Anthropic, Google, or Microsoft model for a task. In its announcement, GitHub said Copilot Auto will dynamically choose what it considers the best model for each request. Free and Student accounts will retain access to models from multiple families, although the available selection will continue to depend on the restrictions attached to each plan. GitHub did not identify a fixed pool of models that Auto will always use, and its documentation warns that model availability can change over time. GitHub describes Auto as more than a random fallback system. On supported surfaces, its task-optimization technology evaluates the complexity of a request alongside real-time information about model health and availability. Straightforward prompts can be routed to faster and less expensive models, while more demanding coding tasks may be sent to higher-cost reasoning models. The company says this approach should reduce rate limiting, latency, and failed requests. Auto generally selects one model along natural prompt-caching boundaries rather than repeatedly switching models during a session, as GitHub found that mid-session changes increased costs without producing sufficient improvements in output quality. Users can still check which model generated a response. In Copilot Chat, the information appears when hovering over an answer, while Copilot CLI and the Copilot cloud agent display the selected model alongside their output. Auto is available in Copilot Chat, Copilot CLI, and the cloud agent, with the exact implementation and release status varying between supported development environments. The latest restriction follows several months of adjustments to Copilot’s individual plans. GitHub temporarily halted new Pro, Pro+, and Student subscriptions in April as it sought to manage demand and service reliability. It later introduced token-based billing and began gradually reopening individual-plan registrations on June 17. Alongside the picker change, GitHub is retiring the “Preview” label from Microsoft-developed models. It argues that the label is no longer necessary because Auto handles model routing and models are continuously updated behind the scenes.
    • Look up 'inflation' kid. Ask an AI for the numbers between both games.
    • Google reportedly set to lose two key Gemini and DeepMind researchers to Anthropic by Karthik Mudaliar Google is reportedly preparing to lose two more prominent artificial intelligence researchers, with Gemini contributors Jonas Adler and Alexander Pritzel planning to join rival AI developer Anthropic. According to a report from Bloomberg, both researchers are viewed internally as important contributors to Google’s flagship Gemini model family. Adler worked on Google’s AI coding efforts, while Pritzel was involved in the process used to train AI systems. Neither company has publicly confirmed the moves. The report also does not say when the researchers will formally leave Google or what positions they will hold at Anthropic. Training a large AI model requires decisions covering its architecture, data preparation, distributed computing infrastructure, and post-training methods that shape how the finished system behaves. Researchers with experience operating at the scale of Gemini are consequently difficult to replace quickly. Both Adler and Pritzel have previously contributed to Google DeepMind’s scientific research as well. They are listed among the authors of the company’s work on expanding AlphaFold protein-structure predictions across entire proteomes, alongside AlphaFold researchers including John Jumper. The reported departures arrive shortly after another important change within Google’s Gemini organization. Gemini co-lead Noam Shazeer is leaving Google for OpenAI, after returning to the search company in 2024 through its deal with Character.AI. Shazeer is particularly well known as one of the authors of the Transformer paper, whose architecture became the foundation for most modern large language models. Anthropic, meanwhile, has been recruiting recognizable figures from other leading laboratories. OpenAI co-founder and former Tesla AI director Andrej Karpathy joined Anthropic’s pre-training team in May. His move, followed by the reported recruitment of several Google researchers, suggests Anthropic is strengthening the research teams responsible for the core capabilities of future Claude models rather than concentrating solely on product and enterprise sales. The competition is complicated by the companies’ extensive commercial relationships. Anthropic competes directly with Google’s Gemini models, but it also relies on Google as an infrastructure partner. In April, Anthropic announced an expanded agreement with Google and Broadcom covering multiple gigawatts of next-generation Tensor Processing Unit capacity. TPUs are Google-designed accelerators used to train and run large AI models. via Bloomberg
    • This article makes my head hurt. Lots of confusing words
  • Recent Achievements

    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
    • Rookie
      +ChiefOfNeo went up a rank
      Rookie
    • One Year In
      Tom Schmidt earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      462
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      79
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!