Windows: silent install to LocalAppData?
Is there any command-line switch to avoid a UAC prompt and install directly to a user's profile folder?
When running the installer a UAC prompt appears. If the user is not an administrator and cancels the UAC prompt zotero will install to the profile area. This is the behavior I want, but would prefer to skip the UAC prompt altogether.
I've been looking through the NSIS installer script, and see references to a /UAC: switch. This does not seem to have an effect when I use it, and I'm not very familiar with NSIS's syntax.
When running the installer a UAC prompt appears. If the user is not an administrator and cancels the UAC prompt zotero will install to the profile area. This is the behavior I want, but would prefer to skip the UAC prompt altogether.
I've been looking through the NSIS installer script, and see references to a /UAC: switch. This does not seem to have an effect when I use it, and I'm not very familiar with NSIS's syntax.
I was hoping for a way to have the installer automatically install to the logged in user's profile folder. This would be nice to have, because then I could have the software automatically install on whichever computer a user logs in to.
Your build instructions seem simple enough. I'll see if I can tweak the installer to skip checking whether it can perform a system-wide installation. Is this a reasonable idea?