Hi i am having troubles with an installer. The problem is clients have installed my app on a windows 2003 server. They are then using terminal services to all access the program.
Their administrator has to grant each user Administrator access to use the program which they have to do begrudgingly.
Currently
the administrator installs the program "For Everyone" and the program installs fine and runs fine for the administrator.
When the program is installed on XP or Vista and a new user clicks on the shortcut for the first time,a silent installer runs(only on the first time) and the program runs fine.(not sure why it needs to run the installer for each new user?)
But if they do this over terminal service on a windows 2003 machine, users with limited permissions doesn't the right to install the program and the error:
Only administrators have permission to add, remove, or configure server software during a terminal services remote session. If you want to install or configure software on the server, contact your network administrator.
so i log directly on as a user with limited permissions to the windows 2003 machine clicked on the shortcut, the silent installer runs and i get the following error:
File "FilePath"\Setup.msi was rejected by digital signature policy
i ran through this patch http://support.microsoft.com/kb/925336and it doesn't fix the problem as i believe it's a security issue.
So is i could get my installer not to run for each new user this would really solve all the problems i'm having. Whay does the installer need to run for each new user? And is there a way i could get around it?
Or can i get limited users to install programs on windows 2003 without giving them admin permissions?
thanks very much