|
#586
|
||||
|
||||
|
I give up.
|
| Sponsored Links |
|
#587
|
||||
|
||||
|
Freearc 0.67 Alpha (3,653kb)
|
|
#588
|
||||
|
||||
|
Try this fix.
|
|
#589
|
||||
|
||||
|
How to change default installation directory ?
C:\program files\**** to C:\Users\%USERPROFILE%\Desktop\**** |
|
#590
|
||||
|
||||
|
[Setup]
DefaultDirName={commondesktop} \**** |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ashyamsundar (14-10-2013) | ||
|
#592
|
|||
|
|||
|
limit compression and memory ex:
Code:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -l25% -l128 -c128 -a4 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -f -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
|
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
hsalheen (13-10-2013) | ||
|
#593
|
|||
|
|||
|
Can you see?
![]() 0/28 so there is no stream files. And if file don't have stream files precomp not work. Use srep only for Setup-1.bin. |
| The Following User Says Thank You to Kurutucu For This Useful Post: | ||
hsalheen (13-10-2013) | ||
|
#594
|
|||
|
|||
|
Quote:
Where is the link ?? Sorry , am new to this |
|
#595
|
|||
|
|||
|
#596
|
|||
|
|||
|
Quote:
Thanks in advance |
|
#597
|
|||
|
|||
|
v1.9 changed only theme and music button. v2.0 cancelled. So won't share.
|
|
#599
|
|||
|
|||
|
NeedSize no string Mb.
use example: Code:
if Float < 1024 then Result:= NumToStr(Float/32*32)+ '00'+' Mb' else
|
| The Following User Says Thank You to sentinelks For This Useful Post: | ||
hsalheen (15-10-2013) | ||
|
#600
|
|||
|
|||
|
![]() |
|
|
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 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |