Nucleus Posted December 16, 2008 Posted December 16, 2008 I am trying to install the latest version of klite mega codec pack with WPI. The command I use is this:"%wpipath%\Install\MegaCodecPack\klmcodec434.exe" /verysilent /norestart /LoadInf=".\klmcp.ini"The problem is that it doesn't apply the settings in the ini file and I'm guessing there's something wrong with the command syntax. I know I can make it work using a batch file but I don't want to use a batch file for this.So what's wrong with the above command? What must I do for the installer to load the settings in the ini file?Thanks
mritter Posted December 16, 2008 Posted December 16, 2008 (edited) In JavaScript it is this way: /LoadInf="./klmcp.ini"May work.If the file is in the same folder then use: /LoadInf="klmcp.ini" Edited December 16, 2008 by mritter
Kelsenellenelvian Posted December 20, 2008 Posted December 20, 2008 "%wpipath%\Install\klmcodec442.exe" /verysilent /norestart /LoadInf="klmcp.ini"Works for me.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now