|
#391
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#392
|
||||
|
||||
|
Quote:
the created setup goes in output folder (with games name ) then add UltraArc package to the output folder. Then enduser can simply run ultraarc point to their game & choose compression method. Dont forget to edit ultraarc.ini & change the firstvolumesize to match what your setup equals subtracted from customvolumesize. Output\UltraArc package IE: Output\Game\setup.exe the setup is 15 so CVS - setup=FVS. in ultraArc.ini [Split] FirstVolumeSize=4465 CustomVolumeSize=4480 ThresholdPercent=30 |
|
#393
|
||||
|
||||
|
how to i choose color for font color ik i can use (FontColor=) in settings ini but i for the life of me cant get right color when ever i try.
|
|
#394
|
||||
|
||||
|
Use this page for color choices, just use the Hex value without the # & input the value into FontColor=$###### ( 6 parts AFTER the $ )
Code:
http://cloford.com/resources/colours/500col.htm |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
kocchi96x (27-12-2018) | ||
|
#395
|
||||
|
||||
|
In current version you have to use $BGR color (reversed $RGB)
__________________
Haters gonna hate
|
|
#396
|
||||
|
||||
|
yes forgot to add that.
|
|
#397
|
|||
|
|||
|
Hi there,
I've got a problem after updating to version 7.1.0. Those are the things I've done: - added second Splash - modified Records.ini according to instructions from K4miKaZe (post https://fileforums.com/showpost.php?...&postcount=385 ) And then while compiling an error appears about duplicate Identifier CALLWINDOWPROC. 2019-01-02_12h52_48.png |
|
#398
|
||||
|
||||
|
Quote:
If you have extended another script check there too. You have same two code lines that what cause this. if you don't have duplicate CALLWINDOWPRIC Then get your old script and just, FOLLOW K4miKaZe post. Then try compelling if it works fine. Then your error comes with your secondary splash. You have to put things right. If you don't know how. Tell me I'll help.
__________________
Keep Up The Good Works! Last edited by yasitha; 02-01-2019 at 04:41. |
|
#399
|
|||
|
|||
|
Quote:
Ok, I've got what's wrong, corrected the script but had to comment these lines: Code:
#if Splash == "1"
procedure ShowSplashScreen(p1:HWND;p2:AnsiString;p3,p4,p5,p6,p7:integer;p8:boolean;p9:Cardinal;p10 :integer);
external 'ShowSplashScreen@files:isgsg.dll stdcall delayload';
#endif
2019-01-02_13h42_35.png Oh, and a question, why after launching the installer it's starting from Req check page? Last edited by Schabik; 02-01-2019 at 04:47. |
|
#400
|
||||
|
||||
|
Quote:
Did you check the way i told you? If you don't know how to figure this out. Just upload your currunt working script with all files. as an archive. Then tell me exactly what you want to do. I can modified for you.
__________________
Keep Up The Good Works! Last edited by yasitha; 02-01-2019 at 04:59. |
|
#401
|
|||
|
|||
|
Quote:
Check the attached screen, I've got to comment these lines because of error "Identifier Expected". About previous error, I've forgot to mention that in version 7.0.8 I've added "TransparentStatic.iss" to include. I've deleted the Include and the problem was solved but another came in. |
|
#402
|
||||
|
||||
|
@Schabik:
Add this to [Setup] section: DisableWelcomePage=no The script is broken at some points if you not use InnoEE. I still have to rewrite bunch of code.
__________________
Haters gonna hate
|
|
#403
|
||||
|
||||
|
Should I make the WizardForm a bit bigger? I just realized that on some fonts the text on Welcome and Finish page is hard to read because you have to use small font size (otherwise some parts of the text are out of visible window).
Size is now: Width := 497; Height := 314; Code:
v7.1.1 _____________________________________________________ - Updated some compressors - Added option to make records.ini internal - Rebuild file handling for compressors - Updated file structure - Removed old code - Removed Compiler.exe for ISEE > You have to use IS (u) now - Fixed ProgressBar flickering > It had something to do with (TLabel) > It is now (StaticText) - Added Time Elapsed and Time Remaining - Removed ProgressBarLabelColor > It is not working with (StaticText) -Removed UltraArc= / DiskSpan= options > Installer extracts now both archive without extra setting
__________________
Haters gonna hate
|
|
#404
|
|||
|
|||
|
Quote:
Ok, so I've got another problem but with included Records.ini After modification from post https://fileforums.com/showpost.php?...&postcount=385 Installer can't see archive files. Can anyone help me? I've changed all {src}\records.ini entries to {tmp}\records.ini 312u447~01.png sq78mq.png |
|
#405
|
||||
|
||||
|
Remove the line "if fileexists ..."
__________________
Haters gonna hate
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |