FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Inno Setup: Additional Libraries (https://fileforums.com/showthread.php?t=95404)

altef_4 10-01-2015 09:14

Quote:

Originally Posted by pakrat2k2 (Post 437224)
amazing work altef_4

what about thread name change?

pakrat2k2 10-01-2015 09:51

what do you want it changed to ?

altef_4 10-01-2015 09:52

Quote:

Originally Posted by pakrat2k2 (Post 437232)
what do you want it changed to ?

Inno Setup: Additional Libraries

pakrat2k2 10-01-2015 10:12

done :)

altef_4 11-01-2015 10:08

ISWMI updated to 1.1, added ANSI Support

Razor12911 13-02-2015 13:11

Bink 2 videos don't work with IsBik, I got v1.0.0.2.

altef_4 14-02-2015 00:36

Quote:

Originally Posted by Razor12911 (Post 438055)
Bink 2 videos don't work with IsBik, I got v1.0.0.2.

IsBik don't support bink 2 videos, only old bink format.

Razor12911 14-02-2015 01:45

anyways, is not a problem, people will just use rad video tools to convert it back to bink 1

Razor12911 20-02-2015 06:03

ok, altef, how about if we replace binkw32, by the one that supports bink2?

altef_4 20-02-2015 07:17

Quote:

Originally Posted by Razor12911 (Post 438224)
ok, altef, how about if we replace binkw32, by the one that supports bink2?

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.

Cesar82 16-03-2015 03:15

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);
Add green line in this script part:
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

If used Inno Setup Standard (Not Enhanced) delete the audio file after reading, not keeping it in the temporary folder.
Not protect, but hinders users from gaining access to the audio file.

altef_4 16-03-2015 10:29

Quote:

Originally Posted by LuisCésar82 (Post 438921)
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);
Add green line in this script part:
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

If used Inno Setup Standard (Not Enhanced) delete the audio file after reading, not keeping it in the temporary folder.
Not protect, but hinders users from gaining access to the audio file.

yes, this method will work.

altef_4 05-03-2017 01:47

Image Animator
 
1 Attachment(s)
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

ZakirAhmad 05-03-2017 03:58

How can i make records.inf with isexec to show progress in wpi...

KaktoR 13-06-2017 15:32

Quote:

Originally Posted by altef_4 (Post 437214)
Packer - data protection

I can't select a whole directoy, only single files.

Or i make something wrong?


All times are GMT -7. The time now is 12:26.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com