I developed a simple VS05 windows application for the company I work for that we distribute for free to several offices we work with. It is a scanner interface that uses a third party scanner ocx control. I read and write to the registry and write a folder on the C: drive of the computer that the app runs on. The app can also send files to the Recycle Bin.
I've distributed this to more than a dozen offices and for the most part it has been trouble free. However, in larger offices with a robust networked environment I have troubles running the application because of security issues on the network.
In order to install the application someone needs to log in as admin. The app runs fine with the admin is logged in and running it. However, when the user whose workstation it is logs in under their username the application won't run.
How do I figure out what is causing the application to not run with limited user rights? Can I do something at compile time to fix this?
Greg
I've distributed this to more than a dozen offices and for the most part it has been trouble free. However, in larger offices with a robust networked environment I have troubles running the application because of security issues on the network.
In order to install the application someone needs to log in as admin. The app runs fine with the admin is logged in and running it. However, when the user whose workstation it is logs in under their username the application won't run.
How do I figure out what is causing the application to not run with limited user rights? Can I do something at compile time to fix this?
Greg