diff --git a/FCS_IAP/FCS_IAP_V1.0.0.exe b/FCS_IAP/FCS_IAP_V1.0.0.exe deleted file mode 100644 index b743e12..0000000 Binary files a/FCS_IAP/FCS_IAP_V1.0.0.exe and /dev/null differ diff --git a/FCS_IAP/FCS_IAP_V1.0.1.exe b/FCS_IAP/FCS_IAP_V1.0.1.exe deleted file mode 100644 index 595bd7e..0000000 Binary files a/FCS_IAP/FCS_IAP_V1.0.1.exe and /dev/null differ diff --git a/IAP/IAP-full-v1.0.0.exe b/IAP/IAP-full-v1.1.0.exe similarity index 86% rename from IAP/IAP-full-v1.0.0.exe rename to IAP/IAP-full-v1.1.0.exe index 17f326f..fdf1c70 100644 Binary files a/IAP/IAP-full-v1.0.0.exe and b/IAP/IAP-full-v1.1.0.exe differ diff --git a/IAP/pack.iss b/IAP/pack.iss new file mode 100644 index 0000000..7a4e4c3 --- /dev/null +++ b/IAP/pack.iss @@ -0,0 +1,60 @@ +; Script generated by the Inno Setup Script Wizard. +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! + +#define MyAppName "IAP" +#define MyAppVersion "1.1.0" +#define MyAppPublisher "My Company, Inc." +#define MyAppURL "https://www.example.com/" +#define MyAppExeName "IAP.exe" +#define MyAppAssocName MyAppName + " File" +#define MyAppAssocExt ".myp" +#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt + +[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={{52FFCBA3-DAAE-4BB8-9BCC-8B285DB198D6} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +;AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\{#MyAppName} +ChangesAssociations=yes +DisableProgramGroupPage=yes +; Uncomment the following line to run in non administrative install mode (install for current user only.) +;PrivilegesRequired=lowest +OutputDir=D:\4_Code\3_Deploy\IAP\ +OutputBaseFilename=IAP-full-v{#MyAppVersion} +SetupIconFile=D:\4_Code\3_Deploy\IAP\Deploy\update.ico +Compression=lzma +SolidCompression=yes +WizardStyle=modern + +[Languages] +Name: "english"; MessagesFile: "compiler:Default.isl" + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked + +[Files] +Source: "D:\4_Code\3_Deploy\IAP\Deploy\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "D:\4_Code\3_Deploy\IAP\Deploy\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs +; NOTE: Don't use "Flags: ignoreversion" on any shared system files + +[Registry] +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey}"; ValueData: ""; Flags: uninsdeletevalue +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName}"; Flags: uninsdeletekey +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0" +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" +Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: "" + +[Icons] +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon + +[Run] +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + diff --git a/IAP/updates.json b/IAP/updates.json new file mode 100644 index 0000000..815f30f --- /dev/null +++ b/IAP/updates.json @@ -0,0 +1,17 @@ +{ + "updates": + { + "windows": + { + "full-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", + "full-version": "1.1.0", + "download-full":true, + + "patch-url": "http://www.tianzd.cn:1995/TianZD/deploy/raw/branch/master/", + "patch-version": "1.0.0", + "changelog": "New Version", + "modify-time": "20240724", + "modifyCnt": "1" + } + } +} \ No newline at end of file