Logo
Explore Help
Register Sign In
Mirrors/PowerToys
1
0
Fork 0
You've already forked PowerToys
mirror of https://github.com/microsoft/PowerToys.git synced 2026-04-05 10:46:33 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
85eddfc536a9b5dc7b2d9c7c92b15bf8a502d1b4
PowerToys/installer/PowerToysBootstrapper/bootstrapper/DotnetInstallation.h

12 lines
265 B
C
Raw Normal View History

Autoupdate: implement updating bootstrapper utility (#5204)
2020-07-27 19:53:29 +03:00
#pragma once
bootstrapper: use WinAPI progress bar window instead of toast notific… (#8210) * bootstrapper: use WinAPI progress bar window instead of toast notifications * remove obsolete msi action
2020-11-27 00:31:00 +03:00
#include <filesystem>
#include <optional>
namespace fs = std::filesystem;
Autoupdate: implement updating bootstrapper utility (#5204)
2020-07-27 19:53:29 +03:00
namespace updating
{
Revert "[PowerToys Run] Update to net5 (#12434)" (#12543) This reverts commit c651a4b36ef104f978a8df294c90f521a2a69e39.
2021-07-28 14:15:47 +03:00
bool dotnet_is_installed();
std::optional<fs::path> download_dotnet();
bootstrapper: use WinAPI progress bar window instead of toast notific… (#8210) * bootstrapper: use WinAPI progress bar window instead of toast notifications * remove obsolete msi action
2020-11-27 00:31:00 +03:00
bool install_dotnet(fs::path dotnet_download_path, const bool silent);
Autoupdate: implement updating bootstrapper utility (#5204)
2020-07-27 19:53:29 +03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 84ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API