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

    • Hello police? I'd like to report a murder.
    • Ventoy 1.1.15 is out.
    • Win11Debloat 06.24.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.24.2026 changelog: With this release, the legacy app list generator and CustomAppsList file support is removed. This only affects users using legacy command-line methods. More info here: #664 Features & Improvements Clean up styling to better match Windows fluent design guidelines by @Raphire in #638 Add GPO override warning alert and WhatIf dry-run previews by @HetCreep in #611 Disable telemetry-related scheduled tasks under Microsoft\Windows by @HetCreep in #615 Guard against loading, saving & executing undefined features by @Raphire in #665 Simplify Window management & update minimum window sizes by @Raphire in #671 Update start menu backup/restore with timestamped filenames by @Raphire in #672 Clean up feature execution logic for readability by @Raphire in #641 Clean up & improve app removal methods, remove legacy CLI app removal methods by @Raphire in #662 Remove support for CustomAppsList file format, including -RemoveAppsCustom and -RunAppsListGenerator parameters Update CLI app removal to use newer app removal methods Drop support for sunset apps (Fitbit, Shazam, Twitter, Viber, Wunderlist, XING) and Plex Fix removal of Microsoft Copilot Fixes Fix: Replace P/Invoke dynamic DLL imports with WPF native methods to fix temp DLL access-denied errors by @Raphire in #661 Fix Start Menu apps not being set correctly for all users when running script for other user by @Raphire in #637 Fix store suggestions not getting disabled correctly for all users when running as other user by @Raphire in #642 Fix: Respect Feature min/max version for comboboxes by @Raphire in #639 Fix: Don't treat AllUsers/CurrentUser as a username at startup by @HetCreep in #647 Fix: treat dismissed unsafe-removal confirmation as decline by @HetCreep in #651 Fix: Surface runspace errors instead of swallowing them in GUI mode by @HetCreep in #655 Fix: Correct sub-key path matching in backup allow-list validation by @HetCreep in #645* Fix: Detect WinGet uninstall failures by exit code, not English text by @HetCreep in #658 Fix: Detect installed OneDrive in the "Only show installed" filter by @HetCreep in #656 Download: Win11Debloat 06.24.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Age of Empires Mobile PC Version The Band The Show The Movie
  • Recent Achievements

    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • 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
  • Popular Contributors

    1. 1
      +primortal
      416
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      125
    4. 4
      Michael Scrip
      77
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!