Creating an installer for Windows

As I mentioned previously, having multiple folders that need to be included with our .exe is somewhat of a pain. Rather than giving people a .zip file and hoping that they will extract it all and then keep everything in the same folder, I'd rather have the process be automatic and give the person an opportunity to have it installed, just like a professional game. With that in mind, I'm going to go over a free way to create a Windows installer.

Getting ready

Before we start working on this, we need to have an exported project. If you do not have that already, follow the previous recipe all the way to completion.

How to do it…

The first thing we need to do is get our setup program. For our demonstration, I will be using ...

Get Unreal Engine: Game Development from A to Z now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.