Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #31  
Old 10-01-2015, 09:14
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
amazing work altef_4
what about thread name change?
Reply With Quote
Sponsored Links
  #32  
Old 10-01-2015, 09:51
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
what do you want it changed to ?
Reply With Quote
  #33  
Old 10-01-2015, 09:52
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
what do you want it changed to ?
Inno Setup: Additional Libraries
Reply With Quote
  #34  
Old 10-01-2015, 10:12
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
done
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
altef_4 (10-01-2015)
  #35  
Old 11-01-2015, 10:08
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
ISWMI updated to 1.1, added ANSI Support
Reply With Quote
The Following 2 Users Say Thank You to altef_4 For This Useful Post:
mausschieber (11-01-2015), pakrat2k2 (11-01-2015)
  #36  
Old 13-02-2015, 13:11
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Bink 2 videos don't work with IsBik, I got v1.0.0.2.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
altef_4 (14-02-2015)
  #37  
Old 14-02-2015, 00:36
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
Razor12911 (14-02-2015)
  #38  
Old 14-02-2015, 01:45
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
anyways, is not a problem, people will just use rad video tools to convert it back to bink 1
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
altef_4 (14-02-2015)
  #39  
Old 20-02-2015, 06:03
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
ok, altef, how about if we replace binkw32, by the one that supports bink2?
Reply With Quote
  #40  
Old 20-02-2015, 07:17
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
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.
Reply With Quote
  #41  
Old 16-03-2015, 03:15
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
altef_4 (16-03-2015)
  #42  
Old 16-03-2015, 10:29
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by LuisCésar82 View Post
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.
Reply With Quote
The Following 3 Users Say Thank You to altef_4 For This Useful Post:
pakrat2k2 (16-03-2015), papas (04-10-2016), yasserdivar (16-09-2015)
  #43  
Old 05-03-2017, 01:47
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
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
Attached Files
File Type: 7z ImageAnimator1.0.3.2.7z (1.58 MB, 491 views)
Reply With Quote
The Following 7 Users Say Thank You to altef_4 For This Useful Post:
ALiAS2 (08-01-2019), arkantos7 (06-03-2017), ffmla (05-03-2017), Grumpy (05-03-2017), Jiva newstone (28-05-2018), NickX700K (10-08-2019), r4e (05-03-2017)
  #44  
Old 05-03-2017, 03:58
ZakirAhmad ZakirAhmad is offline
Registered User
 
Join Date: Sep 2015
Location: Kmr
Posts: 290
Thanks: 56
Thanked 58 Times in 37 Posts
ZakirAhmad is on a distinguished road
How can i make records.inf with isexec to show progress in wpi...
Reply With Quote
  #45  
Old 13-06-2017, 15:32
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by altef_4 View Post
Packer - data protection
I can't select a whole directoy, only single files.

Or i make something wrong?
__________________
Haters gonna hate
Reply With Quote
Reply

Tags
inno seup, library

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



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


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