代码拉取完成,页面将自动刷新
同步操作将从 太阳黑子/信息管理 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
; 脚本由 Inno Setup 脚本向导 生成!
; 有关创建 Inno Setup 脚本文件的详细资料请查阅帮助文档!
#define MyAppName "南宁市管干部信息采集软件"
#define MyAppVersion "2.2"
#define MyAppPublisher "市委组织部"
#define MyAppExeName "nnsggb.exe"
[Setup]
; 注: AppId的值为单独标识该应用程序。
; 不要为其他安装程序使用相同的AppId值。
; (生成新的GUID,点击 工具|在IDE中生成GUID。)
AppId={{8FF29ECF-8BD4-498E-B464-433E188234CF}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
DefaultDirName={pf}\NZSGGB
DefaultGroupName={#MyAppName}
OutputBaseFilename=setup
SetupIconFile=D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\res\bitbug_favicon.ico
Compression=lzma
SolidCompression=yes
[Languages]
Name: "chinesesimp"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\nnsggb.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\db\config.db"; DestDir: "{app}\db\"; Flags: ignoreversion
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\db\tmpl.xml"; DestDir: "{app}\db\"; Flags: ignoreversion
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\log\readme.txt"; DestDir: "{app}\log\"; Flags: ignoreversion
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\db\db.db"; DestDir: "{app}\db\"; Flags: onlyifdoesntexist
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\html\*"; DestDir: "{app}\html\"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "D:\开发源码\学习实例\AAuto\project\AAuto工程2\cadres.git\trunk\Publish\lib\*"; DestDir: "{app}\lib\"; Flags: ignoreversion recursesubdirs createallsubdirs
; 注意: 不要在任何共享系统文件上使用“Flags: ignoreversion”
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
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
[Code]
function NextButtonClick(CurPage: Integer): Boolean;
var Localdatapath:string;
var Apppath:string;
var ConfigPath:string;
begin
Result:= true; if CurPage=wpSelectDir then
begin
Localdatapath := ExpandConstant('{localappdata}\VirtualStore');
Apppath := ExpandConstant('{app}');
Localdatapath :=Localdatapath+ Copy(Apppath,3,length(Apppath)-2);
ConfigPath := Localdatapath+'\db\config.db';
if FileExists(ConfigPath) then
begin
DeleteFile(ConfigPath);
end;
end;
end;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。