GithubHelp home page GithubHelp logo

Comments (6)

codingadventures avatar codingadventures commented on June 3, 2024

Hi,

Unfortunately copying the MsBuild target alone is not enough. The installation procedure also sets some configuration keys which are stored in the windows registry at this location: \HKEY_CURRENT_USER\Software\LINQBridgeVs

The content of HKEY_CURRENT_USER is different between users. Thus if you complete the LINQBridgeVs installation with the admin user then your standard user won't have those configuration keys available. There's no option at the moment to install linqbridgevs for every user, so until I finish the installer your only option is to copy the values stored here \HKEY_CURRENT_USER\Software\LINQBridgeVs for the admin user to the same location for the standard user.

from linqbridgevs.

girlpunk avatar girlpunk commented on June 3, 2024

If the MsBuild target is the only part of the setup that needs admin privileges, could the setup detect if the file is already in place (as it can likely be read without the privileges) and complete the setup (i.e. add the remaining reg keys) without UAC/admin rights?

from linqbridgevs.

codingadventures avatar codingadventures commented on June 3, 2024

You're right, that would be a smarter way of doing it. I will add a fix for it. However I'm working on a newer version, which will be compatible with VS2017 and 2019 only, and I am going to drop the configuration process, as it will be no longer needed.

from linqbridgevs.

girlpunk avatar girlpunk commented on June 3, 2024

If you're dropping the configuration process will that remove the need for admin privileges completely?

from linqbridgevs.

codingadventures avatar codingadventures commented on June 3, 2024

yes, the only reason for admin privileges to exist is to copy the custom target into the MsBuild folder . Although from VS 2017 it is possible to override or create custom build tasks by simply dropping a Directory.Builds.target file in the same solution folder. For backward compatibility with older versions of VS I had to keep the configuration process.

from linqbridgevs.

codingadventures avatar codingadventures commented on June 3, 2024

Fixed in the next release

from linqbridgevs.

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.