|
|
|
#1
|
||||
|
||||
|
Quote:
__________________
Haters gonna hate
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Thank you so much for offering to help! Attached is ASIS v7.2.0 (for anyone else unable to find it) as well as just the script for v7.2.0.
|
|
#4
|
||||
|
||||
|
Argh, yeah, completely forgot v7.2.0 would have a "custom messages.iss", sorry for bothering you with such a trivial issue, thanks so much, this is a massive help!
|
|
#5
|
|||
|
|||
|
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}
{#if UseComponents}english.Compfrench=french{#endif}
{#if UseComponents}english.Compgerman=german{#endif}
{#if UseComponents}english.Compitalian=italian{#endif}
{#if UseComponents}english.Compspanish=spanish{#endif}
{#if UseComponents}english.CompMexican=Mexican{#endif}
{#if UseComponents}english.Comppolish=polish{#endif}
{#if UseComponents}english.Comprussian=russian{#endif}
{#if UseComponents}english.Compportuguesebrazil=Portuguese (Brazil){#endif}
{#if UseComponents}english.Compczech=czech{#endif}
Code:
{#if UseComponents}english.Compenglish=English{#endif}
{#if UseComponents}english.Compfrench=French{#endif}
{#if UseComponents}english.Compgerman=German{#endif}
{#if UseComponents}english.Compitalian=Italian{#endif}
{#if UseComponents}english.Compspanish=Spanish{#endif}
{#if UseComponents}english.CompMexican=Mexican{#endif}
{#if UseComponents}english.Comppolish=Polish{#endif}
{#if UseComponents}english.Comprussian=Russian{#endif}
{#if UseComponents}english.Compportuguesebrazil=Portuguese (Brazil){#endif}
{#if UseComponents}english.Compczech=Czech{#endif}
If I disable Components or removed Component2 from settings.ini I get this error after choosing setup language:
Last edited by BKR-TN; 11-07-2021 at 00:42. |
| The Following User Says Thank You to BKR-TN For This Useful Post: | ||
Grumpy (11-07-2021) | ||
|
#6
|
||||
|
||||
|
Thanks for reporting.
The problem comes somewhere from the tasks I will look at it.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
BKR-TN (11-07-2021) | ||
|
#7
|
||||
|
||||
|
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. |
|
#8
|
||||
|
||||
|
This fixed the issue, but there are a new one
![]() 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.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
BKR-TN (11-07-2021) | ||
|
#9
|
||||
|
||||
|
Run Asis in inno setup Debug mode, and after the nextbutton is disabled, search for "wizardForm.NextButton.Enabled" and see which line has a dot to the left of the line indicating that the line was executed. let me know the line number.
|
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
BKR-TN (11-07-2021) | ||
|
#10
|
||||
|
||||
|
Delete Line 4817
Code:
if CurPageID = wpWelcome then begin ... GetFreeSpaceCaption(nil); I guess this was just a false copy&paste by accident
__________________
Haters gonna hate
Last edited by KaktoR; 12-07-2021 at 02:30. |
| The Following 3 Users Say Thank You to KaktoR For This Useful Post: | ||
|
#11
|
||||
|
||||
|
Hi!
Can someone please make a step-by-step guide on how to use ASIS with DiskSpan GUI because as a little dummy I am, I can't make it work... It always freezes when pressing install. Thanks, Zsuvalo |
|
#12
|
||||
|
||||
|
Quote:
__________________
It would be nice if you appreciate my work with the thanks Button Last edited by Grumpy; 14-07-2021 at 02:31. |
|
#13
|
||||
|
||||
|
I finally made it work by uncommenting line #8 in the script so the Setup.dll gets merged into the .exe. It works perfectly now.
|
|
#14
|
||||
|
||||
|
In any case you need Setup.dll.
Setup.dll will be created by DiskSpan GUI if the process is complete. You can also create it manually if you don't use DiskSpan GUI. However, like you already find out, you can include Setup.dll into Setup.exe by uncommenting Line 8 in Script.iss, move Setup.dll next to Script.iss and then compile it.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Cesar82 (15-07-2021) | ||
|
#15
|
||||
|
||||
|
Hello,
I wonder if there's a way to run batch script directly after finished extracting a certain data file (e.g Data-01.bin), and when it finished it continue to extract the next data file. Thanks. |
![]() |
|
|
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 |