CreamInstaller
Automatically finds all installed Steam, Epic and Ubisoft games with their respective DLC-related DLL locations on the user's computer, parses SteamCMD, Steam Store and Epic Games Store for user-selected games' DLCs, then provides a very simple graphical interface utilizing the gathered information for the maintenance of DLC unlockers.
File Explorer
Download Latest Version (.zip)- a-bug-report.md
- b-enhancement-request.md
- c-program-not-launching.md
- config.yml
- d-dlcs-not-unlocking.md
- my-antivirus-detects-creaminstaller.md
- ci-builds.yml
- create-release.yml
- dev-ci-builds.yml
- publish-prerelease.yml
- ContextMenuItem.cs
- CustomForm.cs
- CustomTreeView.cs
- PlatformIdComparer.cs
- ToggleSwitch.cs
- DebugForm.cs
- DebugForm.Designer.cs
- DebugForm.resx
- DialogForm.cs
- DialogForm.Designer.cs
- DialogForm.resx
- InstallForm.cs
- InstallForm.Designer.cs
- InstallForm.resx
- MainForm.cs
- MainForm.Designer.cs
- MainForm.resx
- ScanDialog.cs
- ScanDialog.Designer.cs
- ScanDialog.resx
- SettingsForm.cs
- SettingsForm.Designer.cs
- TestGameForm.cs
- TestGameForm.Designer.cs
- TestGameForm.resx
- UpdateForm.cs
- UpdateForm.Designer.cs
- UpdateForm.resx
- Request.cs
- Response.cs
- HeroicAppData.cs
- HeroicLibrary.cs
- EpicLibrary.cs
- EpicStore.cs
- Manifest.cs
- ParadoxLauncher.cs
- CmdAppDetails.cs
- SteamCMD.cs
- SteamCMD.WebAPI.cs
- SteamLibrary.cs
- SteamStore.cs
- StoreAppDetails.cs
- ValveDataFile.cs
- UbisoftLibrary.cs
- UbisoftStore.cs
- AssemblyInfo.cs
- launchSettings.json
- Resources.Designer.cs
- Resources.resx
- steam_api.dll
- steam_api64.dll
- audioses.dll
- audioses.dll
- d3d10.dll
- d3d10.dll
- d3d11.dll
- d3d11.dll
- d3d9.dll
- d3d9.dll
- dinput8.dll
- dinput8.dll
- dwmapi.dll
- dwmapi.dll
- dxgi.dll
- dxgi.dll
- glu32.dll
- glu32.dll
- hid.dll
- hid.dll
- iphlpapi.dll
- iphlpapi.dll
- msasn1.dll
- msasn1.dll
- msimg32.dll
- msimg32.dll
- mswsock.dll
- mswsock.dll
- opengl32.dll
- opengl32.dll
- profapi.dll
- profapi.dll
- propsys.dll
- propsys.dll
- textshaping.dll
- textshaping.dll
- version.dll
- version.dll
- winhttp.dll
- winhttp.dll
- winmm.dll
- winmm.dll
- wldp.dll
- wldp.dll
- xinput9_1_0.dll
- xinput9_1_0.dll
- EOSSDK-Win32-Shipping.dll
- EOSSDK-Win64-Shipping.dll
- steam_api.dll
- steam_api64.dll
- uplay_r1_loader.dll
- uplay_r1_loader64.dll
- upc_r2_loader.dll
- upc_r2_loader64.dll
- CreamAPI.cs
- Koaloader.cs
- program.ico
- Resources.cs
- ScreamAPI.cs
- SmokeAPI.cs
- UplayR1.cs
- UplayR2.cs
- Diagnostics.cs
- ExceptionHandler.cs
- HttpClientManager.cs
- IconGrabber.cs
- LogTextBox.cs
- NativeImports.cs
- ProgramData.cs
- SafeIO.cs
- Settings.cs
- ThemeManager.cs
- CreamInstaller.csproj
- Program.cs
- ProgramRelease.cs
- Selection.cs
- SelectionDLC.cs
- .gitignore
- GetHashes.ps1
- .gitattributes
- .gitignore
- CreamInstaller.sln
- global.json
- LICENSE
- preview.png
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/FroggMaster/CreamInstaller
Downloads the entire project code from GitHub to your computer.
cd CreamInstaller
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
