View Single Post
  #10  
Old 07-08-2012, 11:58
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Lightbulb Suggestion for future project yener90

Ignore errors in the text (PT-BR text translated in Google Translate)

Suggestion for future project:
Suggestion 1
Add Remove support for a second save game folder or settings created in the execution of the game.
The project already has an IC 8.4.3
If possible add another folder to be deleted on uninstall.
EX: In the Setup.ini file contains:
SaveGameFolder =
If you can add:
SaveGameFolder2 =
For some games alike as Darksiders puts files in: "{userdocs}\My Game\ Darksiders" and "{localappdata}\Darksiders"

Suggestion 2
Create autorun setup separately (Two EXE files).

Suggestion 3
Add a function to disable the message by clicking the cancel button's label setup
Put function in setup.ini, to enable, disable it.
This function only before starting the install. After starting inatall is necessary to take this message.

Suggestion 4
Add function components

Suggestion 5
Add folder Inno Setup unicode integrated CI for anyone who uses the ANSI version does not need to change version.
You just put a .bat file to open the script with the Inno folder. (7 mb)

Suggestion 6
Add to Setup.ini option to disable the title bar of the Setup label

Suggestion 7
Add help file txt for editing setup.ini (for users new), and also about the first lines of the script, What is every line: # define XXX ""

Congratulations for the excelent work.