omacron
Technical User
- Feb 5, 2002
- 149
Hi
I have an application that needs to move to Windows 7. The issue is that it writes to the registry (HKLM > Software => <Application Name>). The issue is with VirtualStore it redirects the registry write to the VirtualStore for each user. This would be fine but different users log into the same machine. This is a massive problem because one of the things the application uses the registry for is a counter. So ever users that logs in throws off the counter. Now I have only found two work around and don't like either;
1. Give all users owner rights to the registry keys in questions.
2. Run the application as administrator.
Problem for option 1 is to get this approved through my IT security will be near impossible, at best a month long battle. Knowing the problem with option 1 option 2 seems like a pipe dream. Is there any other way of doing this? Even if they are worse at least I can make a case for the "best of the worse".
Thanks.
I have an application that needs to move to Windows 7. The issue is that it writes to the registry (HKLM > Software => <Application Name>). The issue is with VirtualStore it redirects the registry write to the VirtualStore for each user. This would be fine but different users log into the same machine. This is a massive problem because one of the things the application uses the registry for is a counter. So ever users that logs in throws off the counter. Now I have only found two work around and don't like either;
1. Give all users owner rights to the registry keys in questions.
2. Run the application as administrator.
Problem for option 1 is to get this approved through my IT security will be near impossible, at best a month long battle. Knowing the problem with option 1 option 2 seems like a pipe dream. Is there any other way of doing this? Even if they are worse at least I can make a case for the "best of the worse".
Thanks.