I developed a driver and created a setup using Install Shield.
My application is interacting with ports (USB/COM etc.) and reading/writing entries to the registry.
Everything is working fine with the system having administrator rights.
Now at the customer end they are having machines with limited access user accounts. They are ready to give administrator rights for single time during installation.
But my application asks for admin right every time it runs. So, is it possible to customize my application according to the requirement.
Machines are windows based (windows XP/Vista/7 and 8) and my application during starting time writes some entries to the registry.
Thanks in advance.
My application is interacting with ports (USB/COM etc.) and reading/writing entries to the registry.
Everything is working fine with the system having administrator rights.
Now at the customer end they are having machines with limited access user accounts. They are ready to give administrator rights for single time during installation.
But my application asks for admin right every time it runs. So, is it possible to customize my application according to the requirement.
Machines are windows based (windows XP/Vista/7 and 8) and my application during starting time writes some entries to the registry.
Thanks in advance.