|
|
|
#1
|
||||
|
||||
|
procedure CurStepChanged(CurStep: TSetupStep);
begin #ifdef Soft1 if (CurStep = ssInstall) and not ISDoneError and (Soft1 = true) then begin StatusLabel.Caption:='Instalando {#Soft1}...'; end; #endif #ifdef Soft2 if (CurStep = ssInstall) and not ISDoneError and (Soft2 = true) then begin StatusLabel.Caption:='Instalando {#Soft2}...'; end; #endif #ifdef Soft3 if (CurStep = ssInstall) and not ISDoneError and (Soft3 = true) then begin StatusLabel.Caption:='Instalando {#Soft3}...'; end; #endif #ifdef Soft4 if (CurStep = ssInstall) and not ISDoneError and (Soft4 = true) then begin StatusLabel.Caption:='Instalando {#Soft4}...'; end; #endif end; |
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| -+- COMPLETE - Inno Setup Script -+- | Dante1995 | Conversion Tutorials | 119 | 30-06-2023 12:42 |
| yener90's Inno Project Source Codes | yener90 | Conversion Tutorials | 1475 | 21-10-2014 09:50 |
| Frontlines: Fuel of War | DCore | PC Games - CD/DVD Conversions | 6 | 31-05-2008 18:14 |