Shortcut repairs on every launch
Hi,
I am trying to package HFMClient application. This application installs only to current user. So i used ALLUSERS=1 property to make it available for other users.The issue faced here is shortcut when launched from user goes for repair on every launch. i tried adding all user specific entries but no luck.How to solve this issue
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
jaybee96
11 years ago
Answer: please search (and post) the eventviewer message about this issue, this will probably give you a hint which component (keypath) is causing the repair..
Comments:
-
Shouldn't the above be a 'Comment' rather than an 'Answer'? - anonymous_9363 11 years ago
-
Should I "Asnwer" this comment , or comment to your comment ;-) - jaybee96 11 years ago
-
@OP: What jaybee96 is saying is to look at the corresponding Windows Installer event in the Event log. That will contain the GUID of the component in the MSI. Once you know the component ID, you can work out why the self-healing is kicking off each time. My guess is that it's related to permissioning of a file or registry key/value. - anonymous_9363 11 years ago
Posted by:
jagadeish
11 years ago