#1
|
|||
|
|||
Need help making installer
I can compress the game files using the compressors here but can't make the installer or setup.exe file. I'm new to this and never done anything like this. So hope that someone will help me regarding this.
|
Sponsored Links |
#2
|
|||
|
|||
have a look here for a installer that you like, test a few first
https://www.fileforums.com/showthread.php?t=104857 or search the forum for more installers ScOOt3r |
The Following User Says Thank You to ScOOt3r For This Useful Post: | ||
Mushiiii (27-11-2024) |
#3
|
|||
|
|||
Quote:
Last edited by Mushiiii; 27-11-2024 at 05:56. |
#4
|
|||
|
|||
im not sure if your aware that what ever tools you used have to also be the same tools in the installer or it will error out or freeze..
just copy all the compressor tools to your installer folder ScOOt3r |
#5
|
|||
|
|||
Quote:
Last edited by Mushiiii; 27-11-2024 at 06:27. |
#6
|
|||
|
|||
have a look here and download this installer. (it works) is easy to use
https://fileforums.com/showthread.php?t=104745 it sounds as if your compressor has issues with the code, if freearc shows the bin file and not the actual game files then not sure what you did.. ScOOt3r |
The Following User Says Thank You to ScOOt3r For This Useful Post: | ||
Mushiiii (27-11-2024) |
#7
|
||||
|
||||
Quote:
Try starting with compression tool DiskSpan GUI along with one of the compatible installers. For a basic installer, I recommend starting with: - Light Installer Script (LIS) - Advanced Simple Installer Script (ASIS). P.S: ASIS has more extra features and can be more complex to understand. |
The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Mushiiii (27-11-2024) |
#8
|
|||
|
|||
Quote:
Last edited by Mushiiii; 27-11-2024 at 08:37. |
#9
|
||||
|
||||
You don't have to include any of the files which diskspan_gui creates after you compressed your game. The BIN files includes the game files, the Setup.dll file includes files which are required to unpack the BIN files, and the Records.ini file is required aswell. You just need these files next to compiled Setup.exe installer. César already told you what scripts you could use. There are plenty other scripts you could use. Most of them you can simply compile with inno setup v6+ (unicode version), for some others you need inno setup enhanced version.
__________________
Haters gonna hate
Last edited by KaktoR; 27-11-2024 at 09:58. |
The Following User Says Thank You to KaktoR For This Useful Post: | ||
Mushiiii (27-11-2024) |
#10
|
|||
|
|||
Quote:
|
#11
|
||||
|
||||
Yes exactly this.
__________________
Haters gonna hate
|
#12
|
|||
|
|||
Thank you very much for your help and i was able to get the exe to run i got from LIS. But there are some issues. How do i remove https://ibb.co.com/5891Gh0 this part as i couldn't find find it in the script and the desktop shortcut wasn't created correctly for some reason(fixed it). Also https://ibb.co.com/SP38tfc here the part to copy ini files and addition language, how do i remove them as i don't want any addition things and want a option here to create start menu shortcut .
Last edited by Mushiiii; 27-11-2024 at 21:49. |
#13
|
||||
|
||||
Quote:
Code:
;#define Components ;#define Tasks By default, a shortcut will be created on the desktop and one in the start menu for the game defined at the beginning of the script in: Code:
#define GameExec "bin\game.exe" Code:
;#define HashPage NO Last edited by Cesar82; 27-11-2024 at 22:49. |
The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
Dunnowho69 (18-03-2025), Mushiiii (27-11-2024) |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
FMXInno Chronicles: Installer Source Code Index / Repository | BLACKFIRE69 | Conversion Tutorials | 186 | Yesterday 18:10 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
Help in making installer. | Sculpture | Conversion Tutorials | 1 | 31-03-2015 04:56 |
Making Installer help PLS | ViRtUaL DeMoN | CD/DVD Recordable Media | 1 | 13-10-2010 13:53 |