The subject says it all. Wanted to do this, found the following. Excellent!
Unrelated, but I was Googling on this and I want to put the links somewhere –
- A General Approach to Software Packaging – Propagating user settings – I have seen this trick used at work. You put in the user specific settings in the MSI package itself and then run it via
msiexec /fup {GUID}
using Active Setup. - Some more details on the above.
Msiexec /fu {ProductCode} : repairs all user-specific registry settings
Msiexec /fup {ProductCode}: repairs all user-specific registry settings and reinstalls missing files