The AdditionalParameters
var set in VLCPortable.ini doesn't seem to work. I checked the VLCPortable.nsi file and the var is set, but never used. I believe it should be passed at the end of the $EXECSTRING
(on lines 188 & 192 of my .nsi file). Haven't looked into how to compile .nsi files yet so could someone please fix and post?
Thanks! -Ross
OK, I compiled the fix for myself and it works! Please make this change in the next upgrade to VLC.
Thanks for the great PortableApps platform!
-Ross
you actually enter the additional parameters into vlcportable.ini in the additionalparameters part there. and then move the ini file to where the vlcportable.exe is located.
your friendly neighbourhood moderator Zach Thibeau
Yes, except that it doesn't work in the current release because the
$AdditionalParameters
variable isn't passed to$EXECSTRING
in the VLCPortable.nsi file! Here's the patch that fixes the problem. I hope it is included in the next release!Cheers! -Ross
I've just made the changes to the code, but compliler doesn't seem to process the source. It doesn't know what to do with
newadvsplash
function. What is the right version of compiler for this case? Or the problem is with libs?You need some NSIS-Plugins to compile the code. (e.g. NewAdvSplash plugin).