Hi all,

I've developed a smartphone application and built the CAB file also. for
customizing the icon I have created a icon resource .dll and a .lnk file.

The problem is am not able to add this "icon.lnk" file directly in my CAB.
Getting error message like "Cannot resolve this link. This file may not be
shortcut".

Copying the "icon.lnk" file manually in the programs folder works fine. but
if i start to add the same in CAB giving me trouble.

Any suggestion?
--
Thanks and Regards,
Shankar B.

RE: Customize folder Icon. by dbgrick

dbgrick
Wed Apr 16 10:13:03 CDT 2008

I accomplish this by creating a setup dll and in the Install_Exit method I
create the file with the appropriate lnk file name in the appropriate
directory and add my text.

Regards,
Rick D.

"Shankar" wrote:

> Hi all,
>
> I've developed a smartphone application and built the CAB file also. for
> customizing the icon I have created a icon resource .dll and a .lnk file.
>
> The problem is am not able to add this "icon.lnk" file directly in my CAB.
> Getting error message like "Cannot resolve this link. This file may not be
> shortcut".
>
> Copying the "icon.lnk" file manually in the programs folder works fine. but
> if i start to add the same in CAB giving me trouble.
>
> Any suggestion?
> --
> Thanks and Regards,
> Shankar B.