Microsoft KB Archive/243630

From BetaArchive Wiki

INFO: How Windows Installer Shortcuts Work

Q243630



The information in this article applies to:


  • Microsoft Windows Installer, versions 1.0, 1.1, 1.2





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:

http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/msi/func_2qcl.htm">

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:

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

Additional query words:

Keywords : kbMSI _IK kbMSIFAQ
Issue type : kbinfo
Technology : kbWinISearch kbWinI100


Last Reviewed: February 7, 2001
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.