HockeyFan Posted November 20, 2007 Posted November 20, 2007 Question here that I hope someone can help me with...If I use the "FileInstall" command and have it include another exe script, using the "RunAsSet" command, will the included exe file run with elevated privileges when called?My wish is to have a single exe file that runs, without having to extract the program to the local HD. I normally use PackageForTheWeb v4 but I don't want the user's to have to deal with (see) the InstallShield extracting process. This is a very simple program that will be used to change a single registry key so, I need it to be run with "Admin" privileges.Any help would be greatly appreciated!
jokke Posted November 20, 2007 Posted November 20, 2007 One simple test to test this out, is looking in Task Manager and then look under "User Name" then your new process should be under what you used as RunAsSet. UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
HockeyFan Posted November 20, 2007 Author Posted November 20, 2007 One simple test to test this out, is looking in Task Manager and then look under "User Name" then your new process should be under what you used as RunAsSet.jokke,Thanks for the advice...did what you said and the process was running as a standard user. Guess that answers my question. Thank for the help! Back to the drawing board!!
HockeyFan Posted November 20, 2007 Author Posted November 20, 2007 One simple test to test this out, is looking in Task Manager and then look under "User Name" then your new process should be under what you used as RunAsSet. Ooops...my bad! I fat fingered the password on the elevated account. Corrected password and verified that the file does in deed run as the administrator! Thanks again for your help!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now