・2018/07/29
Visual Studio 2013に Windows 10 SDK + UwpDesktopで UWPの機能を素の Windowsアプリから使用
(VS2013に Win 10 SDKをインストールして Uwp Desktopで UWPの機能を従来の Windowsアプリで動かす)
Tags: [Windows], [無人インストール]
● Microsoft Visual Studio 2013に Windows 10 SDK + UwpDesktop
Visual Studio 2013に Windows 10 SDKをインストールして UwpDesktopで UWPの機能を素の Windowsアプリから使用します。
Windows 10 SDKを使用しますが、開発環境が Visual Studio 2013なので最新の Windows 10 SDKは使用しません。
わざと古いバージョンの Windows 10 SDK 10.1.10586.212を使用します。
Windows SDK とエミュレーターのアーカイブ
Windows 10 SDK (10586)
http://download.microsoft.com/download/2/1/2/2122BA8F-7EA6-4784-9195-A8CFB7E7388E/StandaloneSDK/sdksetup.exe
入手可能な Windows SDK について Winows 8 / 8.1 / 10 向け
● UWPアプリで使用するライブラリ機能を WPFアプリで使用する方法
UWP = Universal Windows Platform
WPF = Windows Presentation Foundation
UWP Universal Windows Platform向けのライブラリ機能を WPFや Windows Form、コンソールアプリ(従来の Windowsのアプリ)で動かす方法
UwpDesktop UWP for Desktopを使用します。
UwpDesktop - UWP for Desktop
なお、開発環境が Visual Studio 2013とインストールする Windows 10 SDKのバージョンが 10.1.10586.212なので、UwpDesktopのバージョンもそれに合わせた古いバージョンにします。
Install-Package UwpDesktop -Version 10.0.10586.3
● Microsoftの情報
Windows 10 用のダウンロードとツール
最新の Windows 10 開発者ツールと SDK のリソース
Windows SDK とエミュレーターのアーカイブ
2016年10月3日
入手可能な Windows SDK について Winows 8 / 8.1 / 10 向け - JAPAN Platform SDK Support Team 2016年10月3日
2011年4月21日
入手可能な Windows SDK について - JAPAN Platform SDK Support Team 2011年4月21日
● Windows 10 SDK Visual Studio 2017以上が必要
APRIL 5 2017 Windows 10 Creators Update and Creators Update SDK are Released
Windows 10 Creators Update / Windows 10 SDK (ver. 10.0.15063.468) and Microsoft Emulator for Windows 10 mobile (ver. 15254.1)
FEBRUARY 28 2017 Windows 10 SDK Preview Build 15042 Released
The Windows SDK will now formally only be supported by Visual Studio 2017 and greater.
Windows SDKは、Visual Studio 2017以降でのみ正式にサポートされるようになりました。
FEBRUARY 3 2017 Windows 10 SDK Preview Build 15021 Released
Visual Studio 2017 のオフライン インストールを作成する
● Windows 10 Anniversary SDK build 14393以降は Visual Studio 2015以上が必要
AUGUST 2 2016 Windows 10 Anniversary Update SDK Now Available! Windows Store Open for Submissions
Windows 10 Anniversary SDK build 14393
Create an Offline Installation of Visual Studio 2015
● Microsoft Visual Studio 2013に Windows 10 SDK Build 10586をインストール
Windows 10 SDK Build 10586
sdksetup_10586.exe
DECEMBER 3 2015 What’s New for Developers in the Windows 10 SDK Build 10586 Update
Windows 10, version 1511 update / Windows 10 SDK build 10586 update
Windows 10 SDK Build 10586 の詳細 1月 17 2016
Windows 10 SDK Build 10586 breakdown
Windows App Certification Kit
「Windows App Certification Kit」を含めないとインストールの途中で「OptionId.Windows.SoftwareLogoToolkit」エラーになりました。
OptionId.Windows.SoftwareLogoToolkit - Windows software Logo Toolkit
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
Windows 10 SDK Build 10586が Visual Studio 2013に対応している最後のバージョン。
※ Windows 10 SDK Build 10.0.14393.795以降は Visual Studio 2015が必要。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
Microsoftが公開を停止しても大丈夫な様に「ダウンロード」を選択します。
Download the Windows Software Development Kit - Windows 10.0.10586.212 for installation on a separate computer
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
CEIPはもちろん Noを選択します。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
後述しますが、「Windows Software Development Kit」だけだとインストールの途中で「OptionId.Windows.SoftwareLogoToolkit」エラーになります。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
Windows 10 SDK ダウンロード完了。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
sdksetup.exe /?で指定可能なコマンドライン オプションを確認する。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
Windows 10 SDK SdkSetup.exeで指定可能なコマンドライン オプション。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
「Windows App Certification Kit」を含めないとインストールの途中で「OptionId.Windows.SoftwareLogoToolkit」エラーになりました。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
Windows App Certification Kit
Windows Software Development Kit
を選択する。
● Windows 10 SDKをインストール。
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
●Windows App Certification Kit 184.2MB
Windows App Certification can be used to pre-certify apps before onboarding to the Windows Store. The Windows App Certification Kit supports the following app types:
• Windows 10 apps
• Windows desktop applications
• Windows 8 apps
• Windows Phone apps
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
●Windows Software Development Kit 1.9GB
The Microsoft Windows Software Development Kit (SDK) for Windows 10 provides the tools, header files, and libraries needed to design, develop and debug both Windows 10 Windows Store apps and Windows desktop applications.
Includes:
• Tools
• Headers
• Libraries
• Links to Samples
• Links to Documentation
・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop

・Microsoft Visual Studio 2013 Windows 10 SDK + UwpDesktop
Windows 10 SDK インストール完了。
● Windows 10 SDKを無人インストールする方法
Windows 10 SDKをサイレントインストール(バッチファイルで全自動インストール)する方法。
# sdksetup.exe /?で指定可能なコマンドライン オプションを確認する。
sdksetup.exe /ceip off /features + /quiet /norestart
# /ceip off カスタマーエクスペリエンス向上プログラム(CEIP)をオフ(情報送信をしない)
# /features + 全部の機能をインストール(全部と言っても上記の手順でインストール元を 2個に限定している)
# /quiet 無人インストール(全自動でインストール)
# /norestart 再起動しない
Tags: [Windows], [無人インストール]
●関連するコンテンツ(この記事を読んだ人は、次の記事も読んでいます)
【2023年対応】 Microsoft Visual C++ ランタイムライブラリ 再頒布可能パッケージのまとめ 2005~2022まで
Microsoft Visual C++ 2005、2008、2010、2012、2013、2015、2017、2019、2022の各バージョンの最新版 MSVC Runtime librariesのまとめ
Visual Studioの C#で開発した .Netアプリの難読化をする方法
C#で開発した .Netアプリの難読化は必須事項です、素の状態では簡単に内部を解析されます
Visual Studioの C#で開発した .Netアプリを逆コンパイルして、中身の実装を覗き見る方法
C#で開発した .Netアプリは比較的簡単に元のソースコードに戻せます
Visual Studio 2019 Professional v16.4を無人インストールする方法、完全自動でインストール
VS2019 v16.4を完全オフラインインストール&コンポーネント選択の事前設定で自動インストールする
Visual Studio 2017 Professional 15.9を無人インストールする方法、完全自動でインストール
VS2017を完全オフラインインストール&コンポーネント選択の事前設定で自動インストールする
Visual Studio 2015 Professionalを無人インストールする方法、完全自動でインストール
VS2015を Update 3適用済みとコンポーネント選択の事前設定でインストール時の手間を省く
Visual Studio 2013 Professionalを無人インストールする方法、完全自動でインストール
VS2013を Update 5適用済みとコンポーネント選択の事前設定でインストール時の手間を省く
Visual Studio 2005 Professionalに Service Pack 1を統合して無人インストールする方法
VS2005に SP1を統合 & 完全自動でインストール、SP1の適用とコンポーネントの事前設定でインストールの手間を省く
Visual Studio 98を Windows 10 1903にインストールする方法
VS98 Visual Studio 98を Windows 10 19H1にインストールする方法
Visual Studio Communityのまとめ Professional と同等機能が無償
Visual Studio Communityの 2013 Update 5、2015 Update 3、2017 version 15.6のまとめ
C# .NETで ZIPファイル解凍ツール UnZipをソースリスト 1行で自作する方法、Windows .NET専用
Visual Studio 2013の C# .NET 4.5で ZipFile.ExtractToDirectoryを使い、UnZip解凍ツールを作成
Visual Studio 2013の C# .NETで 日本語対応の OCR文字認識アプリを自作する方法
オフライン環境で動作可能な 世界各国語対応の OCR文字認識アプリを C# .NETで作成、MS製 OCRライブラリを使用
Visual Studio 2013の C#で日本語対応の手書き文字認識アプリを自作する方法
オフライン環境で動作する世界各国語対応の手書き文字認識アプリを作成、MS製 手書き認識ライブラリを使用
Open XML SDKを使用して Officeのファイルを C#で自在に操る方法
Microsoft Officeのファイルをプログラムで生成したり直接中身の読み取りができます
Visual Studioの各バージョンと開発できる .NET Frameworkの各バージョンのまとめ
.Microsoft.NET Framework Developer Packの各バージョンのダウンロードまとめ。言語パック等
Windows 10対応 Microsoft Speech使用の音声認識アプリ
SpeechRecognizeApp 音声認識エンジンを使用してマイク入力の音声を認識します
Windows 10の音声合成エンジンを使用して入力した文字列を喋る & Waveファイル書き出し
SpeechApp Windows 10用 Speech 音声合成 Text-to-Speech TTSのアプリ
Visual Studioの C#や MFC C++用のサンプルアプリのリンク集
Visual Studioの C#や MFC C++でアプリを作る時の参考資料として
Windowsの Input Method Manager IMEや TSF Text Services Frameworkの公式情報源のまとめ
Windowsで IME Input Method Manager関連のアプリを作成する時の情報 ImeTrayもこの辺を必死に読んだ
Microsoft Office 2016を無人インストール(自動インストール)する方法
インストールするコンポーネントを事前に設定する事で同一環境の構築が楽にできます MSオフィス 2016
Windows 10を全自動で最後まで手間要らずでインストールする方法
autounattend.xmlの応答ファイルを使用して Windows 10を無人インストールする。大量展開時に便利
Adobe Acrobat Reader関係のまとめ 2018年版、自動インストール、無人インストール方法
アップデート手順など、Adobe Reader XI、X、Acrobat Reader 9、Acrobat Reader 8
[HOME]
|
[BACK]
リンクフリー(連絡不要、ただしトップページ以外は Web構成の変更で移動する場合があります)
Copyright (c)
2018 FREE WING,Y.Sakamoto
Powered by 猫屋敷工房 & HTML Generator
http://www.neko.ne.jp/~freewing/software/visual_studio_2013_windows_10_sdk_uwp_desktop/