-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup 2025.09.27.iss
More file actions
91 lines (83 loc) · 7.69 KB
/
setup 2025.09.27.iss
File metadata and controls
91 lines (83 loc) · 7.69 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "WebConnect 2025"
#define MyAppVersion "2025.09.27"
#define MyAppPublisher "PhilConnected"
#define MyAppExeName "WebConnect.exe"
[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{A1F411AB-8C27-4A42-866F-1E5EA433251B}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
DefaultDirName=C:/{#MyAppName}
DisableDirPage=yes
UninstallDisplayIcon={app}\{#MyAppExeName}
; "ArchitecturesAllowed=x64compatible" specifies that Setup cannot run
; on anything but x64 and Windows 11 on Arm.
ArchitecturesAllowed=x64compatible
; "ArchitecturesInstallIn64BitMode=x64compatible" requests that the
; install be done in "64-bit mode" on x64 or Windows 11 on Arm,
; meaning it should use the native 64-bit Program Files directory and
; the 64-bit view of the registry.
ArchitecturesInstallIn64BitMode=x64compatible
DisableProgramGroupPage=yes
LicenseFile=C:\Users\phmel\source\repos\WebConnect.old\MIT-Lizenz.txt
InfoBeforeFile=C:\Users\phmel\source\repos\WebConnect.old\ImportantBeforeUpdate.txt
; Uncomment the following line to run in non administrative install mode (install for current user only).
;PrivilegesRequired=lowest
OutputDir=C:\Users\phmel\Downloads
OutputBaseFilename=WebConnect
SetupIconFile=C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.ico
SolidCompression=yes
WizardStyle=modern
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\en-BZ\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\win-arm64\native\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\win-x64\native\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\win-x86\native\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\GeneralError.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Microsoft.Web.WebView2.Core.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Microsoft.Web.WebView2.Core.xml"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Microsoft.Web.WebView2.WinForms.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Microsoft.Web.WebView2.WinForms.xml"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Microsoft.Web.WebView2.Wpf.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Microsoft.Web.WebView2.Wpf.xml"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Newtonsoft.Json.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.deps.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.ico"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.pdb"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\WebConnect.runtimeconfig.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\win-arm64\native\WebView2Loader.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\win-x64\native\WebView2Loader.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\runtimes\win-x86\native\WebView2Loader.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\addTab_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\back_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\forward_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\home_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\magicAILink_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\search_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\Themes\Default\shortcuts_button.bmp"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\phmel\source\repos\WebConnect\WebConnect\bin\Debug\net9.0-windows7.0\en-BZ\WebConnect.resources.dll"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent