|
|
|
#1
|
||||
|
||||
|
Code:
[Setup]
AppName=Example
AppVerName=Example
DefaultDirName={pf}\Example
OutputDir=.
OutputBaseFilename=Example
[Tasks]
Name: VCCheck; Description: Установить Microsoft Visual C++ 2005 Redist
Name: PhysXCheck; Description: Установить Nvidia PhysX
[Run]
Filename: {src}\Redist\vcredist_x86.exe; Parameters: /q; StatusMsg: Устанавливаем Microsoft Visual C++ 2005 Redist...; Flags: waituntilterminated; Tasks: VCCheck; Check: SetPBPos
Filename: {src}\Redist\PhysX.exe; Parameters: /qn; StatusMsg: Устанавливаем Nvidia PhysX...; Flags: waituntilterminated; Tasks: PhysXCheck; Check: SetPBPos
[_Code]
function SetPBPos:boolean;
begin
if (WizardForm.ProgressGauge.Max > 100) then WizardForm.ProgressGauge.Max:=100;
if (WizardForm.ProgressGauge.Position = 100) then WizardForm.ProgressGauge.Position:=0;
WizardForm.ProgressGauge.Position:=WizardForm.ProgressGauge.Position + 50;
result:= true;
end;
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (08-03-2013) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() Last edited by Grumpy; 08-03-2013 at 06:56. |
|
#3
|
||||
|
||||
|
in English this words means 'install' and 'installing', and it's just example, you can edit what you want.
Last edited by altef_4; 08-03-2013 at 00:27. |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Grumpy (08-03-2013) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Inno Setup - Progress Bar, Help Needed | silentnight512 | PC Games - CD/DVD Conversions | 4 | 28-12-2013 14:15 |
| FIFA 10 1x DVD9 to 1x DVD5 (MULTI5) | ottuh | PC Games - CD/DVD Conversions | 25 | 26-12-2011 23:18 |
| Sid Meier's Railroads! - NoCD progress??? | pwm3312 | PC Games | 19 | 12-11-2006 04:38 |
| Champion Of Norrath Work In Progress | bobzenmail | PS2 Games | 5 | 05-04-2004 19:32 |