Skip to content

Instantly share code, notes, and snippets.

@GloriousEggroll
Created January 17, 2021 09:07
Show Gist options
  • Save GloriousEggroll/8fd27035884da2ff58e5fe0e5acce12b to your computer and use it in GitHub Desktop.
Save GloriousEggroll/8fd27035884da2ff58e5fe0e5acce12b to your computer and use it in GitHub Desktop.
k-lite batch file for custom ini
@echo Installing: K-Lite Codec Pack
@"%~dp0K-Lite_Codec_Pack_1595_Basic.exe" /verysilent /norestart /LoadInf="%~dp0klcp_basic_unattended.ini"
@rem The above syntax is specific for this .bat file. If you want to execute the installer directly from the command line, then replace %~dp0 with .\ or use full path for the location of the INI file.
@echo Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment