December 16, 200817 yr 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
December 16, 200817 yr 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, 200817 yr by mritter
December 20, 200817 yr "%wpipath%\Install\klmcodec442.exe" /verysilent /norestart /LoadInf="klmcp.ini"Works for me.
Create an account or sign in to comment