Skip Menu |

This queue is for tickets about the Win32-Shortcut CPAN distribution.

Report information
The Basics
Id: 56908
Status: open
Priority: 0/
Queue: Win32-Shortcut

People
Owner: Nobody in particular
Requestors: FLAMEY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.07
Fixed in: (no value)



Subject: Advertised shortcuts are not supported.
Advertised shortcuts can be created by MSI installer, and have been around for a while. For example, Adobe Reader 8 and higher, MS Office 2007 applications, and others come with advertised shortcuts. You cannot modify (or even read target path) them via regular Properties dialog in Windows. But you cannot read them via Win32 IShellLink Interface, the MSI interface must be used. Somewhere in MSDN I read, that to get path to a shortcut, one should use MSI first, and if it fails (it will if it's regular shortcut) IShellLink Interface should be used. Maybe this module should be enhanced to support advertised shortcuts as well? Look here how you can read target path of advertised shortcut to locally installed application.
sorry, forgot a link to an example: http://www.perlmonks.org/?node_id=836719 Show quoted text
> Look here how you can read target path of advertised shortcut to > locally installed application.