diff --git a/bld/gen_full.iss b/bld/gen_full.iss index 0641b120..9ecf1fd7 100644 --- a/bld/gen_full.iss +++ b/bld/gen_full.iss @@ -21,7 +21,6 @@ DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} OutputBaseFilename={#MyAppName} VersionInfoVersion={#MyAppVersion} -LicenseFile=.\Resources\LICENSE SetupIconFile=.\Resources\icon.ico Uninstallable=TDIsUninstallable UninstallDisplayName={#MyAppName} diff --git a/bld/gen_port.iss b/bld/gen_port.iss index 2bb43e8a..c7602970 100644 --- a/bld/gen_port.iss +++ b/bld/gen_port.iss @@ -21,7 +21,6 @@ DefaultDirName={sd}\{#MyAppName} DefaultGroupName={#MyAppName} OutputBaseFilename={#MyAppName}.Portable VersionInfoVersion={#MyAppVersion} -LicenseFile=.\Resources\LICENSE SetupIconFile=.\Resources\icon.ico Uninstallable=no UsePreviousAppDir=no diff --git a/bld/gen_upd.iss b/bld/gen_upd.iss index 5b16f56c..b43d606a 100644 --- a/bld/gen_upd.iss +++ b/bld/gen_upd.iss @@ -23,7 +23,6 @@ DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} OutputBaseFilename={#MyAppName}.Update VersionInfoVersion={#MyAppVersion} -LicenseFile=.\Resources\LICENSE SetupIconFile=.\Resources\icon.ico Uninstallable=TDIsUninstallable UninstallDisplayName={#MyAppName}