I am working on an installer that needs to be installed several different ways. Here are the different installs that need to be available:
Directly to C:/program files/ (all user install)
A network mapped drive
user profile (user only install)
The issue I am running into is some users don't understand permissions and how they work so when they go to install to a mapped network drive they are getting an error that says Invalid drive letter. UAC is elevating their privledges and causing the install to fail because the elevated user doesn't have the drive mapped. Is there an easier way to setup my installer that gives them an option to select network install and supress the UAC while still giving them the option to install to C:/ or their profile??
I am on version 9.8 of Advanced Installer. Installation type is Per-machine if user in administrator, per-user otherwise.