|
#166
|
|||
|
|||
|
Quote:
|
| Sponsored Links |
|
#167
|
|||
|
|||
|
function ProgressCallback(OveralPct,CurrentPct: integer;CurrentFile,TimeStr1,TimeStr2,TimeStr3:PAn siChar): longword; var Remaining: Integer; begin if OveralPct<=Wizardform.ProgressGauge.Max then Wizardform.Progressgauge.Position := OveralPct; Result := ISDoneCancel; with WizardForm.ProgressGauge do begin if (Position>0)and((GetTickCount-StartInstall)/1000>0) then Remaining:= ((Max-Position)/(Position/((GetTickCount-StartInstall)/1000)))*1000; WizardForm.Caption:=(IntToStr(ProgressPercent)+'%' )+(' Wait ' + TicksToTime(Remaining, cm('hour'), cm('min'), cm('sec'), false)); end; end; |
|
#168
|
|||
|
|||
|
|
|
#169
|
|||
|
|||
|
My friend please edit this project that do not need to setup.ini
|
|
#170
|
|||
|
|||
|
how to add & Adjust
how to add & adjust redist installation
|
| The Following User Says Thank You to jksengko For This Useful Post: | ||
Prince Soft (05-11-2016) | ||
|
#171
|
||||
|
||||
|
Edit setup.ini in the output folder.
|
|
#172
|
|||
|
|||
|
why when i test the setup, suddenly the setup has crashed or not responding.
and suddenly when i compile setup again the setup close by own. how to fix this? |
|
#173
|
||||
|
||||
|
You must have done something wrong, installer was last updated a year ago and nobody has had such a problem all this time.
|
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Fakhruddinmaruf_ (01-10-2016) | ||
|
#174
|
|||
|
|||
|
Quote:
have you new installer script now? Last edited by Fakhruddinmaruf_; 01-10-2016 at 19:14. |
|
#175
|
||||
|
||||
|
Ok, so you downloaded attachment.
Compiled script using unicode enhanced edition then got error? |
|
#176
|
|||
|
|||
|
Quote:
i have not downloaded it yet Last edited by Fakhruddinmaruf_; 01-10-2016 at 19:43. |
|
#177
|
||||
|
||||
|
new installer script?
|
|
#178
|
|||
|
|||
|
yes, new script of glass blackbox design that have edited
|
|
#179
|
||||
|
||||
|
#180
|
|||
|
|||
|
Quote:
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| NASCAR The Game 2013 (inno setup script) | sentinelks | PC Games - CD/DVD Conversions | 28 | 08-09-2013 20:30 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |