1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WinUI3で、Microsoft Store用に、MSIXパッケージを作成する

Posted at

2024-8-20時点です。

WinUI3のテンプレートで、プロジェクトを作成します。
このテンプレートを利用すると、MSIXパッケージを作成しやすいようです。

20240820 221807 MicrosoftVisualStudio.png

プロジェクトを、ビルドやリビルドします。
すると、プロジェクトのコンテキストメニューに、
パッケージ化して公開するという項目が表示されます。
ビルドしないと、この項目が表示されません(→ これが分からず、はまった点です)

20240820 222040 Anonymous.png

例えば、次のようなフォルダに、msixファイルが出力されます。

\bin\x64\Release\net8.0-windows10.0.19041.0\win-x64\AppPackages\HOGEHOGE_1.0.0.0_x64_Test

ファイル HOGEHOGE_1.0.0.0_x64.msix

このファイルを、Microsoft パートナー センターで、登録すればよいようです。

環境

  • Microsoft Visual Studio Community 2022 (64 ビット) Version 17.11.0

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?