How can I create an Installer of my game for PC?
You can try this. github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
C2 is a webgame framwork and can't naturally move to an installer.However if you use nodewebkit and somekind of packaging. Then you could probably manage.
Develop games in your browser. Powerful, performant & highly capable.
jayderyu C2 packages app automatically when you export to node-webkit.
Maybe something like this could be used to make an installer for a nw exported game?
We use Innosetup for Construct 2, and it's free and works well.
This is also a free option:
NSIS
Ahh, i was wondering how do you create installer for a complex program like Construct 2! Thanks for the tip!
Great stuff, Kyatric I'd like to see this in the FAQ!
If It export my game to node-webkit (.exe) format. how can I create an installer for PC?
Using the information in the links they posted here would be my first thought.