Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
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!
Develop games in your browser. Powerful, performant & highly capable.
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.