getting the installed program to work for all users rather than the user who installs
I have to install a program as an admin because I need to look at various system properties. I have the installer ready , the problem I am getting is that a normal user can't use the installed program because he/she does not have rights to read/write to files that the installer(as an admin) copied to the system.
Is there any flag that I can use to set the installation for any user of the system rather than the user which installs the program.
I was looking through the Help files I and found this command ---> SetShellVarContext
would this command beenough to make it happen.