Hello,
The installer gets executed at the elevated level, with the full administrator rights. When the installer is completed the main application must be run automatically with user's credentials. The Shell.Execute command still runs the application under admin rights.
How to launch the application in Windows 7, 8.1 and 10 without admin privileges?
The installer gets executed at the elevated level, with the full administrator rights. When the installer is completed the main application must be run automatically with user's credentials. The Shell.Execute command still runs the application under admin rights.
How to launch the application in Windows 7, 8.1 and 10 without admin privileges?
Comment