Tag

Installer

0 views collected around this technical thread.

37 Interactive Technology Team
37 Interactive Technology Team
Jan 4, 2023 · Backend Development

Extending the NSIS Inetc Plugin to Add Download‑Progress Callback

The article explains how to extend NSIS’s Inetc plug‑in by adding a /callback switch, storing the callback address, pushing total size, downloaded amount and percentage onto the NSIS stack after each buffer, and invoking the user‑defined function to update a progress bar during downloads.

C++InetcInstaller
0 likes · 11 min read
Extending the NSIS Inetc Plugin to Add Download‑Progress Callback
Top Architect
Top Architect
Mar 29, 2022 · Backend Development

Packaging a Spring Boot Application into a Windows EXE Installer with exe4j and Inno Setup

This guide walks through converting a functional Spring Boot JAR into a Windows executable with exe4j, then bundling the EXE, JRE, and dependencies into a single installer using Inno Setup, providing step‑by‑step screenshots, configuration tips, and the final script for seamless deployment on machines without a JDK.

Desktop ApplicationInno SetupInstaller
0 likes · 6 min read
Packaging a Spring Boot Application into a Windows EXE Installer with exe4j and Inno Setup
Selected Java Interview Questions
Selected Java Interview Questions
Mar 2, 2022 · Backend Development

How to Package a Spring Boot Application into an Executable Installer Using exe4j and Inno Setup

This tutorial walks through converting a functional Spring Boot JAR into a Windows executable with exe4j, bundling a local JRE, and then creating a user‑friendly installer using Inno Setup, providing step‑by‑step screenshots and configuration details to avoid common pitfalls.

ExecutableInno SetupInstaller
0 likes · 5 min read
How to Package a Spring Boot Application into an Executable Installer Using exe4j and Inno Setup
Top Architect
Top Architect
Jan 31, 2022 · Backend Development

Packaging a Spring Boot Application into an Executable Installer with exe4j and Inno Setup

This tutorial walks through converting a functional Spring Boot JAR into a Windows executable using exe4j, configuring the bundled JRE, and then creating a full installer with Inno Setup, enabling non‑technical users to install and run the application without a separate JDK.

Inno SetupInstallerJava
0 likes · 5 min read
Packaging a Spring Boot Application into an Executable Installer with exe4j and Inno Setup
Top Architect
Top Architect
Jun 8, 2021 · Backend Development

Packaging a Spring Boot Application into an EXE Installer with exe4j and Inno Setup

This tutorial walks through converting a functional Spring Boot JAR into a Windows executable using exe4j, configuring a bundled JRE, and creating a single‑click installer with Inno Setup, providing step‑by‑step screenshots and command‑line details to avoid common pitfalls.

Inno SetupInstallerJava
0 likes · 5 min read
Packaging a Spring Boot Application into an EXE Installer with exe4j and Inno Setup
Architecture Digest
Architecture Digest
Jun 5, 2021 · Backend Development

How to Package a Spring Boot Application into an EXE Installer Using exe4j and Inno Setup

This guide walks through preparing a runnable Spring Boot JAR, converting it to an EXE with exe4j (including VM options and bundled JRE), and then creating a self‑contained installer using Inno Setup so the application can run on computers without a pre‑installed JDK.

Inno SetupInstallerJava
0 likes · 4 min read
How to Package a Spring Boot Application into an EXE Installer Using exe4j and Inno Setup
php中文网 Courses
php中文网 Courses
Nov 3, 2020 · Backend Development

How to Update the Laravel Installer to the Latest Version

This guide explains how to upgrade the Laravel installer to the latest version using Composer, covering three methods: composer require, uninstall and reinstall, and editing the global composer.json, with commands and verification steps.

ComposerInstallerLaravel
0 likes · 5 min read
How to Update the Laravel Installer to the Latest Version