Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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:

Old VLC installer can change installation directory with command line

Command for 2.0.5

vlc-2.0.5-win32.exe /D=D:\vlc\

Result:

new VLC installer cannot change installation directory with command line

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?

share|improve this question
No one to answer? – grvpanchal May 13 at 19:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.