Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zint/frontend_qt/Inno_Setup_qtzint.iss @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 ; Script generated by the Inno Script Studio Wizard. | |
| 2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! | |
| 3 | |
| 4 #define MyAppName "qtZint" | |
| 5 #define MyAppVersion "2.7.1" | |
| 6 #define MyAppPublisher "Robin Stuart" | |
| 7 #define MyAppURL "http://zint.org.uk/" | |
| 8 #define MyAppExeName "qtZint.exe" | |
| 9 | |
| 10 [Setup] | |
| 11 ; NOTE: The value of AppId uniquely identifies this application. | |
| 12 ; Do not use the same AppId value in installers for other applications. | |
| 13 ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) | |
| 14 AppId={{51A55206-3370-498A-9DFC-0FCAEA98278D} | |
| 15 AppName={#MyAppName} | |
| 16 AppVersion={#MyAppVersion} | |
| 17 ;AppVerName={#MyAppName} {#MyAppVersion} | |
| 18 AppPublisher={#MyAppPublisher} | |
| 19 AppPublisherURL={#MyAppURL} | |
| 20 AppSupportURL={#MyAppURL} | |
| 21 AppUpdatesURL={#MyAppURL} | |
| 22 DefaultDirName={pf}\{#MyAppName} | |
| 23 DefaultGroupName={#MyAppName} | |
| 24 AllowNoIcons=yes | |
| 25 LicenseFile=..\COPYING | |
| 26 OutputDir=. | |
| 27 OutputBaseFilename=zint{#MyAppVersion}_win_setup | |
| 28 Compression=lzma | |
| 29 SolidCompression=yes | |
| 30 | |
| 31 [Languages] | |
| 32 Name: "english"; MessagesFile: "compiler:Default.isl" | |
| 33 | |
| 34 [Tasks] | |
| 35 Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked | |
| 36 Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1 | |
| 37 | |
| 38 [Files] | |
| 39 Source: "release\qtZint.exe"; DestDir: "{app}"; Flags: ignoreversion | |
| 40 ;Source: "release\Qt5Core.dll"; DestDir: "{app}"; Flags: ignoreversion | |
| 41 ;Source: "release\Qt5Gui.dll"; DestDir: "{app}"; Flags: ignoreversion | |
| 42 ;Source: "release\Qt5Widgets.dll"; DestDir: "{app}"; Flags: ignoreversion | |
| 43 ; NOTE: Don't use "Flags: ignoreversion" on any shared system files | |
| 44 | |
| 45 [Icons] | |
| 46 Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" | |
| 47 Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon | |
| 48 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon | |
| 49 | |
| 50 [Run] | |
| 51 Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent |
