cant run my C# program after installation - only if i Run as administrator
-
hi cant run my C# program after installation - only if i Run as administrator. in my setup i set the InstallAllUsers = True i change the app.manifest file to
allso i try to remove this **app.manifest** file and i try to change to requestedExecutionLevel level="asInvoker" uiAccess="false" - and same problem and after the install, when i try to run the program - The software is not running only if i click on the exe file and run as administrator. thanks
-
hi cant run my C# program after installation - only if i Run as administrator. in my setup i set the InstallAllUsers = True i change the app.manifest file to
allso i try to remove this **app.manifest** file and i try to change to requestedExecutionLevel level="asInvoker" uiAccess="false" - and same problem and after the install, when i try to run the program - The software is not running only if i click on the exe file and run as administrator. thanks
With the information you provided, it's impossible to tell you why your app won't run. What does your app supposed to do? What is it actually doing? Are there any error messages? As it stands, it sounds like you've written your application so only an administrator can run it because of something your app is doing.
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak -
hi cant run my C# program after installation - only if i Run as administrator. in my setup i set the InstallAllUsers = True i change the app.manifest file to
allso i try to remove this **app.manifest** file and i try to change to requestedExecutionLevel level="asInvoker" uiAccess="false" - and same problem and after the install, when i try to run the program - The software is not running only if i click on the exe file and run as administrator. thanks