Announcement

Collapse
No announcement yet.

How to start a non-elevated process at the end of the installation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to start a non-elevated process at the end of the installation

    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?

  • #2
    You can use File.RunAs(), but this would require the user's Windows password.

    Ulrich

    Comment

    Working...
    X