|
@@ -2,15 +2,15 @@
|
|
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
|
|
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
|
|
|
|
|
|
#define MyAppName "WorkTime"
|
|
#define MyAppName "WorkTime"
|
|
-#define MyAppVersion "1.5"
|
|
|
|
|
|
+#define MyAppVersion "1.6"
|
|
#define MyAppPublisher "南京火石闪信网络科技有限公司"
|
|
#define MyAppPublisher "南京火石闪信网络科技有限公司"
|
|
-#define MyAppExeName "mywork.exe"
|
|
|
|
|
|
+#define MyAppExeName "MyProg.exe"
|
|
|
|
|
|
[Setup]
|
|
[Setup]
|
|
; 注: AppId的值为单独标识该应用程序。
|
|
; 注: AppId的值为单独标识该应用程序。
|
|
; 不要为其他安装程序使用相同的AppId值。
|
|
; 不要为其他安装程序使用相同的AppId值。
|
|
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
|
|
; (若要生成新的 GUID,可在菜单中点击 "工具|生成 GUID"。)
|
|
-AppId={{A4BC18D4-0FDF-46D3-B15C-D6F0247D37BE}
|
|
|
|
|
|
+AppId={{C8AD2873-2374-4415-8996-5CDCFF8711BD}
|
|
AppName={#MyAppName}
|
|
AppName={#MyAppName}
|
|
AppVersion={#MyAppVersion}
|
|
AppVersion={#MyAppVersion}
|
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
;AppVerName={#MyAppName} {#MyAppVersion}
|
|
@@ -20,7 +20,7 @@ DisableProgramGroupPage=yes
|
|
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
|
|
; 以下行取消注释,以在非管理安装模式下运行(仅为当前用户安装)。
|
|
;PrivilegesRequired=lowest
|
|
;PrivilegesRequired=lowest
|
|
OutputDir=C:\Users\seya\Desktop
|
|
OutputDir=C:\Users\seya\Desktop
|
|
-OutputBaseFilename=智能工时管家
|
|
|
|
|
|
+OutputBaseFilename=WorkTime
|
|
SetupIconFile=C:\gitproject\manHourHousekeeper\fhKeeper\formulahousekeeper\mywork\favicon.ico
|
|
SetupIconFile=C:\gitproject\manHourHousekeeper\fhKeeper\formulahousekeeper\mywork\favicon.ico
|
|
Compression=lzma
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
SolidCompression=yes
|
|
@@ -33,7 +33,6 @@ Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
|
|
|
|
|
[Files]
|
|
[Files]
|
|
-Source: "C:\Users\seya\Desktop\SmartTimeClient\mywork.exe"; DestDir: "{app}"; Flags: ignoreversion
|
|
|
|
Source: "C:\Users\seya\Desktop\SmartTimeClient\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
Source: "C:\Users\seya\Desktop\SmartTimeClient\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
|
|
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
|
|
|
|
|