B4J Tutorial UI apps packaging - self contained installers - Erel    May 25, 2020   (29 reactions) It is recommended to use B4JPackager11: Integrated B4JPackager11 - The simple way to distribute standalone UI apps
B4J Packager is a small utility that uses javapackager to create a single file installer for Mac or Windows, that includes the app files and the Java runtime.
This means that from t B4J Question B4JPackager how to create an installer package (Java 8) - Erel (first post)    Jul 21, 2022   (1 reaction) It will not work with Macs.
Creating a signed Mac app requires several complicated steps: https://www.b4x.-building-notarized-mac-packages.130890/#content (requires Java 11+). B4J Tutorial Making Installers for Server Apps - tchart    Dec 21, 2020   (6 reactions) RunProgram="setup.exe"
;!@InstallEnd@!
And then use command line to merge the SFX and your zip file like this (I place the sfx and confil files in the same directory as my zipped project);
copy /b 7zSD.sfx + config.txt + myB4Jproject.7z MyInstaller.exe
This will create an executable called MyInst B4J Question [Solved]How to use Inno installer with B4J project - aeric (first post)    Apr 23, 2024   (5 reactions) 1. Compile Release
output: result.jar inside /Objects directory
2. Build Standalone Package
output: result.exe inside /Objects/temp/build directory
153003
152995
You can copy build directory and compress the folder as build.zip and rename it.
3. Compile with Inno Setup Compiler
output: setup.exe B4J Question B4J exe - aeric (first post)    May 27, 2024   (2 reactions) Yes. Alternatively you can build a setup installer using inno setup. B4J Question Build the installer file for B4J app - aeric (first post)    Dec 13, 2020   (2 reactions) 104332
104333
Doubleclick the InstallerScript to open with Inno Setup Compiler and then Compile (Ctrl+F9). B4J Question Run .exe of a driver installer under Windows - peacemaker (first post)    Nov 26, 2024 158933
Installer set is so.
And it does not start if to use jShell.
And i think, UAC request here is the must.
p.s. hmm, OK - let Innosetup do its work. "Solved". B4J Question B4J compile - Erel (first post)    Jun 13, 2023   (1 reaction) This is a bit confusing. The package contains everything needed. You do need all files from the package.
Best to create an installer with Inno Setup. The compiler will create a template for you. B4J Question StandAlone EXE small in size... with web-downloader/installer [SOLVED] - aeric (first post)    Mar 23, 2023   (1 reaction) Thanks.
I think this is useful if someone downloaded my setup file and later change his mind not to proceed with the install or accidentally download redundant copies of the same installer. This installer will taking up harddisk space. I feel annoyed to huge size software installer. This also savin B4J Tutorial Integrated B4JPackager11 - The simple way to distribute standalone UI apps - Erel (first post)    May 19, 2020   (4 reactions) I've updated the first post with steps required to automate building the setup file.
The result is an installer file that can be distributed. Page: 1   2   3   4   5   6   7   Powered by ColBERT |