|
#1426
|
|||
|
|||
|
[QUOTE=i want to use different buttons for dafault installer and custom installer but it use the same button for both things as well as for next and back button.
is it possible to add different buttons for dafualt installation and custom installation if yes please tell me how...[/QUOTE] Have any suggestions about this problem..? |
| Sponsored Links |
|
#1427
|
||||
|
||||
|
read the second section in http://fileforums.com/showthread.php?t=92805
listed something for custom buttons, which is what you want to do ? |
|
#1428
|
|||
|
|||
|
Quote:
i try the concept of burron2 but it make all buttons same (as button2) but i want two different buttons for default installation and custom installation. |
|
#1429
|
||||
|
||||
|
I use on installer page, But you still use Button.png too. Otherwise the buttons will not appear.
Tip: When I want to use different buttons, i always set Button.png and ButtonSelected.png with the size 1x1. So i can use the buttons below and not have any issue. Code:
Back.png, Next.png, Cancel.png, Music.png. BackSelected.png, NextSelected.png, CancelSelected.png, MusicSelected.png. BackClicked.png, NextClicked.png, CancelClicked.png, MusicClicked.png. Code:
SmallButton.png, SmallMusic.png, SmallCancel.png. SmallButtonSelected.png, SmallMusicSelected.png, SmallCancelSelected.png. SmallButtonClicked.png, SmallMusicClicked.png, SmallCancelClicked.png. ![]() You need to thoroughly test.
Last edited by Fabioddq; 07-08-2013 at 07:00. |
|
#1430
|
||||
|
||||
|
I am using this script to compress my files:
Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Data1.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 and changed the values in setup.ini to this: Code:
[ExtractSettings2]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1;PrecSrep:1
I cant get the extraction to work at all. The setup just say installation finished without giving me a error. When i see the files in program files nothing has been installed. Last edited by alley_u2; 06-09-2013 at 04:50. |
|
#1431
|
||||
|
||||
|
remove precsrep:1 from freearcfile1 line, add PrecompVer=inside to InstallOptions section of setup.ini
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
alley_u2 (06-09-2013) | ||
|
#1432
|
||||
|
||||
|
Thanks sir. But unfortunately i got this error
Last edited by alley_u2; 06-09-2013 at 10:57. |
|
#1433
|
||||
|
||||
|
precomp 0.43 is not supported. Use 0.42
|
|
#1434
|
||||
|
||||
|
Help please
installer works correctly in English Russian is not correct to ![]() how to fix it? |
|
#1435
|
||||
|
||||
|
Why is precomp 0.43 non supported?
Last edited by thenokiottos; 08-09-2013 at 05:26. |
|
#1436
|
||||
|
||||
|
Quote:
it wasn't released at the time the script was made, so whatever version of CI / CIU you are using means you have to use that version of precomp it supports. |
|
#1437
|
||||
|
||||
|
CIU 1.0.0.5 by yener90
What would you suggest, I think is to blame setup.dll |
|
#1438
|
||||
|
||||
|
is your System/Operating System Language in Russian?
|
|
#1439
|
||||
|
||||
|
Yes, but defaul keyboard layout English
|
|
#1440
|
||||
|
||||
|
Error
I am using CIU 1.0.0.6. I get this error when my installation is finished (refer image below)
Although the setup installs fine. Can anybody help. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |