Skip to content

Himeyama/WinUIExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinUIExample

日本語 | English

WinUI3 アプリの例とインストーラーを作成する例です。

image

プロジェクト名の変更

プロジェクト名が MyApp の場合、

.\setup --name MyApp

とします。

開発

.\dev.ps1 にコマンドをまとめています。

アプリの実行

.\dev run

インストーラーの作成

インストーラー install.exe を作成します

.\dev pack

Install.exe を実行すると、インストーラーが起動します。 コントロールパネルまたは設定からアンインストールができます。

アプリの発行

.\dev publish

アプリを ZIP ファイルにまとめる

.\dev zip

インストール

Note

レジストリには登録されないため、コントロールパネルまたは設定からアンインストールができません。

.\dev install

アンインストール

.\dev uninstall

About

Example of a WinUI3 app and creating an installer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published