This tool helps you install multiple GOG DLCs at once without clicking "Next" hundreds of times.
The easiest way to use this is to add it to your "Send To" menu. This lets you select files in Explorer and install them with one click.
- Download this folder to your computer.
- Open the folder.
- Right-click on
manage_context_menu.ps1and select Run with PowerShell. - A blue window will open and ask for an Action.
- Type
Installand press Enter.
- Type
- It should say "Shortcut created". You are good to go!
- Go to your GOG game folder (where you downloaded all the
.exefiles). - Select all the DLC installer files you want to install.
- Tip: You can click one, hold
Shift, and click the last one to select a range. Or holdCtrlto select specific ones.
- Tip: You can click one, hold
- Right-click on the selected files.
- Move your mouse to Send to -> GOG Silent Installer.
- A window will pop up and start installing them one by one.
- Sit back and relax. It will tell you when it's done.
If you don't want the "Send to" option anymore:
- Open this folder again.
- Right-click
manage_context_menu.ps1and select Run with PowerShell. - When it asks for Action, type
Uninstalland press Enter. - It will remove the shortcut.
If you prefer using the command line (Terminal / PowerShell), you can use the script directly.
.\install_gog_dlc.ps1 -SourcePath "D:\Games\MyGame"This will automatically find all setup_*.exe files in that folder and install them.
-SourcePath "...": The folder to scan.-Exclude "*patch*": Skip files with this name (e.g., skip patches or base game).