-
Notifications
You must be signed in to change notification settings - Fork 157
Installation
Dongle edited this page Nov 16, 2022
·
2 revisions
.NET Core 3.1 and Visual C++ Runtime
Just extract its content anywhere you want and then run it. It contains build output. Config file will be saved in %LocalAppData%\Mica For Everyone but you can change it from app's Settings, your change will be saved in HKEY_CURRENT_USER\Software\MicaForEveryone.
The .msixbundle file contains both of x64 and arm64 builds, with .NET Core Runtime. For installing it first you need to register its certificate.
- Simply right click the MSIX and click Properties
- Go to Digital signatures Tab
- Select Minusium and click Details
- In next popup select View Certificate
- In next popup select Install Certificate
- In next step select Local machine (If a user account prompt appear click yes)
- Select Place all certificates in Following store and click browse select Trusted People and click OK and Next
- Click Finish
- Confirmation windows will appear After that Try Installing the MSIX
Using MSIX, all app data will be saved in a package-specific directory, so uninstalling msix won't leave a mark on your system (well except the certificate but you can remove that too) and you can reset app using "Reset" button in Windows app settings.