H
Heiko Pliefke
Hello!
I have a product which needs a user-based folder, to store cached data.
This folder must be created by MSI, so if a new user logs on to the
machine, the installer should be triggered!
Unfortunately the keypath cannot be at "HKCU", because this will be
roamed - but the folder is at "LocalSettings" and will not be roamed!
So if you log on to a second machine, the installer will not be
triggered, the folder will not be created - and the application will not
work...
Is there any possibility to set an keypath at a user-dependent store?
And that the installer will be triggered, when this store does not exist?
Next question: Is it even possible, that this store will be configurable
from command-line? But it must remain a "user-based" folder... some
groups want this store at other local drives eg "D:\CACHE\%username%".
Any feedback is greatly appreciated!
Hope to help and best regards
Heiko Pliefke
I have a product which needs a user-based folder, to store cached data.
This folder must be created by MSI, so if a new user logs on to the
machine, the installer should be triggered!
Unfortunately the keypath cannot be at "HKCU", because this will be
roamed - but the folder is at "LocalSettings" and will not be roamed!
So if you log on to a second machine, the installer will not be
triggered, the folder will not be created - and the application will not
work...
Is there any possibility to set an keypath at a user-dependent store?
And that the installer will be triggered, when this store does not exist?
Next question: Is it even possible, that this store will be configurable
from command-line? But it must remain a "user-based" folder... some
groups want this store at other local drives eg "D:\CACHE\%username%".
Any feedback is greatly appreciated!
Hope to help and best regards
Heiko Pliefke