Advertised Shortcuts not populating files
I have created an MSI that will call a custome action to silent install an application. After it is finished, I copy some files to the My Documents folder and make a lot of changes in the Current User area. The advertised shortcut Icon is a generic Icon and not the one I had specified. When someone else logs onto the machine and then launches the icon, it does do a gathering information. The registry keys are present but the files are not placed in their My Documents folder. So I can consitantly get the reg keys entered but not the files. Does anyone have any idea on this?
John Summers
John Summers
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
BarryB
21 years ago
Posted by:
bkelly
21 years ago
Two other things to watch out for:
1) The repair option you describe happens at the feature level. So if you have your registry files in one feature, and the files in another, you will need to account for the files separately.
2) Take a look at the component you have your files in and make sure the one marked as "keyfile" is not something that may already be in the user's my documents folder. That one marked as keyfile for the component will be the only one that matters when it is determining if the files need to be installed or not.
Good luck!
1) The repair option you describe happens at the feature level. So if you have your registry files in one feature, and the files in another, you will need to account for the files separately.
2) Take a look at the component you have your files in and make sure the one marked as "keyfile" is not something that may already be in the user's my documents folder. That one marked as keyfile for the component will be the only one that matters when it is determining if the files need to be installed or not.
Good luck!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.