Giter Club home page Giter Club logo

Comments (6)

AlphaGeeky23 avatar AlphaGeeky23 commented on May 22, 2024

i installed the MSI yesterday just fine. and actually an MSI doesn't even have the option to run as admin. which did you install?

from nofwl.

finaly55 avatar finaly55 commented on May 22, 2024

I tried to install the application but I have the same problem, the installer asks for admin rights. I don't want to give all rights to my PC, what rights are granted exactly when installing this MSI?

from nofwl.

AlphaGeeky23 avatar AlphaGeeky23 commented on May 22, 2024

I tried to install the application but I have the same problem, the installer asks for admin rights. I don't want to give all rights to my PC, what rights are granted exactly when installing this MSI?

It's all or nothing with Windows... not like android with individual rights/permissions. MSI installers run as admin by default.

from nofwl.

Bortus-AI avatar Bortus-AI commented on May 22, 2024

from nofwl.

AlphaGeeky23 avatar AlphaGeeky23 commented on May 22, 2024

Subject: Windows install without Elevated Privileges#24

Hello everyone,

I wanted to take a moment to discuss a question that I've seen come up quite frequently in the community: Why do MSI installers require administrative rights to work? It's a great question, and I think it's important to understand the reasoning behind this requirement.

MSI (Microsoft Installer) is a common installation package format used by many software applications on Windows operating systems. When you download and install a program on your Windows computer, there's a good chance that the installer you're using is an MSI package. However, you may have noticed that when you try to install an MSI package, you're often prompted to provide administrative credentials. Why is this the case?

System-Wide Changes: One of the primary reasons MSI installers require administrative rights is that they often make system-wide changes to the computer. This can include installing files to protected system directories, modifying registry keys, and configuring system services. These types of changes can affect the entire system and all users, so it's important that only users with the appropriate permissions (i.e., administrators) are able to make them.

Security Considerations: Requiring administrative rights for MSI installations helps protect the system from unauthorized changes. If any user could install software without administrative rights, it would be much easier for malware or other malicious software to be installed without the user's knowledge. By requiring administrative rights, the operating system ensures that only trusted users can make significant changes to the system.

Consistency and Reliability: MSI installers are designed to provide a consistent and reliable installation experience. This includes ensuring that all necessary files, registry entries, and other components are properly installed and configured. To achieve this level of consistency and reliability, MSI installers need the ability to access and modify protected areas of the system, which requires administrative rights.

Legacy Compatibility: Some older software applications were designed to be installed in system directories that are now protected by newer versions of Windows. To maintain compatibility with these legacy applications, MSI installers may need administrative rights to install the software in the intended location.

It's worth noting that not all MSI installers require administrative rights. Some MSI packages are designed to install software only for the current user and do not make system-wide changes. In these cases, administrative rights may not be required. However, for the reasons outlined above, many MSI installers do require administrative rights to function properly.

I hope this explanation helps clarify why MSI installers often require administrative rights. If you have any further questions or if there's anything else you'd like to discuss, please feel free to reply to this post.

Best regards,
Chat GPT4

from nofwl.

Bortus-AI avatar Bortus-AI commented on May 22, 2024

from nofwl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.