![]() |
FXPacker v2.0 - A Data Protector for InnoSetup
3 Attachment(s)
FXPacker API
Introduction: FXPacker started as a side project to 'FMXInno', primarily dedicated to safeguarding various data types, such as (graphical content: images, music, text, etc.), used in the installer from unauthorized access. Changes: This is Version 2. Let's review the changes it introduces. Code:
1. Improved speed and reliability compared to previous versions.Simple Example: Code:
Pack:Code:
Unpack:Functions / Methods: Code:
{ Pckr }Code:
{ Extra }. |
Update
Code:
* Added missing event 'FXPackItemOnProgress'. |
Optional Update
Optional Update:
Code:
* Included FastMM for improved memory management. |
FXPackerApi - Updates
1 Attachment(s)
Updates available! - [2023-Oct-15]
Code:
FXPackerApi v2.0:. |
@BLACKFIRE69, Thank you very much for the updates.
Maybe you can include an additional function... function FXPckrAddFileList(const FileList: WideString): Boolean; Usage like this: Code:
StrList := TStringList.Create;To do this, use the character "|" as an option to inform the destination path in the internal structure of Data.dat. If "|" does not exist, add as a file without a subfolder in the internal structure of the items. Code:
FXPckrAddFile('C:\my_test\filetest.txt|my_test\file_name.txt');Thanks! |
8 Attachment(s)
FXPacker API Interface
====================== Secure archive handling library designed for integration with Inno Setup. Provides multi-layered protection with password-based access control (AES-256), executable binding verification, Runtime executable state matching and Host-state coupling synchronization. Code:
> Support:Code:
> Protection Layers:Code:
> Important:* Basic DataFile Creation Code:
1. Open `Example.iss` and compile it (`MySetup.exe`). Code:
[Setup]Code:
This mode allows the data file to be embedded directly into the installer (Single-EXE) via Inno Setup compilation. Step-by-Step Workflow # Pass 1: The Initial Template Code:
1. Create Initial Archive: Open `FXPacker.exe`. Add your files and set a password. Code:
5. Configure Packer: Code:
11. Configure Packer: Code:
- Same as the 'Basic DataFile Creation'.Code:
* Result:. |
| All times are GMT -7. The time now is 15:48. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com