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

Reply
 
Thread Tools Display Modes
  #16  
Old 03-03-2020, 07:01
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
yes.

Code:
[Files]
Source: "pckr.dll"; Flags: dontcopy;

{Code]
var Init: Boolean;

function PInit(const Name, Password: PAnsiChar; Debug: Boolean):Boolean;
  external 'PInit@{tmp}\pckr.dll stdcall delayload';
procedure PExtractFile(const FName, Dest: PAnsiChar);
  external 'PExtractFile@{tmp}\pckr.dll stdcall delayload';

function InitializeSetup(): Boolean;
var
  S:string;
begin
  S:=ExpandConstant('{src}');
  ExtractTemporaryFile('pckr.dll');
  Init:=PInit(S+'\Data.cab','PASSWORD',True);
  if Init then begin
  PExtractFile('Script.iss',S+'\Script_EXTRACTED.iss');
  end;

  if FileExists(S+'\Script_EXTRACTED.iss') then MsgBox('Script.iss extracted.',mbInformation,MB_OK);
  Result:=False;
end;
copy data.cab to Output folder and try. (Requires the password which you used)
Thanks Friend
__________________
Search and Find
Reply With Quote
Sponsored Links
  #17  
Old 11-11-2020, 21:04
ADMIRAL's Avatar
ADMIRAL ADMIRAL is offline
Registered User
 
Join Date: Oct 2019
Location: iran
Posts: 92
Thanks: 546
Thanked 40 Times in 34 Posts
ADMIRAL is on a distinguished road
Hi Mr.blackfire i have a problem and maby you can help me about that.
for start to make a compiler i tried to import a photo with png format by using botva2 but in preview
its not showing.
please help me by importing a photo on this.....
Attached Images
File Type: jpg Untitled.jpg (33.2 KB, 84 views)
Attached Files
File Type: 7z ISSPP_Final_v2{1.4.1.8}.7z (638.0 KB, 44 views)
__________________
Search and Find

Last edited by ADMIRAL; 11-11-2020 at 21:09.
Reply With Quote
The Following User Says Thank You to ADMIRAL For This Useful Post:
yasserdivar (13-10-2021)
Reply

Thread Tools
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
ASIS: Advanced Simple Installer Script KaktoR Conversion Tutorials 1371 04-08-2024 09:37
INNO TROUBLESHOOT - Questions Here REV0 Conversion Tutorials 1567 11-07-2024 03:23
Source Codes Giveaway altef_4 Conversion Tutorials 19 16-10-2020 02:38
Please test the acceleration unpack NBB Conversion Tutorials 18 19-12-2015 08:25
Dungeon Siege: Throne Of Agony codes wolfsrain PSP Games 1 13-05-2008 10:49



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


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