2 Star 0 Fork 0

hautmz/PluginServiceWebServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.iss 6.54 KB
一键复制 编辑 原始数据 按行查看 历史
hautmz 提交于 2016-09-23 16:56 . 无需用户设置sqlite的路径
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "MCKJ"
#define MyAppVersion "1.0"
#define MyAppPublisher "MCKJ, Inc."
#define MyAppURL "http://www.example.com/"
[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={{31314621-2101-4D63-93FF-92B357806832}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName=\FaceDeteiveWebServer
DefaultGroupName=FaceDeteiveWebServer
DisableProgramGroupPage=yes
AlwaysRestart=yes
OutputDir=D:\
OutputBaseFilename=人脸识别服务管理安装程序
Compression=lzma
SolidCompression=yes
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "D:\work\project\python\PluginServiceWebServer\install-requment.bat"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\install-service.bat"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\uninstall-cmd.bat"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\PluginServiceWebServer.db"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\plugwebserver_service.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\requment.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\settings.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\util.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\web_hander.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\win_service_helper.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\win_service_manage_helper.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\generate_log4netxml.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\generate_dbxml.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\db_helper.py"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\algithm.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\camera.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\cameraEdit.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\index.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\log.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\loglist.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\Main.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\RegisterPic.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\RegisterPicEdit.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\winservice.html"; DestDir: "{app}\static"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\css\default.css"; DestDir: "{app}\static\css"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\css\login.css"; DestDir: "{app}\static\css"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\bg1.gif"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\bg3.gif"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\bg4.gif"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\heimingdan.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\icon-pwd.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\icon-user.gif"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\m3.jpg"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\rizhi.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\shexiangji.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\shouye.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\suanfa.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\tuichu.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\images\servicemanage.png"; DestDir: "{app}\static\images"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\js\ajaxupload.js"; DestDir: "{app}\static\js"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\js\common.js"; DestDir: "{app}\static\js"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\js\jquery.pager.js"; DestDir: "{app}\static\js"; Flags: ignoreversion
Source: "D:\work\project\python\PluginServiceWebServer\static\js\jquery-1.8.3.min.js"; DestDir: "{app}\static\js"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Run]
Filename: "{app}\install-requment.bat"; Flags: nowait runminimized;
Filename: "{app}\install-service.bat"; Flags: nowait runminimized;
[UninstallRun]
Filename: "{app}\uninstall-cmd.bat"; Flags: nowait runminimized;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/iostest/PluginServiceWebServer.git
git@gitee.com:iostest/PluginServiceWebServer.git
iostest
PluginServiceWebServer
PluginServiceWebServer
master

搜索帮助