#181
|
|||
|
|||
sorry error n2
|
Sponsored Links |
#182
|
|||
|
|||
You forgot to provide an icon file, for example for Fairy Fencer F, icon file was in the folder Icons next to the script so I made it like this, in the begining of the script :
Code:
;Setup File Icon #define IconFile "Icons\FFF-02.ico" Code:
;Setup File Icon #define IconFile "name_of_the_icon.ico" |
The Following User Says Thank You to toto621 For This Useful Post: | ||
Stor31 (09-08-2015) |
#183
|
|||
|
|||
Thx @toto612 All work very good
but how to change the color ?, I do not like purple !!!! Last edited by Stor31; 09-08-2015 at 11:47. |
#185
|
||||
|
||||
Quote:
and think this is the right color ;Colors are Originally from OS Windows Phone 8 (01-20) ;1=Lime 2=Green 3=Emerald 4=Teal 5=Cyan ;6=Cobalt 7=Indigo 8=Violet 9=Pink 10=Magenta ;11=Crimson 12=Red 13=Orange 14=Amber 15=Yellow ;16=Brown 17=Olive 18=Steel 19=Mauve 20=Sienna |
The Following 5 Users Say Thank You to mausschieber For This Useful Post: | ||
arkantos7 (10-08-2015), Grumpy (09-08-2015), pakrat2k2 (09-08-2015), Razor12911 (10-08-2015), Stor31 (09-08-2015) |
#186
|
|||
|
|||
am having an appname error on compiling...the updated script
|
#187
|
|||
|
|||
Here we go, brand new script with Lockscreen disabled, internal compression and proper language support. It's only an addon, you NEED the updated package from the OP of this thread !!
No need to set it manually anymore, it will detect your OS current language. Only french and english supported so far, if you use another language, you can force english output by changing this line at the begining of the script : Code:
;Force english language #define ForceEnglish 0 Code:
;Force english language #define ForceEnglish 1 1- Go to Inno language folder and pick isl file corresponding to your language. 2- Copy this isl file to the Lang folder of this archive. 3- Edit this file with notepad (for example) and add this section at the very bottom : Code:
;; WPI messages ;; WPIText1=Start WPIText2=Install WPIText3=Uninstall WPIText4=Exit WPIText5=Welcome WPIText6=Finalization WPIText7=Welcome to %1 Installer Wizard WPIText8=You are installing %1 on your computer. WPIText9=It is highly recommended that you close all programs WPIText10=that may interfere with the installation progress. WPIText11=When ready click Proceed to continue with installation or close to exit installation. WPIText12=Select the destination of the product you are installing WPIText13=will be installed in this Directory. WPIText14=You can select a different directory by clicking the browse button. WPIText15=Make sure you have enough space before installing. WPIText16=Installing WPIText17=Installer Wizard is installing the product. WPIText18=This might take a while. WPIText19=Completing the %1 Install Wizard WPIText20=Installer has finished installing the product on your computer WPIText21=has been installed successfully. WPIText22=Proceed WPIText23=Close WPIText24=Click Finish to Close Install Wizard or Uninstall to Rollback changes made. WPIText25=Create a shortcut WPIText26=Install... WPIText27=Are you sure that you want to close installer wizard? WPIText28=This action closes installer wizard. WPIText29=The product you are installing would not be installed. WPIText30=You can re-install this product later on if not now. WPIText31=Yes WPIText32=No WPIText33=Minimize WPIText34=Finish WPIText35=was not found. WPIText36=Rolling back changes... WPIText37=Uninstaller Wizard is uninstalling the product. WPIText38=Uninstalling... WPIText39=Back WPIText40=Cancel WPIText42=English Code:
WPIText42=Spanish Code:
[Languages] #if ForceEnglish == 1 Name: "Default"; MessagesFile: "Lang/English.isl" #endif #if ForceEnglish == 0 Name: "English"; MessagesFile: "Lang/English.isl" Name: "French"; MessagesFile: "Lang/French.isl" Name: "Spanish"; MessagesFile: "Lang/Spanish.isl" #endif 7- Now open this file and translate each line. 8- If you don't want to translate this file, simply let the WPIText42 line of your translated isl file to English. 9- It's done, enjoy the translated WPI script in your language -- Edit -- 09/10/2015: - Spanish translation added, huge thx to omdj - Fixed misplaced text with Spanish translation, download link updated Last edited by toto621; 10-08-2015 at 02:27. |
#188
|
||||
|
||||
Spanish.isl and spanish.ini:
|
#189
|
||||
|
||||
how to use?
|
#190
|
|||
|
|||
Spanish translation added, thx to omdj
-- Edit -- - Fixed misplaced text with Spanish translation, download link updated Last edited by toto621; 10-08-2015 at 02:24. |
The Following User Says Thank You to toto621 For This Useful Post: | ||
omdj (10-08-2015) |
#191
|
|||
|
|||
look #180
|
#192
|
|||
|
|||
Precomp 0.43 Is Supported?
|
#193
|
|||
|
|||
No. While it's really easy to add it in the script, you will have to find a compatible compression soft to go with it. WPI support only Compressor 2.2 which do not have precomp 0.43 option.
I suppose you can fool the software by replacing precomp 0.42 by version 0.43 but I'm not sure of the result. |
#194
|
|||
|
|||
I Tried That but The Results are Error
Precomp error Code Injection Failed |
#195
|
|||
|
|||
Quote:
If you talk about the script, you need to modify some code lines, not just PrecomVer= parameter. I made the modification on the script for you but you still need to find a compatible Compression software. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1614 | 03-10-2024 01:24 |
Windows XP - Tricks | gargujjwal | Software | 3 | 25-05-2008 02:54 |
Error Windows Installer: Command And Conquer 3 Kane Edition | glfsd | PC Games | 14 | 24-01-2008 06:00 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |