How to make an installer like Serega-Lus
Hello! How to make a installer? As in the screenshot.Please help,really need.
RafaelKing
First try Inno Setup Compiler - there is Russian language + master rapid creation of installer. I have been able to do this entirely without the knowledge of programming language using the quick create the installer (and the design and components is already or ready templates\Assembly scripts to add or collect what you need in parts):
What is the minimum you need to know - if your installer larger than 2GB (with the pack it will become clear) - you will need to add in the text code before creating the installer (for example):
DiskSpanning=yes
SlicesPerDisk=1
DiskSliceSize=2100000000
DiskClusterSize=4096
In General, this prog a lot of useful information here: forum. oszone.net/post-1939611.html (remove the extra space)
and an example of beautiful design installer with ready-made Assembly script (below on the screenshot you can see what happens): forum. oszone.net/post-1409866-1784.html (remove the extra space)