
murphree.ellard1.5524910032303564E12 asked a question.
Adding files to a user's profile
Is there a way to include files in an MSI file which will be applied to every user's profile not the "All Users" profile. This should occur for all existing profiles along with any new profiles. Other legacy packaging solutions provide this functionality so I'm hopeful that this can also be done using an AdminStudio MSI.
Each component that you install there must have an HKCU keypath (you'll see this when you come to validate)
You must also use advertised shortcuts for the the programs that share a feature with the per-user-file components
When your new user launches one of those shortcuts, the 'missing' hkcu keypaths will trigger a self-repair and you'll get your per-user-files deployed before your program starts
looeee