Giter Site home page Giter Site logo

Comments (3)

bveenvliet avatar bveenvliet commented on August 23, 2024

Is it an option to add the following lines to your base installer?
;Request application privileges for Windows Vista
RequestExecutionLevel admin

from nsisdotnetchecker.

kouk avatar kouk commented on August 23, 2024

yeah, it's an option but I prefer not to. Our application is installed in %APPDATA% and in most cases the .NET dependency is already available. So no admin privileges are necessary. But as I said, the solution we have works for us. Perhaps the DotNetChecker project would be interested in having StdUtils as an optional dependency for others like us who need user level installs on Vista?

from nsisdotnetchecker.

gwicksted avatar gwicksted commented on August 23, 2024

An alternative would be if DotNetChecker.nsh be changed to break up the check/download/install actions into individual macros with the current CheckNetFramework performing all 3 (when required).

Then applications with RequestExecutionLevel admin can continue using the convenient CheckNetFramework macro and those using StdUtils or UAC plugins can implement their own variation of the install portion of the process (which may involve running the .NET installer with a runas verb or re-running the current NSIS installer with elevated privileges).

from nsisdotnetchecker.

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.