1 Star 0 Fork 0

明灯花月夜/PDFMergeApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PDFMergeApp.iss 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
明灯花月夜 提交于 2023-09-26 23:55 . update
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "PDF合并工具"
#define MyAppVersion "1.0.0"
#define MyAppPublisher "明灯花月夜"
#define MyAppURL "https://dabai2017.gitee.io/lead/"
#define MyAppExeName "PDFMergeApp.exe"
#define MyGroup "801工具集"
[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={{C2E37AAF-B42B-4A7B-8B0F-8E91A5BE600A}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputDir=E:\开发\win\PDFMergeApp\PDFMergeApp\bin
OutputBaseFilename={#MyAppName}_安装包_{#MyAppVersion}
SetupIconFile=D:\other\code\icon\801-5-icon.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern
;卸载相关
Uninstallable=yes
UninstallDisplayName={#MyGroup} - {#MyAppName}
UninstallDisplayIcon=D:\other\code\icon\801-5-icon.ico
[Languages]
Name: "chinese"; MessagesFile: "compiler:Languages\Chinese.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkablealone
[Files]
Source: "E:\开发\win\PDFMergeApp\PDFMergeApp\bin\Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "E:\开发\win\PDFMergeApp\PDFMergeApp\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
;卸载时关闭主程序
[UninstallRun]
Filename: "cmd.exe"; Parameters: "/C taskkill /IM {#MyAppExeName} /F"; Flags: runhidden
[Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mdhyy008/pdfmerge-app.git
git@gitee.com:mdhyy008/pdfmerge-app.git
mdhyy008
pdfmerge-app
PDFMergeApp
master

搜索帮助