NetDTL-installer - User Guide

User guide for preparing and using the Windows installer project for NetDTL.

WindowsInno SetupNetDTL

Goal

NetDTL-installer packages the files, assets and helper scripts needed to deploy the NetDTL environment on a Windows workstation.

Prepare the Environment

  1. Check that the project files are complete.
  2. Install Inno Setup on the build workstation.
  3. Review the assets folder and dependency scripts.
  4. Confirm the expected application version in the setup script.

Build the Installer

Setup script

The installer is described by NetDTL_Setup.iss. This file contains metadata, copied files and setup behavior.

Generated package

Inno Setup produces a Windows executable installer from the setup script.

Install NetDTL

Run the generated installer on the target workstation with appropriate rights. The installation copies the configured files and can prepare runtime dependencies through the provided scripts.

Check After Installation

Troubleshooting