I'm updating our installer for Windows 7 (based on Inno Setup). What came into my mind is that if the user does not run the installer with admin permissions, later on the application cannot be launched directly from the installer. So I'd like to enforce him to run the installer with administrator permissions. So how to do it? Should I stop the installation process and tell him to run it with the right permissions? If so - how to identify if he uses admin permissions?
Looking for best practices. Please advice...