Jump to content
Medved Trader Forums

orkopolo

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by orkopolo

  1. Since inno v6, there's been a way to provide an optional, noninvasive way for users (if they want to) to install for the current user only. If you look in the release notes here for "Overridable Install Mode" they have a decent explanation. https://jrsoftware.github.io/issrc/whatsnew.htm Once it's set up with PrivilegesRequiredOverridesAllowed=commandline The user can set the /CURRENTUSER switch on the command line to install without elevated privileges. There are path tokens that have to be checked, as they talk about in there, but it's a relatively painless process to create a setup that runs either the way it runs now, or with the override switch if someone asks for it. I can understand completely why you wouldn't want to mess with an installer that works
  2. I've done installer related work like this in the past, I'm assuming you're needing admin privileges to access specific registry items or areas with elevated privileges to install for all users on the system. If I can help in any way, I'd be happy to provide assistance. Sometimes it turns out to be simpler than it seems.
  3. For an application such as this, that does not seem to interface with hardware or require elevated privileges to run, there should be no need to require the setup be performed by an administrator. I work in an office setting where I would like to evaluate this platform with my peers, but getting IT approval unnecessarily is a pain in the rear. Please allow the /CURRENTUSER switch to be used, or ideally switch the installer PrivilegesRequired in the Setup section of the installer to use "lowest" privileges.
×
×
  • Create New...