- NSIS Discussion
- Stupid ShortCut!!!!!!
Archive: Stupid ShortCut!!!!!!
VegetaSan
15th February 2004 20:24 UTC
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
15th February 2004 20:41 UTC
Maybe you forgot:
SetShellVarContext all
Delete "$SMPROGRAMS\Zoom Player.Ink"
Delete "$SMPROGRAMS\Media Player Classic.Ink"
Joost Verburg
15th February 2004 20:46 UTC
A shortcut has the extension lnk, it's no ink :)
VegetaSan
15th February 2004 21:01 UTC
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
Joost Verburg
15th February 2004 21:11 UTC
You still have the extension ink there instead of lnk.
Yathosho
15th February 2004 21:47 UTC
also change SMPROGRAMS to $SMPROGRAMS :p
VegetaSan
16th February 2004 18:13 UTC
I have changed the Extension !!!!!
"$SMPROGRAMS\Media Player Classic.Ink"
Doenst work
VegetaSan
16th February 2004 18:28 UTC
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
pgpatron
16th February 2004 18:33 UTC
As Joost is saying is "LNK" and not "INK" using low keys .lnk
VegetaSan
16th February 2004 18:37 UTC
oooooooooo I thaught it was Ink but it is lnk from Link
Thanks :) Stupid me :)
n0On3
19th February 2004 01:59 UTC
what a great topic this is :confused: