Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inquiry]: Does installation of apps require admin privilages? #46

Open
upintheairsheep opened this issue Jun 21, 2023 · 4 comments
Open
Labels
inquiry Questions about the product

Comments

@upintheairsheep
Copy link

Description

Does the installation of apps on the Win32 App Container require admin privileges (ex: installing Google Chrome require an admin prompt for the whole system?)

@upintheairsheep upintheairsheep added the inquiry Questions about the product label Jun 21, 2023
@tiangao-ms
Copy link
Contributor

The installation of the isolated win32 app does not require admin privileges. Actually MSIX installer won't ask for admin privilege at all.

@upintheairsheep
Copy link
Author

The installation of the isolated win32 app does not require admin privileges. Actually MSIX installer won't ask for admin privilege at all.

Will admin be needed to install this app?

@upintheairsheep
Copy link
Author

The installation of the isolated win32 app does not require admin privileges. Actually MSIX installer won't ask for admin privilege at all.

Also, is user data (appdata, etc) separated from the program files?

@tiangao-ms
Copy link
Contributor

Admin is not needed to install the app. "user data" is a bit vague in the context. Most of the files on the disk are considered "user data", which means data that belong to the user. As for the data generated by the app, it would be the developers that decided where to store it. The app does not have write access to their own program files. The access is controlled to different locations on the disk when the app tries to store data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inquiry Questions about the product
Projects
None yet
Development

No branches or pull requests

2 participants