|
|
|
#1
|
|||
|
|||
|
Quote:
Last edited by sentinelks; 08-10-2013 at 06:38. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
i have trouble, how can i fix it ???
|
|
#3
|
|||
|
|||
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
assassin193 (18-06-2013) | ||
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
now i have a question
i open the setup.exe, i see my logo and when i click my logo, it take me to fileforums.com now i want to change another link or remove that link, what should i do ??? |
|
#6
|
|||
|
|||
|
Quote:
#define AppURL "your link" |
|
#7
|
||||
|
||||
|
Open main.iss look for the red words on top
//----------This Installer Uses Inno Setup Unicode Version----------\\ #define AppURL "https://www.facebook.com/cemal93" |
|
#8
|
|||
|
|||
|
thank you so much, and if i want to add vietnamese in, where should i do ??? i have a file named Vietnamese.isl
and in Slide folder, can i change another image ??? and more pictures than in that folder (example 9 pictures) ??? Last edited by assassin193; 18-06-2013 at 19:31. |
|
#9
|
||||
|
||||
|
edit main.iss and look for
[Languages] Name: eng; MessagesFile: compiler ; default.isl ( without spaces to avoid emotion icons showing up ) change it to vietnamese, the isl chould be in placed is inno dir languages subfolder. C:\Program Files (x86)\Inno Setup 5\Languages |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
assassin193 (18-06-2013) | ||
|
#10
|
|||
|
|||
|
Quote:
![]() ![]() but i create folder Languges in folder Black_Box_Script_By_Kurutucu_V1.8 it actually works !!! but when i open setup.exe, font error
|
|
#11
|
|||
|
|||
|
you need to add the language file -> yourlanguage.isl Last edited by sentinelks; 19-06-2013 at 05:46. |
|
#12
|
|||
|
|||
|
Code:
[Languages] Name: vtm; MessagesFile: Vietnamese.isl Last edited by sentinelks; 08-10-2013 at 06:38. |
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
assassin193 (19-06-2013) | ||
|
#13
|
|||
|
|||
|
i run the script Main(Compact.Mode).iss
it gives me an error Line 40: column 1: Identified Expected. |
|
#14
|
||||
|
||||
|
Quote:
what is your inno setup version ANSI or UNICODE? |
|
#15
|
|||
|
|||
|
Quote:
it was line 140.. sorry again I am using Ansi version of Innoset up. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |