NetDTL-installer - Reference Manual

Descriptive reference for the Windows installer project associated with NetDTL.

Type: Windows installerTechnology: Inno SetupTarget: NetDTL suite

Role

NetDTL-installer groups the files and scripts required to package and install the NetDTL environment on Windows. It separates installer assets, dependency installation logic and Inno Setup configuration.

Installer Package

The central installer definition is NetDTL_Setup.iss. It describes the application metadata, installed files, asset folders and setup behavior for the Windows package.

Supporting Scripts

Dependency installation

The scripts folder contains PowerShell logic used to install or prepare runtime dependencies such as Python.

Assets

The assets folder is copied into the installed application tree and contains resources required by the package.

Dependencies

ComponentDescription
Inno SetupBuilds the Windows installer from the .iss script.
PowerShellRuns preparation and dependency scripts.
PythonRuntime dependency referenced by the installation scripts.

Outputs

The project produces a Windows installer executable. The resulting package is intended to deploy the required NetDTL files and prepare the local runtime environment.

Limits