Make a Windows installer file (.exe file) using Inno Setup Compiler

4

Index

Stats

28,427 visits, 55,282 views

Tools

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Published on 31 Jul, 2015. Last updated 19 Feb, 2019

You've exported your game to NW.js, but is it so weird to some people when they don't know how to install it because they use installers to install programs they want?

NW.js can export your Construct 2 project to .exe file, but that .exe file won't work if it doesn't have some required .dll, .nw files. So how to compile them into 1 .exe file?

This tutorial will show you how.

Requirements

- A Construct 2 license. There are no alternatives :-(, you have to pay for it.

- NW.js (formerly Node-webkit.js) installed.

- Inno Setup Compiler. It's free and open-source

  • 0 Comments

Want to leave a comment? Login or Register an account!