|
#1
|
||||
|
||||
|
VclStylesInno.dll + Protected Styles
> This modified version of 'VclStylesInno.dll' is for those who want to hide their 'Style' from others. > The procedure is straightforward: 'ResourcesPacker.exe' will encrypt your 'Style' file and save it in the DLL's resources. > Afterward, you only need to call 'LoadVCLStyleFromResourcesW' within the 'script' file to load the 'Style' file. Quote:
Code:
STEPS: 1. If the 'VclStylesInno.dll' file is compressed (upx), unpack it. 2. Run 'ResourcesPacker.exe' and add the 'Style' files into the resources. 3. Load the 'Style' files using the 'LoadVCLStyleFromResourcesW' function. 4. If needed, you can compress (upx) the Dll file again. Code:
function InitializeSetup(): Boolean;
begin
LoadVCLStyleFromResourcesW('STYLE_02');
Result := True;
end;
Code:
Tested: 1. InnoSetup: v6.2.2 2. VclStylesInno (Mod): v1.5.4.1 3. UPX: v4.1.0 4. Windows 11/10. Last edited by BLACKFIRE69; 14-05-2024 at 04:37. Reason: Added latest update. |
| The Following 12 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
Abbat (25-11-2024), ADMIRAL (15-03-2024), audiofeel (06-09-2023), Behnam2018 (07-09-2023), Cesar82 (09-09-2023), ffmla (07-10-2023), hitman797 (06-09-2023), Lord.Freddy (07-09-2023), nordi (02-02-2024), Razor12911 (06-09-2023), ScOOt3r (06-09-2023), yasserdivar (15-10-2023) | ||
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Starforce Petition! | Grumpy | PC Games | 392 | 18-03-2007 08:31 |
| Need help making backup of protected cd | igoylytes | CD/DVD Copy Protections & Utilities | 0 | 08-08-2005 17:49 |
| Is Dragonball Z The Ultimate Battle 22 a protected PSX game ? | FreeMaster | PSX Games | 1 | 11-09-2001 19:11 |
| protected & non protected | bigwhale | PSX Games | 1 | 20-03-2001 10:12 |
| Protected Games | 418 | PSX Games | 4 | 22-02-2001 17:45 |