NetDTL-installer - Reference Manual
Descriptive reference for the Windows installer project associated with NetDTL.
Type: Windows installerTechnology: Inno SetupTarget: NetDTL suiteRole
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
| Component | Description |
|---|---|
| Inno Setup | Builds the Windows installer from the .iss script. |
| PowerShell | Runs preparation and dependency scripts. |
| Python | Runtime 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
- The installer targets Windows environments.
- Actual behavior depends on local permissions, execution policy and network access for dependency downloads.
- The installer does not replace project-specific configuration after installation.