Skip to content
⌘ NSIS Forum Archive

Stupid ShortCut!!!!!!

11 posts

VegetaSan#

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 !!!!!!!!
Joel#
Maybe you forgot:

SetShellVarContext all
Delete "$SMPROGRAMS\Zoom Player.Ink"
Delete "$SMPROGRAMS\Media Player Classic.Ink"
VegetaSan#
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
VegetaSan#
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