Created
January 17, 2021 09:07
-
-
Save GloriousEggroll/8fd27035884da2ff58e5fe0e5acce12b to your computer and use it in GitHub Desktop.
k-lite batch file for custom ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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