Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Deployment - Installer

Nelsares

Villager
Xy$
0.00
Hey I just want to know how to make a single installer (setup file) for my game. I only know the deployment option but I need an installer where the player just needs to click next next then it will install itself just like a regular game
 

Xilefian

Adventurer
Xy$
0.00
You'll need to use a third-party install system.

In the old days, we used to use NSIS; http://nsis.sourceforge.net/Main_Page there's probably better options these days, but NSIS was always perfectly awesome way back when.

For macOS, you need to make a disk image (macOS software don't usually use installers, it's a simple drag to install process). A quick search finds this tool; http://dmgcreator.sourceforge.net/en/
 

Nelsares

Villager
Xy$
0.00
Hey thanks a lot I'll try this. I wish the admin won't close this post in case that someone might recommend better :D
[doublepost=1485783530,1485779958][/doublepost]this Inno setup is easy to use but the file size is big hope there's better
 
Top