-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstaller.iss
More file actions
58 lines (51 loc) · 2.12 KB
/
Copy pathInstaller.iss
File metadata and controls
58 lines (51 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#define MyAppName "Pixie Cursors"
#define MyAppVersion "1.5.4"
#define MyAppPublisher "Génesis Toxical"
#define MyAppURL "https://genesistoxical.github.io/pixie-cursors/"
#define MyAppExeName "Pixie Cursors.exe"
[Setup]
AppId={{CF830ABE-EBC2-479C-9E76-2CE49DFF8676}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
VersionInfoVersion=1.5.4.0
AppPublisher={#MyAppPublisher}
AppCopyright={#MyAppPublisher} © 2025
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
LicenseFile=Pixie Cursors.txt
OutputDir=Output
OutputBaseFilename=Pixie-Cursors-Installer
SetupIconFile=..\src\PixieCursors\Resources\Icon.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
WizardSmallImageFile=Wizard Small Image.bmp
WizardImageFile=Wizard Image File.bmp
;DisableWelcomePage=no
;WizardSizePercent=114,100
WizardSizePercent=110,100
DisableProgramGroupPage=yes
UninstallDisplayIcon={uninstallexe}
UsedUserAreasWarning=no
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[Files]
Source: "..\src\PixieCursors\bin\Release\*"; DestDir: "{app}"; Excludes: "*.ini"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\src\PixieCursors\bin\Release\Config.ini"; DestDir: "{userappdata}\{#MyAppName}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Dirs]
Name: "C:\Windows\Cursors\- Pixie Cursors -"
[Icons]
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
;[Messages]
;english.WelcomeLabel1=[name] Setup Wizard
;english.WelcomeLabel2=This will install [name/ver] on your computer.
;spanish.WelcomeLabel1=Asistente de Instalación de [name]
;spanish.WelcomeLabel2=Este programa instalará [name/ver] en su sistema.
; NOTA: El apartado de Messages solo se utilizará en caso de que la bienvenida esté habilitada