Regards,
Anand
Rob
Is it possible to do this by changing the HKEY Users?
Rob
You can use HKCU settings only, but you have to make sure, that this
keys are delivered to each existing and new profile, if you have a
machine install.
This can be done with 'Active Setup' or 'Self Healing'. Search for this
terms on this forum, if need more info.
A 'normal' install by users should be plain forward, if you make sure,
that the installer writes nothing to locations, which users have no
access.
Hope, this gives you some ideas.
Regards, Nick
aJ schrieb:
> the All Users\AppData folder will be read only for profiles with user
> privileges !
> So, writing from an installation with user privileges to this location
> is a no go!
Are you sure about that. If true then there seems
to be no all-users location. But here:
http://msdn.microsoft.com/windowsvista/reference/default.aspx?pull=/library/
en-us/dnlong/html/AccProtVista.asp
it says that for a limited user account:
Write per-user data to the user profile (%APPDATA%).
Write per-machine data to users\all users\application data\...
(%ALLUSERSPROFILE%).
I had the impression that a "limited user account"
was as low as it goes on the totem pole, and that
therefore the app. data folders would always be
accessible. But I suppose that could also be
interpreted to imply that per-machine data is only
expected to be recorded by admin. It's hard to figure
out *exactly* how it all works from reading the MS docs.