|
#1
|
||||
|
||||
|
BLACKFIRE69 Compiler v2.0 I finished my 'BLACKFIRE69 Compiler v2.0' a few days ago. This is it ... ________________________ BLACKFIRE69 , Last edited by BLACKFIRE69; 08-04-2026 at 13:40. |
| The Following 16 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
ADMIRAL (23-01-2020), audiofeel (20-01-2024), Behnam2018 (16-02-2020), Cesar82 (11-04-2020), devil777 (23-01-2020), Entai44 (23-01-2020), Gehrman (24-01-2020), Harsh ojha (23-01-2020), houcine80 (08-02-2020), joker85 (17-06-2025), PsYcHo_RaGE (23-01-2020), rambohazard (23-01-2020), ShivShubh (23-01-2020), Stor31 (24-01-2020), Vladislav989 (14-08-2022), yasserdivar (04-10-2021) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Thanks dude,blackfire69...
|
| The Following 2 Users Say Thank You to devil777 For This Useful Post: | ||
BLACKFIRE69 (23-01-2020), Muneebalampcgamer (04-12-2021) | ||
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
| The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
devil777 (23-01-2020), Muneebalampcgamer (04-12-2021) | ||
|
#5
|
||||
|
||||
|
Mr.BlackFire69
Really thank you for this buddy You're really great and made me happy By doing this you took me a few steps to start building my project You're really great
__________________
Search and Find |
| The Following 2 Users Say Thank You to ADMIRAL For This Useful Post: | ||
Behnam2018 (23-01-2020), BLACKFIRE69 (23-01-2020) | ||
|
#6
|
||||
|
||||
|
Uh it says that it didn't find file in "source:Program files(86)/Inno setup 5/Examples/Myprog.exe"
If I did even put inno in that way the output result from Complie.exe is merely 560kb Any help? |
|
#7
|
||||
|
||||
|
Quote:
just Change this to "D:\repackTest.txt" or something else. (to already existing file). . |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
devil777 (24-01-2020) | ||
|
#8
|
||||
|
||||
|
and mr.fire is this compitable with the CorepackUi INSTALLER u'd shared previously??
edit:it didn't helped that much (changed to g:log.txt) but still got this Last edited by devil777; 24-01-2020 at 00:28. |
|
#9
|
||||
|
||||
|
Quote:
first goto the "Script File" folder. then change ".../Myprog.exe" in "scrpt.iss" to any existing file or folder. got that? edit: one thing .... don't forget to create a new "Data.cab" . . Last edited by BLACKFIRE69; 24-01-2020 at 04:43. |
| The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
Behnam2018 (24-01-2020), devil777 (24-01-2020) | ||
|
#10
|
||||
|
||||
|
Quote:
![]() this is for a 'iss' file to protect it from stealing. . |
| The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
Behnam2018 (26-01-2020), devil777 (24-01-2020) | ||
|
#11
|
||||
|
||||
|
My friends asking how did i compress games and how to make installer and i don't want to share the script, so i use this tool tnx to @altf_4 and @blackfire69 this tool is very helpful.
__________________
Video Creator Discord - Harsh_Ojha_748 #8782 |
|
#12
|
||||
|
||||
|
??
windows 10
__________________
....................always rains in the wet..................... |
|
#13
|
|||
|
|||
|
#14
|
||||
|
||||
|
Sorry, Mr. BlackFire69
I wrote a Script project and compressed it into data.cab and then mistakenly deleted the script file and I don't know how to get it. what should I do now? There is a way to extract data.cab.
__________________
Search and Find |
|
#15
|
||||
|
||||
|
Quote:
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;
|
| The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ASIS: Advanced Simple Installer Script | KaktoR | Conversion Tutorials | 1477 | 20-05-2026 10:52 |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| 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 |