2
I want to silently install NSIS in D:\VLC. I can do that with old VLC version i.e. VLC 1.1.9. But I cannot do the same for VLC 2.0.5.
Here is the command line I am using
vlc-1.1.9-win32.exe /D=D:\vlc\
Result:
Command for 2.0.5
vlc-2.0.5-win32.exe /D=D:\vlc\
Result:
It don't want to download source and re-compile with NSIS. I just want to know is changing directory of installation possible in new VLC? And if yes How?
No one to answer? – grvpanchal – 2013-05-13T19:26:06.423
It seems to me that latest GetParameters is bugged... try case sensitive "/d" – Marco A. – 2013-09-25T08:12:19.500
I tried but still isnt working.. – grvpanchal – 2013-10-18T16:18:17.003
what is the output of the parameter command line? Can you print it out? – Marco A. – 2013-10-19T09:50:28.980