PDA

View Full Version : 64-bit Repository


Razor12911
02-08-2026, 18:01
Reserved

Razor12911
02-08-2026, 18:09
Inno Setup Archiver example

For discussions and updates, check here (https://fileforums.com/showthread.php?t=106832)

Razor12911
02-08-2026, 18:12
Inno Setup Freearc example

Source (https://krinkels.org/threads/isfreearcextract.48/)

Razor12911
03-08-2026, 08:57
Inno Setup botva2 example

Source1 (https://krinkels.org/threads/botva2.1931/), Source2 (https://github.com/Krinkelss/botva2)

Razor12911
03-08-2026, 10:09
Inno Setup BASS example

Source1 (https://krinkels.org/threads/bass.1907/), Source2 (https://www.un4seen.com/bass.html)

Razor12911
08-08-2026, 13:10
Utils

Razor12911
10-08-2026, 22:05
Discover design

Add this config to any existing script:
#define AccentColor int("$FFFF341A")
#define DarkMode 1
#define FontName "Oxanium"
#define FontFile "oxanium.ttf"
#define FormWidth 830
#define FormHeight 650
#define CaptionText "Discover"
#define CaptionSize 60
#define ProgressBar "WizardForm.ProgressGauge"
#include "discover\design.iss"

Design made to push 64-bit adoption but works nonetheless on 32-bit version inno.

ant_sh
12-08-2026, 21:36
Inno Setup Freearc example Source (https://krinkels.org/threads/isfreearcextract.48/)
I'm trying to make my own x64 unarc mingw build, it compiles OK but doesn't extract or test arc archives.
Where is this working x64 build of unarc.dll from? Who made it and how?