Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

INFO: How Windows Installer Shortcuts Work


Summary

Shortcuts for Windows Installer applications are not regular shortcuts. Instead of containing full paths to .exes or other type of files, they contain objects called "descriptors." A descriptor is a compressed representation of a {Product-Code, Feature Key, Component Code} triple.

↑ Back to the top


More Information

When you click on a Windows Installer shortcut, the Windows shell uses the data in the descriptor to call the MsiProvideComponent function. Look at the Microsoft Windows Installer Help file for MsiProvideComponent, and note that it takes a Product Code, a Feature Key, and a Component Code and returns a path for that component. In the process of doing that, the API verifies that all of the components that are part of the specified feature have a valid keypath on the computer (the key files exists), and it does any installations necessary to get all the components there if any of them are missing by using the MsiConfigureFeature function. Then the shell gets a path back, which it uses the ShellExecute function to execute the process.

↑ Back to the top


References

For more information on this process, see "Requesting a Feature" in the Microsoft Windows Installer Help file on the following MSDN Web site at:

For additional information about how to change the Start in: Property of a shortcut in VSI, click the article number below to view the article in the Microsoft Knowledge Base:

242586 INFO: You Cannot Change the Start in: Property of a Shortcut in Visual Studio Installer

↑ Back to the top


Keywords: kbretire, kbdsupport, kbfaq, kbinfo, kbmsifaq, kbbillprodsweep

↑ Back to the top

Article Info
Article ID : 243630
Revision : 8
Created on : 9/22/2018
Published on : 9/22/2018
Exists online : False
Views : 161