|
|
#1 |
|
Junior Member
Join Date: Apr 2006
Posts: 3
|
Add url after xxx.exe in shorcut
Hello
I would like add url like this: http://hardgamerztv.free.fr/videos/emissions.m3u after this in vlc nsi file CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" \ "$INSTDIR\vlc.exe" "--intf wx --wx-embed" how I can do this? thank you Sorry for my english, i'm form france |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
After this?
Do you mean create an internet shortcut, or pass the URL as a parameter to the program? -Stu |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Apr 2006
Posts: 3
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
* EDIT: this supposed to be berore the two posts above :-)
WriteIniStr "$INSTDIR\emissions.url" "InternetShortcut" "URL" "http://hardgamerztv.free.fr/videos/emissions.m3u" CreateShortCut "$SMPROGRAMS\VideoLAN\emissions.lnk" "$INSTDIR\emissions.url" Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#5 | |
|
Senior Member
|
Quote:
code: CF |
|
|
|
|
|
|
#6 | |
|
Junior Member
Join Date: Apr 2006
Posts: 3
|
Quote:
Thank you, i'm trying from this morning, and now it's work |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|