INFO: How Windows Installer Shortcuts Work (243630)
The information in this article applies to:
- Microsoft Windows Installer 1.1
- Microsoft Windows Installer 1.2
- Microsoft Windows Installer 2.0
This article was previously published under Q243630 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.
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.
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
Modification Type: | Major | Last Reviewed: | 10/2/2003 |
---|
Keywords: | kbFAQ kbinfo kbMSIFAQ KB243630 |
---|
|