Added GUI installer
This commit is contained in:
parent
4824f6e136
commit
ee5ca9d7c9
26
CountFolderFilesSetup.iss
Normal file
26
CountFolderFilesSetup.iss
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#define MyAppName "CountFolderFiles"
|
||||
#define MyAppVersion "2024.5.27"
|
||||
#define MyAppExeName "CountFolderFiles.exe"
|
||||
|
||||
[Setup]
|
||||
AppId={{36E2CFC5-BBD7-403E-B6E4-65D39DAEE8D5}
|
||||
AppName={#MyAppName}
|
||||
AppVersion={#MyAppVersion}
|
||||
DefaultDirName={autopf}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
LicenseFile=LICENSE.txt
|
||||
PrivilegesRequired=lowest
|
||||
OutputBaseFilename=CountFolderFilesSetup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
||||
[Files]
|
||||
Source: "{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Name: "{usersendto}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Loading…
Reference in New Issue
Block a user