I have created mst for vendor's msi (with InstallShield 11 - AdminStudio Edition). MST adds only one thing - a registry entry to HKCU\Software via new Feature. When you install msi+mst for the first time everything is Ok - registry key is successfully added to currently logged on user HKCU hive.
But when other users log on and launch the application, self-repair is not triggered and needed registry entry (which is set as Key Path in MST) doesn't appear under HKCU.
What could be the reason?
I've tried to make an advertized shortcut for the application and launch the app via that shortcut, but it did not help, self-repair was not triggered...