Advertized links are not imported correctly
Brought to you by:
laurent1979
Advertized links (special links created by MSI) are not imported correctly. Such links are for example come with Office 2007 programs, and latest versions of Adobe PDF Reader (Bug 2789318 logged earlier is the result of this issue).
Look into MsiGetShortcutTarget() + MsiGetComponentPath() to get target of these shortcuts. MSDN suggests using these functions first, and if they fail (this will happen on "regular" links too) use normal Shell method.