Archive: Stupid ShortCut!!!!!!


Stupid ShortCut!!!!!!
My installer wont delete a shortcut in $SMPROGRAMS

??? Help me

I have this

____________________________________________________
Delete "$SMPROGRAMS\Zoom Player.Ink"
Delete "$SMPROGRAMS\Media Player Classic.Ink"
____________________________________________________


it wont work !!!!!!!!


Maybe you forgot:


SetShellVarContext all
Delete "$SMPROGRAMS\Zoom Player.Ink"
Delete "$SMPROGRAMS\Media Player Classic.Ink"

A shortcut has the extension lnk, it's no ink :)


Still doenst work !!! :( :(

I tried several things !!! :(

I can delete :

"SMPROGRAMS\a-S Codec Pack\Anime-Supreme Website.url"
"SMPROGRAMS\a-S Codec Pack\credits.txt"
"SMPROGRAMS\a-S Codec Pack\a-S Codec Pack Uninstaller060204.exe
RMDir "$SMPROGRAMS\a-S Codec Pack"


But I cant delete
[size=1] "Media Player Classic.Ink"
and "Zoom Player.Ink"

What is wrong ????? :(

I have searched in the Examples !!! and didnt find anything


You still have the extension ink there instead of lnk.


also change SMPROGRAMS to $SMPROGRAMS :p


I have changed the Extension !!!!!

"$SMPROGRAMS\Media Player Classic.Ink"

Doenst work


I have tried these things
;_________________________________________________
Delete "$SMPROGRAMS\Media Player Classic"
;_________________________________________________
Delete "$SMPROGRAMS\Media Player Classic.Ink"
;_________________________________________________
Delete "$SMPROGRAMS\Media Player Classic.ink"
;_________________________________________________

SetShellVarContext all
Delete "$SMPROGRAMS\Media Player Classic.ink"
;_________________________________________________
SetShellVarContext all
Delete "$SMPROGRAMS\Media Player Classic.Ink"
;_________________________________________________
SetShellVarContext all
Delete "$SMPROGRAMS\Media Player Classic"
;_________________________________________________

These things didnt work !!!! Dont know why


As Joost is saying is "LNK" and not "INK" using low keys .lnk


oooooooooo I thaught it was Ink but it is lnk from Link

Thanks :) Stupid me :)


what a great topic this is :confused: