Launcher Profile Config

Creating the profile configuration for your launcher

This tutorial requires to open GameLauncher.sln in Visual Studio

The Launcher Profile Config is used when you are Bulding the .exe of the Launcher

Building the Launcher

In Visual Studio Navigation Menu, go to Build -> Publish

A new window will be opened, click on Show all Settings to display the Profile Settings window

And apply the next values to your settings

If Deployment mode is set to Framework-dependant your launcher size will be reduced but, users will need to download and install .NET libraries to open your Launcher.

  • Configuration set to Release | Any CPU

  • Make sure the Deployment mode is set to Self-Contained

  • Target runtime set to win-x64

Under File Publish Options

  • Enable Produce single file

  • Enable ReadyToRun compliation

Last updated