1 Star 0 Fork 123

giteezhangj/QtSerialPortPlotter

forked from 觉皇/QtSerialPortPlotter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
installer.iss 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
觉皇 提交于 2022-01-12 14:40 . 第一次提交
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Serial Port Plotter"
#define MyAppVersion "1.2.1"
#define MyAppPublisher "CieNTi"
#define MyAppURL "https://github.com/CieNTi/serial_port_plotter"
#define MyAppExeName "serial_port_plotter.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={{38900967-656A-47E5-B9A2-169B1D15F526}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=res\lgplv3.rtf
OutputDir=.\build\installer
OutputBaseFilename=serial_port_plotter-{#MyAppVersion}-installer
SetupIconFile=res\icons\exe_icon.ico
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
[Files]
Source: ".\build\release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: ".\build\installer\deps\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{commonprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/giteezhangj/QtSerialPortPlotter.git
git@gitee.com:giteezhangj/QtSerialPortPlotter.git
giteezhangj
QtSerialPortPlotter
QtSerialPortPlotter
main

搜索帮助