![]() |
Quote:
|
Quote:
|
2 Attachment(s)
The Cesar update
Code:
v7.3.1First post updated with new images. |
Fix ASIS error on disable task page:
Change text in script line 4063. Code:
#ifdef UseTasks |
Would it be possible to add some of the changes to the CheckCRC section of ASIS v7.3.1 to v7.2.0? Specifically line 5527 under the [Custom Messages] section:
Code:
english.label2={#if CompactMode}Overall progress:{#else}Total files: %1 Files processed: %2 Ok: %3 Missing: %4 Bad: %5{#endif} |
Quote:
|
2 Attachment(s)
Quote:
|
1 Attachment(s)
Like this?
|
Quote:
|
Make first letter uppercase for languages in Tasks page for v7.3.1
To make first letter uppercase for languages in Tasks page when choosing English as the setup language, go to line (5541) in "Script.iss" and change:
Code:
{#if UseComponents}english.Compenglish=english{#endif}Code:
{#if UseComponents}english.Compenglish=English{#endif}If I disable Components or removed Component2 from settings.ini I get this error after choosing setup language: https://i.imgur.com/Qixgzpum.jpg |
Thanks for reporting.
The problem comes somewhere from the tasks I will look at it. |
Quote:
Code:
{#if UseComponents}Code:
{#if UseComponents || UseTasks}I've been out of town, cell phone only(notepad) for a couple of weeks, so I can't change the script and post a fix. |
This fixed the issue, but there are a new one :D
If you disable components, the WizardForm.NextButton is disabled and you can't proceed. I spend the half day to find the error but all of this doesn't make any sense to me. |
Quote:
|
Delete Line 4817
Code:
if CurPageID = wpWelcome thenI guess this was just a false copy&paste by accident ;) |
| All times are GMT -7. The time now is 15:26. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com