Skip to content

C# installer project for creating installers and uninstallers on Windows!

License

Notifications You must be signed in to change notification settings

ReDarkTechnology/Installer-Repack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLER REPACK

A "simple" installer C# project template for making installers

Requirements

  • .NET Framework 4.7.2
  • Visual Studio 2017 or higher
  • .NET desktop development Workload installed on Visual Studio

HOW TO USE?

You can refer to a video tutorial here if you want to

Download Video

YouTube Link

Changing the installer config

  • Open up Installer-Repack/MainForm.cs and expand the Setup Config region,
  • You'll see a bunch of options you can change there along with the comments for more information for each config
  • Replace Installer-Repack/Resources/InstallationArchive.zip with your own installation archive

Changing the uninstaller config

Open up Uninstaller/MainForm.cs and just copy and paste the config you have on Installer-Repack/MainForm.cs

Finishing touches

  • Rebuild Uninstaller
  • Replace Installer-Repack/Resources/Uninstaller.exe with the built Uninstaller.exe
  • Replace Installer-Repack/Resources/Icon.ico with your own installer icon
  • Each replacement must have the same file name unless if you know how to tinker around with resource files

Final step

  • Rebuild Installer-Repack (If you only build it the resources might not refresh)

About

C# installer project for creating installers and uninstallers on Windows!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages