|
#31
|
||||
|
||||
| Sponsored Links |
|
#32
|
||||
|
||||
|
what do you want it changed to ?
|
|
#33
|
||||
|
||||
|
Inno Setup: Additional Libraries
|
|
#35
|
||||
|
||||
|
ISWMI updated to 1.1, added ANSI Support
|
| The Following 2 Users Say Thank You to altef_4 For This Useful Post: | ||
mausschieber (11-01-2015), pakrat2k2 (11-01-2015) | ||
|
#37
|
||||
|
||||
|
IsBik don't support bink 2 videos, only old bink format.
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Razor12911 (14-02-2015) | ||
|
#39
|
||||
|
||||
|
ok, altef, how about if we replace binkw32, by the one that supports bink2?
|
|
#40
|
||||
|
||||
|
this will don't work, because bink2 lib has different exported functions|procedures and parameters, also i can create library for bink2 only if i have sdk for bink2.
|
|
#41
|
||||
|
||||
|
Good work altef_4
PS: In example script (bp.iss) of "BASS Protect Plugin For Inno Setup" could add to line to script. Code:
DeleteFile(ExpandConstant('{tmp}\')+fil);
Code:
#ifdef IS_ENHANCED
size_:=ExtractTemporaryFileSize(fil);
SetLength(Buffer,size_);
ExtractTemporaryFileToBuffer(fil,Cast{#defined UNICODE ? "Ansi" : ""}StringToInteger(Buffer));
#else
if not FileExists(ExpandConstant('{tmp}\')+fil) then ExtractTemporaryFile(fil);
FileSize(fil,size_);
SetLength(Buffer,size_);
LoadStringFromFile(ExpandConstant('{tmp}\')+fil,Buffer);
DeleteFile(ExpandConstant('{tmp}\')+fil);
#endif
Not protect, but hinders users from gaining access to the audio file. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
altef_4 (16-03-2015) | ||
|
#42
|
||||
|
||||
|
Quote:
|
| The Following 3 Users Say Thank You to altef_4 For This Useful Post: | ||
|
#43
|
||||
|
||||
|
Image Animator
Here is my plugin for showing animated splash in Inno Setup, example inside.
INFO: version - 1.0.3.2 author - base version by TLama [edited by altef_4] COPYRIGHTS: CodeGear Delphi 2009 |
|
#44
|
|||
|
|||
|
How can i make records.inf with isexec to show progress in wpi...
|
|
#45
|
||||
|
||||
|
I can't select a whole directoy, only single files.
Or i make something wrong?
__________________
Haters gonna hate
|
![]() |
| Tags |
| inno seup, library |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |