InstallerExpert created the topic: Nedd help using Inno Setup
I’m creating a setup using Inno Setup.
I need to define a set of variables to manage ftp connection.
[Setup]
AppName=My Program
AppVerName=My Program version 1.5
DefaultDirName={pf}\My Program
DefaultGroupName=My Program
FtpUSER=
FtpPassword=
FtpHost=
The user can value this variables and this values need to start ftp.
How can I do it?
Thank you
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024