diff --git a/InnoSetupBeauty01/include/DllsImport.iss b/InnoSetupBeauty01/include/DllsImport.iss new file mode 100644 index 0000000..0700ad6 --- /dev/null +++ b/InnoSetupBeauty01/include/DllsImport.iss @@ -0,0 +1,70 @@ +[Code] +// for dll +type + TBtnEventProc = procedure (h:HWND); + TPBProc = function(h:hWnd;Msg,wParam,lParam:Longint):Longint; //百分比 + TTimerProc = procedure(h:longword; msg:longword; idevent:longword; dwTime:longword); +const + Radius = 9; + GWL_EXSTYLE = (-20); + //窗口移动 + WM_SYSCOMMAND = $0112; + WS_EX_LAYERED = $80000; + WS_EX_TRANSPARENT = $20; + LWA_COLORKEY = 1; + TransparentColor = clLime; //要去掉的图片底色 + TransparentPercent = 80; + BTN_MAX_PATH = 1024; + + BtnClickEventID = 1; + BtnMouseEnterEventID = 2; + BtnMouseLeaveEventID = 3; + BtnMouseMoveEventID = 4; + BtnMouseDownEventID = 5; + BtnMouseUpEventID = 6; + +//function WrapBtnCallback(Callback: TBtnEventProc; ParamCount: Integer): Longword; external 'wrapcallback@files:innocallback.dll stdcall'; +function WrapTimerProc(callback: TTimerProc; Paramcount: Integer): Longword; external 'wrapcallback@files:innocallback.dll stdcall'; + +function DeleteObject(p1: Longword): BOOL; external 'DeleteObject@gdi32.dll stdcall'; +function GetPM(nIndex:Integer):Integer; external 'GetSystemMetrics@user32.dll stdcall'; +//botva2 +function ImgLoad(Wnd :HWND; FileName :PAnsiChar; Left, Top, Width, Height :integer; Stretch, IsBkg :boolean) :Longint; external 'ImgLoad@{tmp}\botva2.dll stdcall delayload'; +procedure ImgSetVisibility(img :Longint; Visible :boolean); external 'ImgSetVisibility@{tmp}\botva2.dll stdcall delayload'; +procedure ImgApplyChanges(h:HWND); external 'ImgApplyChanges@{tmp}\botva2.dll stdcall delayload'; +procedure ImgSetPosition(img :Longint; NewLeft, NewTop, NewWidth, NewHeight :integer); external 'ImgSetPosition@files:botva2.dll stdcall'; +procedure ImgRelease(img :Longint); external 'ImgRelease@{tmp}\botva2.dll stdcall delayload'; +procedure gdipShutdown; external 'gdipShutdown@{tmp}\botva2.dll stdcall delayload'; +function WrapBtnCallback(Callback: TBtnEventProc; ParamCount: Integer): Longword; external 'wrapcallback@{tmp}\innocallback.dll stdcall delayload'; +function BtnCreate(hParent:HWND; Left,Top,Width,Height:integer; FileName:PAnsiChar; ShadowWidth:integer; IsCheckBtn:boolean):HWND; external 'BtnCreate@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetText(h:HWND; Text:PAnsiChar); external 'BtnSetText@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetVisibility(h:HWND; Value:boolean); external 'BtnSetVisibility@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetFont(h:HWND; Font:Cardinal); external 'BtnSetFont@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetFontColor(h:HWND; NormalFontColor, FocusedFontColor, PressedFontColor, DisabledFontColor: Cardinal); external 'BtnSetFontColor@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetEvent(h:HWND; EventID:integer; Event:Longword); external 'BtnSetEvent@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetCursor(h:HWND; hCur:Cardinal); external 'BtnSetCursor@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetEnabled(h:HWND; Value:boolean); external 'BtnSetEnabled@{tmp}\botva2.dll stdcall delayload'; +function GetSysCursorHandle(id:integer):Cardinal; external 'GetSysCursorHandle@{tmp}\botva2.dll stdcall delayload'; +function BtnGetChecked(h:HWND):boolean; external 'BtnGetChecked@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetChecked(h:HWND; Value:boolean); external 'BtnSetChecked@{tmp}\botva2.dll stdcall delayload'; +procedure CreateFormFromImage(h:HWND; FileName:PAnsiChar); external 'CreateFormFromImage@{tmp}\botva2.dll stdcall delayload'; +procedure BtnSetPosition(h:HWND; NewLeft, NewTop, NewWidth, NewHeight: integer); external 'BtnSetPosition@{tmp}\botva2.dll stdcall delayload'; +function SetLayeredWindowAttributes(hwnd:HWND; crKey:Longint; bAlpha:byte; dwFlags:longint ):longint; +external 'SetLayeredWindowAttributes@user32 stdcall'; //函数声明 +function SetWindowLong(Wnd: HWnd; Index: Integer; NewLong: Longint): Longint; external 'SetWindowLongA@user32.dll stdcall'; +function PBCallBack(P:TPBProc;ParamCount:integer):LongWord; external 'wrapcallback@files:innocallback.dll stdcall'; +function CallWindowProc(lpPrevWndFunc: Longint; hWnd: HWND; Msg: UINT; wParam, lParam: Longint): Longint; external 'CallWindowProcA@user32.dll stdcall'; +procedure ImgSetVisiblePart(img:Longint; NewLeft, NewTop, NewWidth, NewHeight : integer); external 'ImgSetVisiblePart@files:botva2.dll stdcall'; +function SetTimer(hWnd: LongWord; nIDEvent, uElapse: LongWord; lpTimerFunc: LongWord): LongWord; external 'SetTimer@user32.dll stdcall'; +function KillTimer(hWnd: LongWord; nIDEvent: LongWord): LongWord; external 'KillTimer@user32.dll stdcall'; +function GetWindowLong(Wnd: HWnd; Index: Integer): Longint; external 'GetWindowLongA@user32.dll stdcall'; +function ReleaseCapture(): Longint; external 'ReleaseCapture@user32.dll stdcall'; +function CreateRoundRectRgn(p1, p2, p3, p4, p5, p6: Integer): THandle; external 'CreateRoundRectRgn@gdi32 stdcall'; +function SetWindowRgn(hWnd: HWND; hRgn: THandle; bRedraw: Boolean): Integer; external 'SetWindowRgn@user32 stdcall'; +procedure ShapeForm(aForm: TForm; edgeSize: integer); //圆角 + var + FormRegion:LongWord; + begin + FormRegion:=CreateRoundRectRgn(0,0,aForm.Width,aForm.Height,edgeSize,edgeSize); + SetWindowRgn(aForm.Handle,FormRegion,True); + end; \ No newline at end of file diff --git a/InnoSetupBeauty01/include/code.iss b/InnoSetupBeauty01/include/code.iss new file mode 100644 index 0000000..dfd3634 --- /dev/null +++ b/InnoSetupBeauty01/include/code.iss @@ -0,0 +1,346 @@ +[Code] +#include "DllsImport.iss" + +var + BGimg:longint; + btnShowLicense,MinBtn,CancelBtn,btnBrowser,btnSetup,btnBack:HWND; + isWelcomePage:boolean; + pathEdit:tedit; + labelReadImg,licenseImg,progressbgImg,PBOldProc,labelAutoRunImg:longint; + checkboxLicense,checkboxAutoRun:HWND; + licenseRich:TRichEditViewer; + DpiScalePctg:integer; + CurrentDPI:integer; + +function DpiScale(v:integer):integer; +begin + Result:=v*DpiScalePctg/1000; +end; + +// 安装前强制杀进 +// 该函数在安装程序初始化时调用,返回False 将中断安装,True则继续安装.程 +function InitializeSetup(): Boolean; + var ErrorCode: Integer; + begin + ShellExec('open','taskkill.exe','/f /im {#MyAppExeName}','',SW_HIDE,ewNoWait,ErrorCode); + ShellExec('open','tskill.exe',' {#MyAppName}','',SW_HIDE,ewNoWait,ErrorCode); + result := True; + end; + +// 卸载前强制杀进程 +function InitializeUninstall(): Boolean; + var ErrorCode: Integer; + begin + ShellExec('open','taskkill.exe','/f /im {#MyAppExeName}','',SW_HIDE,ewNoWait,ErrorCode); + ShellExec('open','tskill.exe',' {#MyAppName}','',SW_HIDE,ewNoWait,ErrorCode); + result := True; + end; + +// 向导调用这个事件函数确定是否在所有页或不在一个特殊页 (用PageID 指定) 显示。如果返回True,将跳过该页;如果你返回False,该页被显示。 +// 注意: 这个事件函数不被wpWelcome、wpPreparing 和wpInstalling 页调用,还有安装程序已经确定要跳过的页也不会调用 +// wpWelcome, wpLicense, wpPassword, wpInfoBefore, wpUserInfo, wpSelectDir, wpSelectComponents, wpSelectProgramGroup, wpSelectTasks, wpReady, wpPreparing, wpInstalling, wpInfoAfter, wpFinished +function ShouldSkipPage(PageID: Integer): Boolean; + begin + if PageID=wpLicense then + result:=true; + if PageID=wpInfoBefore then + result:=true; + if PageID=wpUserInfo then + result:=true; + if PageID=wpSelectDir then + result:=true; + if PageID=wpSelectComponents then + result:=true; + if PageID=wpSelectProgramGroup then + result:=true; + if PageID=wpSelectTasks then + result:=true; + end; + +// 关闭按钮 +procedure CancelBtnOnClick(hBtn:HWND); + begin + WizardForm.CancelButton.OnClick(WizardForm); + end; + +// 最小化按钮 +procedure MinBtnOnClick(hBtn:HWND); + begin + SendMessage(WizardForm.Handle,WM_SYSCOMMAND,61472,0); + end; + +// 浏览文件夹按钮 +procedure btnBrowserclick(hBtn:HWND); + begin + WizardForm.DirBrowseButton.OnClick(WizardForm); + pathEdit.text := WizardForm.DirEdit.text; + end; + +// 路径选择器 change +procedure pathEditChange(Sender: TObject); + begin + WizardForm.DirEdit.text:=pathEdit.Text ; + end; + +// 立即安装等按钮的操作就是不断地下一步 +procedure nextSetpBtnClick(hBtn:HWND); + begin + WizardForm.NextButton.OnClick(WizardForm); + end; + +// 安装的进度条 +function PBProc(h:hWnd;Msg,wParam,lParam:Longint):Longint; + var + pr,i1,i2 : Extended; + w : integer; + begin + Result:=CallWindowProc(PBOldProc,h,Msg,wParam,lParam); + if (Msg=$402) and (WizardForm.ProgressGauge.Position>WizardForm.ProgressGauge.Min) then + begin + i1:=WizardForm.ProgressGauge.Position-WizardForm.ProgressGauge.Min; + i2:=WizardForm.ProgressGauge.Max-WizardForm.ProgressGauge.Min; + pr:=i1*100/i2; + w:=Round(650*pr/100); + ImgSetPosition(progressbgImg,0,DpiScale(320),DpiScale(w),DpiScale(15)); + ImgSetVisiblePart(progressbgImg,0,0,w,DpiScale(15)); + ImgApplyChanges(WizardForm.Handle); + end; + end; + +// 鼠标拖动 +procedure WizardMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); + begin + ReleaseCapture + SendMessage(WizardForm.Handle, $0112, $F012, 0) + end; + +// 查看 license +procedure btnShowLicenseClick(hBtn:HWND); + begin + if isWelcomePage=true then + begin + isWelcomePage:=false + ImgSetVisibility(licenseImg,true) + ImgSetVisibility(BGimg,false) + ImgSetVisibility(labelReadImg,false) + licenseRich.Height:=DpiScale(295) + BtnSetVisibility(checkboxLicense,false) + BtnSetVisibility(btnShowLicense,false) + BtnSetVisibility(btnSetup,false) + BtnSetVisibility(btnBrowser,false) + pathEdit.Hide + BtnSetVisibility(btnBack,true) + end else + begin + isWelcomePage:=true + ImgSetVisibility(BGimg,true) + ImgSetVisibility(licenseImg,false) + ImgSetVisibility(labelReadImg,true) + licenseRich.Height:=0 + BtnSetVisibility(checkboxLicense,true) + BtnSetVisibility(btnShowLicense,true) + BtnSetVisibility(btnSetup,true) + BtnSetVisibility(btnBrowser,true) + pathEdit.show + BtnSetVisibility(btnBack,false) + end; + ImgApplyChanges(WizardForm.Handle) + end; + +// 勾选查看 license +procedure checkboxLicenseClick(hBtn:HWND); + begin + if BtnGetChecked(checkboxLicense)=true then + begin + BtnSetEnabled(btnSetup,true) + end else + begin + BtnSetEnabled(btnSetup,false) + end + end; + +// 该过程在开始的时候改变向导或者向导页,不要指望使用InitializeSetup函数实现改变向导页的功能,因为InitializeSetup函数触发时向导窗口并不存在。 +procedure InitializeWizard(); + var + MainLabel: TLabel; + begin + + CurrentDPI := WizardForm.Font.PixelsPerInch; + DpiScalePctg := 1000* CurrentDPI / 96; + // 设置欢迎向导页的尺寸大小 + WizardForm.OuterNotebook.hide; + WizardForm.Bevel.Hide; + WizardForm.BorderStyle:=bsnone; + WizardForm.Position:=poScreenCenter; + // WizardForm.Center; + WizardForm.Width:=DpiScale(650); + WizardForm.Height:=DpiScale(450); + // WizardForm.Color:=clWhite; + isWelcomePage:=true; + // WizardForm.InnerNotebook.Hide; + // wizardform.Color:=TransparentColor; + + // 添加可以拖动窗口的Label + MainLabel := TLabel.Create(WizardForm); + MainLabel.Parent := WizardForm; + MainLabel.AutoSize := False; + MainLabel.Left := 0; + MainLabel.Top := 0; + MainLabel.Width := WizardForm.Width; + MainLabel.Height := WizardForm.Height; + MainLabel.Caption := ''; + MainLabel.Transparent := True; + MainLabel.OnMouseDown := @WizardMouseDown; + + // 加载资源到 tmp 临时目录 + ExtractTemporaryFile('bg_welcome.png'); + ExtractTemporaryFile('bg_installing.png'); + ExtractTemporaryFile('bg_license.png'); + ExtractTemporaryFile('bg_finished.png'); + ExtractTemporaryFile('label_read.png'); + ExtractTemporaryFile('label_license.png'); + ExtractTemporaryFile('license.txt'); + ExtractTemporaryFile('btn_close.png'); + ExtractTemporaryFile('btn_min.png'); + ExtractTemporaryFile('btn_back.png'); + ExtractTemporaryFile('btn_setup.png'); + ExtractTemporaryFile('btn_browser.png'); + ExtractTemporaryFile('checkbox.png'); + ExtractTemporaryFile('btn_complete.png'); + ExtractTemporaryFile('loading.png'); + ExtractTemporaryFile('label_autorun.png'); + + // 关闭按钮样式 + CancelBtn:=BtnCreate(WizardForm.Handle,DpiScale(650-10-16),DpiScale(8),DpiScale(16),DpiScale(16),ExpandConstant('{tmp}\btn_close.png'),1,False) + BtnSetEvent(CancelBtn,BtnClickEventID,WrapBtnCallback(@CancelBtnOnClick,1)); + + // 最小化按钮样式 + MinBtn:=BtnCreate(WizardForm.Handle,DpiScale(624-10-16),DpiScale(8),DpiScale(16),DpiScale(16),ExpandConstant('{tmp}\btn_min.png'),1,False) + BtnSetEvent(MinBtn,BtnClickEventID,WrapBtnCallback(@MinBtnOnClick,1)); + + // 立即安装按钮样式 + btnSetup:=BtnCreate(WizardForm.Handle,DpiScale(195),DpiScale(340),DpiScale(260),DpiScale(44),ExpandConstant('{tmp}\btn_setup.png'),1,False) + BtnSetEvent(btnSetup,BtnClickEventID,WrapBtnCallback(@nextSetpBtnClick,1)); + + // 返回按钮样式 + btnBack:=BtnCreate(WizardForm.Handle,DpiScale(285),DpiScale(390),DpiScale(80),DpiScale(32),ExpandConstant('{tmp}\btn_back.png'),1,False) + BtnSetEvent(btnBack,BtnClickEventID,WrapBtnCallback(@btnShowLicenseClick,1)); + BtnSetVisibility(btnBack,false) + + pathEdit:= TEdit.Create(WizardForm); + with pathEdit do + begin + Parent:=WizardForm; + text:=WizardForm.DirEdit.text; + Font.Name:='宋体' + BorderStyle:=bsNone; + SetBounds(DpiScale(110),DpiScale(272),DpiScale(340),DpiScale(15)) + OnChange:=@pathEditChange; + TabStop:=false; + end; + + // 浏览按钮样式 + btnBrowser:=BtnCreate(WizardForm.Handle,DpiScale(470),DpiScale(263),DpiScale(80),DpiScale(32),ExpandConstant('{tmp}\btn_browser.png'),1,False) + BtnSetEvent(btnBrowser,BtnClickEventID,WrapBtnCallback(@btnBrowserclick,1)); + + PBOldProc:=SetWindowLong(WizardForm.ProgressGauge.Handle,-4,PBCallBack(@PBProc,4)); + + // 查看 license 的文本区域 + licenseRich:= TRichEditViewer.Create(WizardForm); + with licenseRich do + begin + Parent:=WizardForm; + ReadOnly:=true; + SCROLLBARS:=ssVertical; + font.Name:='宋体'; + font.Size:=12; + Color:=clWhite; + BorderStyle:=bsNone; + SetBounds(DpiScale(40),DpiScale(65),DpiScale(570),0) + Lines.LoadFromFile(ExpandConstant('{tmp}\license.txt')); + TabStop:=false; + end; + + ImgApplyChanges(WizardForm.Handle) + end; + +// 在新向导页 (由CurPageID 指定) 显示后调用。 +procedure CurPageChanged(CurPageID: Integer); + begin + // 默认的流程按钮隐藏掉 + WizardForm.NextButton.Visible:=false; + WizardForm.CancelButton.Height:=0; + WizardForm.BackButton.Height:=0; + + if CurPageID=wpWelcome then + begin + licenseImg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\bg_license.png'),0,0,DpiScale(650),DpiScale(450),true,true); + ImgSetVisibility(licenseImg,false) + BGimg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\bg_welcome.png'),0,0,DpiScale(650),DpiScale(450),true,true); + + // license 提示 + checkboxLicense:=BtnCreate(WizardForm.Handle,DpiScale(220),DpiScale(400),DpiScale(16),DpiScale(16),ExpandConstant('{tmp}\checkbox.png'),1,true) + BtnSetEvent(checkboxLicense,BtnClickEventID,WrapBtnCallback(@checkboxLicenseClick,1)) + + // 默认勾选 阅读并同意 + BtnSetChecked(checkboxLicense,true) + labelReadImg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\label_read.png'),DpiScale(243),DpiScale(398),DpiScale(39),DpiScale(20),true,true); + btnShowLicense:=BtnCreate(WizardForm.Handle,DpiScale(282),DpiScale(398),DpiScale(65),DpiScale(20),ExpandConstant('{tmp}\label_license.png'),DpiScale(4),false) + BtnSetEvent(btnShowLicense,BtnClickEventID,WrapBtnCallback(@btnShowLicenseClick,1)) + + WizardForm.Width:=DpiScale(650); + WizardForm.Height:=DpiScale(450); + WizardForm.Show; + end; + + if CurPageID = wpInstalling then + begin + BtnSetPosition(checkboxLicense,DpiScale(560),DpiScale(421),DpiScale(75),DpiScale(15)); + pathEdit.Hide; + BtnSetVisibility(btnBrowser,false) + WizardForm.Height:=DpiScale(450) + BtnSetVisibility(btnShowLicense,false); + BtnSetVisibility(checkboxLicense,false); + BGimg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\bg_installing.png'),0,0,DpiScale(650),DpiScale(450),true,true); + + progressbgImg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\loading.png'),0,DpiScale(320),DpiScale(650),0,True,True); + + BtnSetVisibility(btnSetup,false); + end; + + if CurPageID = wpFinished then + begin + ImgSetVisibility(progressbgImg,false) + btnSetup:=BtnCreate(WizardForm.Handle,DpiScale(195),DpiScale(340),DpiScale(260),DpiScale(44),ExpandConstant('{tmp}\btn_complete.png'),1,False) + BtnSetEvent(btnSetup,BtnClickEventID,WrapBtnCallback(@nextSetpBtnClick,1)); + + BGimg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\bg_finished.png'),0,0,DpiScale(650),DpiScale(450),true,true); + + // 是否自动运行 + checkboxAutoRun:=BtnCreate(WizardForm.Handle,DpiScale(275),DpiScale(400),DpiScale(16),DpiScale(16),ExpandConstant('{tmp}\checkbox.png'),1,true) + labelAutoRunImg:=ImgLoad(WizardForm.Handle,ExpandConstant('{tmp}\label_autorun.png'),DpiScale(295),DpiScale(398),DpiScale(84),DpiScale(20),true,true); + + // 默认勾选 + BtnSetChecked(checkboxAutoRun,true); + + // 完成页面隐藏关闭和最小化 + BtnSetVisibility(CancelBtn,false); + BtnSetVisibility(MinBtn,false); + end; + + ImgApplyChanges(WizardForm.Handle) + end; + +// 该过程在安装终止时被调用,注意及时在用户没有安装任何文件之前退出也会被调用。 +procedure DeinitializeSetup(); + var RCode: Integer; + begin + // 检查是否需要自动运行 + if BtngetChecked(checkboxAutoRun)=true then + begin + Exec(ExpandConstant('{app}\{#MyAppExeName}'),'','',SW_SHOW, ewNoWait,RCode); + end; + + gdipShutdown; + end; + diff --git a/InnoSetupBeauty01/main.iss b/InnoSetupBeauty01/main.iss new file mode 100644 index 0000000..ec559f2 --- /dev/null +++ b/InnoSetupBeauty01/main.iss @@ -0,0 +1,69 @@ +; 该执行目录为 setup.iss 所在的目录,请注意拼接相对目录 +#define MyAppId "{{1AC4D338-0D28-47E4-9FC7-18929EDDF90D}" +#define MyAppName "xhschool_test" +#define MyAppNameZh "星火智慧课堂测试版" +#define MyAppVersion "3.4.5" +#define MyAppPublisher "码客说" +#define MyAppURL "www.psvmc.cn" +; 打包文件 +#define MyAppExeName "xhschool.exe" +#define SourceMain "D:\Project\CSharp\schoolclient\bin\x86\Debug\xhschool.exe" +#define SourceFolder "D:\Project\CSharp\schoolclient\bin\x86\Debug\*" +#define SetupIconFilePath "D:\Project\CSharp\schoolclient\bin\x86\Debug\favicon256.ico" +#define MyExcludes "\db,\temp,\Log,\wwwroot\school,\wwwroot\tongping,app.config,app_service.xml,app_service_test.xml" +; 打包生成位置 +#define OutputPath "D:\程序打包\星火智慧课堂-测试版\" +#define OutputFileName "星火智慧课堂测试版" +; license文件 +#define LicenseFilePath ".\setup_resources\license.txt" +; 美化资源文件 +#define ResourcesPath ".\setup_resources\*" + +[setup] +AppId={#MyAppId} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +AppVerName={#MyAppName} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppURL} +AppSupportURL={#MyAppURL} +AppUpdatesURL={#MyAppURL} +DefaultDirName={autopf}\{#MyAppName} +LicenseFile={#LicenseFilePath} +OutputDir={#OutputPath} +OutputBaseFilename={#OutputFileName}v{#MyAppVersion} +SetupIconFile={#SetupIconFilePath} +Compression=lzma +SolidCompression=yes +PrivilegesRequired=admin +Uninstallable=yes +UninstallDisplayName={#MyAppNameZh} +UninstallDisplayIcon={uninstallexe},0 +DefaultGroupName={#MyAppNameZh} +Versioninfodescription={#MyAppName} 安装程序 +versioninfocopyright=Copyright(c) 2022 +VersionInfoProductName={#MyAppName} +DisableReadyPage=yes +DisableProgramGroupPage=yes +DirExistsWarning=no +DisableDirPage=yes + +[Tasks] +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkedonce + +[Files] +Source: {#ResourcesPath}; DestDir: {tmp}; Flags: dontcopy solidbreak ; Attribs: hidden system +Source: {#SourceMain}; DestDir: "{app}"; Flags: ignoreversion +Source: {#SourceFolder};Excludes: "{#MyExcludes}";DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs + +[Messages] +SetupAppTitle={#MyAppName} 安装向导 +SetupWindowTitle={#MyAppName} 安装向导 + +[Icons] +Name: "{commondesktop}\{#MyAppNameZh}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon +Name: "{group}\{#MyAppNameZh}"; Filename: "{app}\{#MyAppExeName}" +Name: "{group}\卸载{#MyAppNameZh}"; Filename: "{uninstallexe}" + +[Code] +#include ".\include\code.iss" \ No newline at end of file diff --git a/InnoSetupBeauty01/psd/bg_license.psd b/InnoSetupBeauty01/psd/bg_license.psd new file mode 100644 index 0000000..d8f67fb Binary files /dev/null and b/InnoSetupBeauty01/psd/bg_license.psd differ diff --git a/InnoSetupBeauty01/psd/bg_welcome.psd b/InnoSetupBeauty01/psd/bg_welcome.psd new file mode 100644 index 0000000..2f2aebf Binary files /dev/null and b/InnoSetupBeauty01/psd/bg_welcome.psd differ diff --git a/InnoSetupBeauty01/psd/btn_browser.psd b/InnoSetupBeauty01/psd/btn_browser.psd new file mode 100644 index 0000000..e85c414 Binary files /dev/null and b/InnoSetupBeauty01/psd/btn_browser.psd differ diff --git a/InnoSetupBeauty01/psd/btn_close.psd b/InnoSetupBeauty01/psd/btn_close.psd new file mode 100644 index 0000000..bc87e73 Binary files /dev/null and b/InnoSetupBeauty01/psd/btn_close.psd differ diff --git a/InnoSetupBeauty01/psd/btn_min.psd b/InnoSetupBeauty01/psd/btn_min.psd new file mode 100644 index 0000000..5052f32 Binary files /dev/null and b/InnoSetupBeauty01/psd/btn_min.psd differ diff --git a/InnoSetupBeauty01/psd/btn_setup.psd b/InnoSetupBeauty01/psd/btn_setup.psd new file mode 100644 index 0000000..fe5ecb8 Binary files /dev/null and b/InnoSetupBeauty01/psd/btn_setup.psd differ diff --git a/InnoSetupBeauty01/psd/checkbox.psd b/InnoSetupBeauty01/psd/checkbox.psd new file mode 100644 index 0000000..19654c0 Binary files /dev/null and b/InnoSetupBeauty01/psd/checkbox.psd differ diff --git a/InnoSetupBeauty01/psd/label_license.psd b/InnoSetupBeauty01/psd/label_license.psd new file mode 100644 index 0000000..4c85969 Binary files /dev/null and b/InnoSetupBeauty01/psd/label_license.psd differ diff --git a/InnoSetupBeauty01/setup_resources/ChineseSimp.isl b/InnoSetupBeauty01/setup_resources/ChineseSimp.isl new file mode 100644 index 0000000..5fa3d9b --- /dev/null +++ b/InnoSetupBeauty01/setup_resources/ChineseSimp.isl @@ -0,0 +1,337 @@ +; *** Inno Setup version 5.5.0+ Chinese (Simplified) messages *** +; by Mack Zhang (hua_wuxin@21cn.com) +; +; To download user-contributed translations of this file, go to: +; http://www.jrsoftware.org/files/istrans/ +; +; Note: When translating this text, do not add periods (.) to the end of +; messages that didn't have them already, because on those messages Inno +; Setup adds the periods automatically (appending a period would result in +; two periods being displayed). + +[LangOptions] +; The following three entries are very important. Be sure to read and +; understand the '[LangOptions] section' topic in the help file. +LanguageName=<4E2D><6587><7B80><4F53> +LanguageID=$0804 +LanguageCodePage=936 +; If the language you are translating to requires special font faces or +; sizes, uncomment any of the following entries and change them accordingly. +DialogFontName=宋体 +DialogFontSize=9 +;WelcomeFontName=Verdana +;WelcomeFontSize=12 +;TitleFontName=Arial +;TitleFontSize=29 +;CopyrightFontName=Arial +;CopyrightFontSize=8 + +[Messages] + +; *** Application titles +SetupAppTitle=安装向导 +SetupWindowTitle=安装向导 - %1 +UninstallAppTitle=卸载向导 +UninstallAppFullTitle=%1 卸载向导 + +; *** Misc. common +InformationTitle=信息 +ConfirmTitle=确认 +ErrorTitle=错误 + +; *** SetupLdr messages +SetupLdrStartupMessage=安装向导将在你的电脑上安装 %1。你确定要继续吗? +LdrCannotCreateTemp=无法创建临时文件。安装中止 +LdrCannotExecTemp=无法运行临时文件夹中的文件。安装中止 + +; *** Startup error messages +LastErrorMessage=%1.%n%n错误 %2:%3 +SetupFileMissing=安装文件夹缺少文件 %1。请纠正此问题或者索取软件的新版本。 +SetupFileCorrupt=安装文件已损坏。请索取软件的新版本。 +SetupFileCorruptOrWrongVer=安装文件已损坏,或者与本安装向导的版本不兼容。请纠正此问题或者索取软件的新版本。 +InvalidParameter=一个错误的参数被传递到了命令行:%n%n%1 +SetupAlreadyRunning=安装已经运行。 +WindowsVersionNotSupported=本程序不支持您的电脑上运行的 Windows 版本。 +WindowsServicePackRequired=本程序需要 %1 Service Pack %2 或更新的版本。 +NotOnThisPlatform=本程序不能在 %1 上运行。 +OnlyOnThisPlatform=本程序必须在 %1 上运行。 +OnlyOnTheseArchitectures=本程序只能安装在为下列处理器架构设计的 Windows 版本中:%n%n%1 +MissingWOW64APIs=当前的 Windows 版本没有包含执行 64 位安装向导所需的函数。若要纠正此问题,请安装 Service Pack %1。 +WinVersionTooLowError=本程序需要 %1 v%2 或更高版本。 +WinVersionTooHighError=本程序不能安装在 %1 v%2 或更高版本上。 +AdminPrivilegesRequired=安装本程序时你必须以管理员身份登录。 +PowerUserPrivilegesRequired=安装本程序时你必须以管理员或 Power Users 组成员的身份登录。 +SetupAppRunningError=安装向导发现 %1 正在运行。%n%n请关闭其所有实例,然后单击“确定”继续,或单击“取消”退出。 +UninstallAppRunningError=卸载向导发现 %1 正在运行。%n%n请关闭其所有实例,然后单击“确定”继续,或单击“取消”退出。 + +; *** Misc. errors +ErrorCreatingDir=安装向导无法创建文件夹“%1” +ErrorTooManyFilesInDir=无法在文件夹“%1”中创建文件,因为它包含了太多文件 + +; *** Setup common messages +ExitSetupTitle=退出安装 +ExitSetupMessage=安装尚未完成。如果你现在退出,软件将不会安装。%n%n你可以在其它时间重新运行安装向导来完成安装。%n%n现在退出安装吗? +AboutSetupMenuItem=关于安装向导(&A)… +AboutSetupTitle=关于安装向导 +AboutSetupMessage=%1 版本 %2%n%3%n%n%1 主页:%n%4 +AboutSetupNote= +TranslatorNote= + +; *** Buttons +ButtonBack=< 上一步(&B) +ButtonNext=下一步(&N) > +ButtonInstall=安装(&I) +ButtonOK=确定 +ButtonCancel=取消 +ButtonYes=是(&Y) +ButtonYesToAll=全是(&A) +ButtonNo=否(&N) +ButtonNoToAll=全否(&O) +ButtonFinish=完成(&F) +ButtonBrowse=浏览(&B)… +ButtonWizardBrowse=浏览(&R)… +ButtonNewFolder=创建文件夹(&M) + +; *** "Select Language" dialog messages +SelectLanguageTitle=选择安装语言 +SelectLanguageLabel=选择安装期间要使用的语言: + +; *** Common wizard text +ClickNext=单击“下一步”继续,或单击“取消”退出安装。 +BeveledLabel= +BrowseDialogTitle=浏览文件夹 +BrowseDialogLabel=选择一个文件夹,然后单击“确定”。 +NewFolderName=新建文件夹 + +; *** "Welcome" wizard page +WelcomeLabel1=欢迎使用 [name] 安装向导 +WelcomeLabel2=安装向导将在你的电脑上安装 [name/ver]。%n%n建议你在继续之前关闭所有其它应用程序。 + +; *** "Password" wizard page +WizardPassword=密码 +PasswordLabel1=本安装有密码保护。 +PasswordLabel3=请输入密码,然后单击“下一步”进入下一步。密码区分大小写。 +PasswordEditLabel=密码(&P): +IncorrectPassword=你输入的密码不正确。请重试。 + +; *** "License Agreement" wizard page +WizardLicense=许可协议 +LicenseLabel=请在继续之前阅读以下重要信息。 +LicenseLabel3=请阅读以下许可协议。在继续安装之前,你必须接受此协议的条款。 +LicenseAccepted=我接受协议(&A) +LicenseNotAccepted=我不接受协议(&D) + +; *** "Information" wizard pages +WizardInfoBefore=信息 +InfoBeforeLabel=请在继续之前阅读以下重要信息。 +InfoBeforeClickLabel=当你准备好继续安装后,请单击“下一步”。 +WizardInfoAfter=信息 +InfoAfterLabel=请在继续之前阅读以下重要信息。 +InfoAfterClickLabel=当你准备好继续安装后,请单击“下一步”。 + +; *** "User Information" wizard page +WizardUserInfo=用户信息 +UserInfoDesc=请输入你的信息。 +UserInfoName=用户名(&U): +UserInfoOrg=组织(&O): +UserInfoSerial=序列号(&S): +UserInfoNameRequired=必须输入用户名。 + +; *** "Select Destination Location" wizard page +WizardSelectDir=选择目标位置 +SelectDirDesc=将 [name] 安装到哪里? +SelectDirLabel3=安装向导将把 [name] 安装到以下文件夹中。 +SelectDirBrowseLabel=若要继续,单击“下一步”。如果你要选择不同的文件夹,请单击“浏览”。 +DiskSpaceMBLabel=至少需要 [mb] MB 的空闲磁盘空间。 +CannotInstallToNetworkDrive=无法安装到网络驱动器。 +CannotInstallToUNCPath=无法安装到 UNC 路径。 +InvalidPath=你必须输入带有盘符的完整路径。例如:%n%nC:\APP%n%n或者 UNC 路径格式:%n%n\\server\share +InvalidDrive=你选择的驱动器或 UNC 共享不存在或不可访问。请重新选择。 +DiskSpaceWarningTitle=没有足够的磁盘空间 +DiskSpaceWarning=安装需要至少 %1 KB 的剩余空间,但是所选驱动器只有 %2 KB 可用。%n%n你仍然要继续吗? +DirNameTooLong=文件夹名称或路径太长。 +InvalidDirName=文件夹名称无效。 +BadDirName32=文件夹名称不能包含下列字符:%n%n%1 +DirExistsTitle=文件夹已存在 +DirExists=文件夹:%n%n%1%n%n已存在。你确定要安装到该文件夹吗? +DirDoesntExistTitle=文件夹不存在 +DirDoesntExist=文件夹:%n%n%1%n%n不存在。创建该文件夹吗? + +; *** "Select Components" wizard page +WizardSelectComponents=选择组件 +SelectComponentsDesc=要安装哪些组件? +SelectComponentsLabel2=请选择你要安装的组件,清除你不想安装的组件。准备好后点击“下一步”。 +FullInstallation=完整安装 +; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language) +CompactInstallation=简洁安装 +CustomInstallation=定制安装 +NoUninstallWarningTitle=组件已存在 +NoUninstallWarning=安装向导发现下列组件已经安装:%n%n%1%n%n取消选定不会卸载这些组件。%n%n继续安装吗? +ComponentSize1=%1 KB +ComponentSize2=%1 MB +ComponentsDiskSpaceMBLabel=当前的选择至少需要 [mb] MB 磁盘空间。 + +; *** "Select Additional Tasks" wizard page +WizardSelectTasks=选择附加任务 +SelectTasksDesc=要执行哪些附加任务? +SelectTasksLabel2=请选择在安装 [name] 期间安装向导要执行的附加任务,然后点击“下一步”。 + +; *** "Select Start Menu Folder" wizard page +WizardSelectProgramGroup=选择开始菜单文件夹 +SelectStartMenuFolderDesc=把程序快捷方式放到哪里? +SelectStartMenuFolderLabel3=安装向导将在以下开始菜单文件夹中创建程序快捷方式。 +SelectStartMenuFolderBrowseLabel=点击“下一步”进入下一步。如果你要选择不同的文件夹,请点击“浏览”。 +MustEnterGroupName=你必须输入文件夹名称 +GroupNameTooLong=文件夹名称或路径太长 +InvalidGroupName=文件夹名称无效 +BadGroupName=文件夹名称不能包含下列字符:%n%n%1 +NoProgramGroupCheck2=不创建开始菜单文件夹(&D) + +; *** "Ready to Install" wizard page +WizardReady=准备安装 +ReadyLabel1=安装向导现在准备开始安装 [name]。 +ReadyLabel2a=点击“安装”继续安装,如果你想要查看或者更改设置请点击“上一步”。 +ReadyLabel2b=点击“安装”继续安装。 +ReadyMemoUserInfo=用户信息: +ReadyMemoDir=目标位置: +ReadyMemoType=安装类型: +ReadyMemoComponents=所选组件: +ReadyMemoGroup=开始菜单文件夹: +ReadyMemoTasks=附加任务: + +; *** "Preparing to Install" wizard page +WizardPreparing=正在准备安装 +PreparingDesc=安装向导正在准备安装 [name]。 +PreviousInstallNotCompleted=先前程序的安装/卸载尚未完成。你需要重启电脑来完成安装。%n%n电脑重启之后,请重新运行安装向导来完成 [name] 的安装。 +CannotContinue=安装不能继续。请点击“取消”退出。 +ApplicationsFound=安装向导需要更新被下列应用程序占用的文件。建议你允许自动关闭这些应用程序。 +ApplicationsFound2=安装向导需要更新被下列应用程序占用的文件。建议你允许自动关闭这些应用程序。安装完成后,安装向导会尝试重新启动这些应用程序。 +CloseApplications=自动关闭应用程序(&A) +DontCloseApplications=不自动关闭应用程序(&D) +ErrorCloseApplications=安装程序无法自动关闭已打开的应用程序,建议您在继续安装之前先关闭相关应用程序。 + +; *** "Installing" wizard page +WizardInstalling=正在安装 +InstallingLabel=正在你的计算机中安装 [name],请稍等… + +; *** "Setup Completed" wizard page +FinishedHeadingLabel=完成 [name] 安装 +FinishedLabelNoIcons=安装向导已完成 [name] 的安装。 +FinishedLabel=安装向导已完成 [name] 的安装。可以通过选择已安装的图标来运行应用程序。 +ClickFinish=点击“完成”退出安装。 +FinishedRestartLabel=为了完成 [name] 的安装,安装向导必须重启电脑。你要立即重启吗? +FinishedRestartMessage=为了完成 [name] 的安装,安装向导必须重启电脑。%n%n你要立即重启吗? +ShowReadmeCheck=是,我要查看自述文件 +YesRadio=是,立即重启电脑(&Y) +NoRadio=否,稍后重启电脑(&N) +; used for example as 'Run MyProg.exe' +RunEntryExec=运行 %1 +; used for example as 'View Readme.txt' +RunEntryShellExec=查看 %1 + +; *** "Setup Needs the Next Disk" stuff +ChangeDiskTitle=安装向导需要下一个磁盘 +SelectDiskLabel2=请插入磁盘 %1 并点击“确定”。%n%n如果在除了下面显示的文件夹以外的文件夹中找不到该磁盘上的文件,就请输入正确的路径或点击“浏览”。 +PathLabel=路径(&P): +FileNotInDir2=文件“%1”不在“%2”中。请插入正确的磁盘或选择其他文件夹。 +SelectDirectoryLabel=请指定下一个磁盘的位置。 + +; *** Installation phase messages +SetupAborted=安装尚未完成。%n%n请纠正问题并重新运行安装向导。 +EntryAbortRetryIgnore=点击“重试”重新尝试,点击“忽略”继续安装,或点击“中止”取消安装。 + +; *** Installation status messages +StatusClosingApplications=正在关闭应用程序… +StatusCreateDirs=正在创建文件夹… +StatusExtractFiles=正在提取文件… +StatusCreateIcons=正在创建快捷方式… +StatusCreateIniEntries=正在创建 INI 项目… +StatusCreateRegistryEntries=正在创建注册表项目… +StatusRegisterFiles=正在注册文件… +StatusSavingUninstall=正在保存卸载信息… +StatusRunProgram=正在完成安装… +StatusRestartingApplications=正在重启应用程序… +StatusRollback=正在回滚更改… + +; *** Misc. errors +ErrorInternal2=内部错误:%1 +ErrorFunctionFailedNoCode=%1 失败 +ErrorFunctionFailed=%1 失败。代码 %2 +ErrorFunctionFailedWithMessage=%1 失败。代码 %2。%n%3 +ErrorExecutingProgram=无法执行文件:%n%1 + +; *** Registry errors +ErrorRegOpenKey=打开注册表键时出错:%n%1\%2 +ErrorRegCreateKey=创建注册表键时出错:%n%1\%2 +ErrorRegWriteKey=写入注册表键时出错:%n%1\%2 + +; *** INI errors +ErrorIniEntry=在文件“%1”中创建 INI 项目时出错。 + +; *** File copying errors +FileAbortRetryIgnore=点击“重试”重新尝试,点击“忽略”跳过此文件(不推荐),或点击“中止”取消安装。 +FileAbortRetryIgnore2=点击“重试”重新尝试,点击“忽略”继续安装(不推荐),或点击“中止”取消安装。 +SourceIsCorrupted=源文件已损坏 +SourceDoesntExist=源文件“%1”不存在 +ExistingFileReadOnly=现有文件为只读。%n%n点击“重试”移除只读属性并重试,点击“忽略”跳过此文件,或点击“中止”取消安装。 +ErrorReadingExistingDest=读取现有文件时发生错误: +FileExists=文件已存在。%n%n你要覆盖它吗? +ExistingFileNewer=现有文件比安装向导要安装的还新。建议你保留现有文件。%n%n保留现有文件吗? +ErrorChangingAttr=更改现有文件的属性时发生错误: +ErrorCreatingTemp=在目标文件夹中创建文件时发生错误: +ErrorReadingSource=读取源文件时发生错误: +ErrorCopying=复制文件时发生错误: +ErrorReplacingExistingFile=替换现有文件时发生错误: +ErrorRestartReplace=重启后替换失败: +ErrorRenamingTemp=重命名目标文件夹中的文件时发生错误: +ErrorRegisterServer=无法注册 DLL/OCX:%1 +ErrorRegSvr32Failed=RegSvr32 失败。返回值:%1 +ErrorRegisterTypeLib=无法注册类型库:%1 + +; *** Post-installation errors +ErrorOpeningReadme=打开自述文件时发生错误。 +ErrorRestartingComputer=安装向导无法重启电脑。请手动重启。 + +; *** Uninstaller messages +UninstallNotFound=文件“%1”不存在。不能卸载。 +UninstallOpenError=文件“%1”不能打开。不能卸载 +UninstallUnsupportedVer=卸载日志文件“%1”的格式不能被此版本的卸载向导识别。不能卸载 +UninstallUnknownEntry=卸载日志中遇到一个未知的项目 (%1) +ConfirmUninstall=卸载前请先确保 %1 客户端已被关闭。%n%n你是否确定要完全删除 %1 及其所有组件? +UninstallOnlyOnWin64=此安装只能在 64 位 Windows 上卸载。 +OnlyAdminCanUninstall=此安装只能由具备管理员权限的用户卸载。 +UninstallStatusLabel=正在删除 %1,请稍等… +UninstalledAll=%1 已成功删除。 +UninstalledMost=%1 卸载完成。%n%n某些项目不能删除,可以手动删除。 +UninstalledAndNeedsRestart=若要完成 %1 的卸载,必须重启电脑。%n%n你要立即重启吗? +UninstallDataCorrupted=文件“%1”已损坏。不能卸载 + +; *** Uninstallation phase messages +ConfirmDeleteSharedFileTitle=删除共享文件吗? +ConfirmDeleteSharedFile2=下列共享文件不再被任何程序使用。你要删除该共享文件吗?%n%n如果还有程序使用该文件而它已被删除,这些程序可能无法正常运行。如果你不确定,就请选择“否”。留下该文件不会对系统造成任何危害。 +SharedFileNameLabel=文件名: +SharedFileLocationLabel=位置: +WizardUninstalling=卸载状态 +StatusUninstalling=正在卸载 %1… + +; *** Shutdown block reasons +ShutdownBlockReasonInstallingApp=正在安装 %1。 +ShutdownBlockReasonUninstallingApp=正在卸载 %1。 + +; The custom messages below aren't used by Setup itself, but if you make +; use of them in your scripts, you'll want to translate them. + +[CustomMessages] + +NameAndVersion=%1 版本 %2 +AdditionalIcons=附加图标: +CreateDesktopIcon=创建桌面图标(&D) +CreateQuickLaunchIcon=创建快速启动栏图标(&Q) +ProgramOnTheWeb=%1 网站 +UninstallProgram=卸载 %1 +LaunchProgram=运行 %1 +AssocFileExtension=将 %1 与 %2 文件扩展名关联(&A) +AssocingFileExtension=正在将 %1 与 %2 文件扩展名关联… +AutoStartProgramGroupDescription=启动: +AutoStartProgram=自动启动 %1 +AddonHostProgramNotFound=在你选择的文件夹中找不到 %1。%n%n是否仍然继续? diff --git a/InnoSetupBeauty01/setup_resources/InnoCallback.dll b/InnoSetupBeauty01/setup_resources/InnoCallback.dll new file mode 100644 index 0000000..2b33aad Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/InnoCallback.dll differ diff --git a/InnoSetupBeauty01/setup_resources/bg_finished.png b/InnoSetupBeauty01/setup_resources/bg_finished.png new file mode 100644 index 0000000..b6f2d61 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/bg_finished.png differ diff --git a/InnoSetupBeauty01/setup_resources/bg_installing.png b/InnoSetupBeauty01/setup_resources/bg_installing.png new file mode 100644 index 0000000..87f913b Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/bg_installing.png differ diff --git a/InnoSetupBeauty01/setup_resources/bg_license.png b/InnoSetupBeauty01/setup_resources/bg_license.png new file mode 100644 index 0000000..2c4a9ba Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/bg_license.png differ diff --git a/InnoSetupBeauty01/setup_resources/bg_welcome.png b/InnoSetupBeauty01/setup_resources/bg_welcome.png new file mode 100644 index 0000000..04ee495 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/bg_welcome.png differ diff --git a/InnoSetupBeauty01/setup_resources/botva2.dll b/InnoSetupBeauty01/setup_resources/botva2.dll new file mode 100644 index 0000000..59cf6b5 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/botva2.dll differ diff --git a/InnoSetupBeauty01/setup_resources/btn_back.png b/InnoSetupBeauty01/setup_resources/btn_back.png new file mode 100644 index 0000000..2d53422 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/btn_back.png differ diff --git a/InnoSetupBeauty01/setup_resources/btn_browser.png b/InnoSetupBeauty01/setup_resources/btn_browser.png new file mode 100644 index 0000000..88732ae Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/btn_browser.png differ diff --git a/InnoSetupBeauty01/setup_resources/btn_close.png b/InnoSetupBeauty01/setup_resources/btn_close.png new file mode 100644 index 0000000..1f39499 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/btn_close.png differ diff --git a/InnoSetupBeauty01/setup_resources/btn_complete.png b/InnoSetupBeauty01/setup_resources/btn_complete.png new file mode 100644 index 0000000..711d050 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/btn_complete.png differ diff --git a/InnoSetupBeauty01/setup_resources/btn_min.png b/InnoSetupBeauty01/setup_resources/btn_min.png new file mode 100644 index 0000000..f20545b Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/btn_min.png differ diff --git a/InnoSetupBeauty01/setup_resources/btn_setup.png b/InnoSetupBeauty01/setup_resources/btn_setup.png new file mode 100644 index 0000000..5a73324 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/btn_setup.png differ diff --git a/InnoSetupBeauty01/setup_resources/checkbox.png b/InnoSetupBeauty01/setup_resources/checkbox.png new file mode 100644 index 0000000..62d9abc Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/checkbox.png differ diff --git a/InnoSetupBeauty01/setup_resources/label_autorun.png b/InnoSetupBeauty01/setup_resources/label_autorun.png new file mode 100644 index 0000000..8f632aa Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/label_autorun.png differ diff --git a/InnoSetupBeauty01/setup_resources/label_license.png b/InnoSetupBeauty01/setup_resources/label_license.png new file mode 100644 index 0000000..dd6be74 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/label_license.png differ diff --git a/InnoSetupBeauty01/setup_resources/label_read.png b/InnoSetupBeauty01/setup_resources/label_read.png new file mode 100644 index 0000000..83f5fae Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/label_read.png differ diff --git a/InnoSetupBeauty01/setup_resources/license.txt b/InnoSetupBeauty01/setup_resources/license.txt new file mode 100644 index 0000000..585ebc3 --- /dev/null +++ b/InnoSetupBeauty01/setup_resources/license.txt @@ -0,0 +1 @@ +欢迎使用本软件 diff --git a/InnoSetupBeauty01/setup_resources/loading.png b/InnoSetupBeauty01/setup_resources/loading.png new file mode 100644 index 0000000..c2b2182 Binary files /dev/null and b/InnoSetupBeauty01/setup_resources/loading.png differ diff --git a/InnoSetupBeauty02/Main.iss b/InnoSetupBeauty02/Main.iss new file mode 100644 index 0000000..786db3e --- /dev/null +++ b/InnoSetupBeauty02/Main.iss @@ -0,0 +1,181 @@ +锘;鎸囧畾鏄惁涓64浣嶅畨瑁呯▼搴 +;#define x64Build + +;鎸囧畾鏄惁鍙兘鍦 Windows 7 SP1 鍙婃洿鏂扮増鏈殑鎿嶄綔绯荤粺涓婂畨瑁 +;#define Windows7SP1AndNewer + +;鎸囧畾鏄惁瑕佹敞鍐岀浉鍏冲悗缂鍚 +;#define RegisteAssociations + +;鎸囧畾鏄惁涓虹豢鑹茬増瀹夎绋嬪簭锛堜粎閲婃斁鏂囦欢锛屼笉鍐欏叆娉ㄥ唽琛ㄦ潯鐩紝涔熶笉鐢熸垚鍗歌浇绋嬪簭锛 +;#define PortableBuild + +;鏄惁瀹夎鍓嶈皟鐢ㄦ棫鐗堟湰鐨勫嵏杞界▼搴忓嵏杞(濡傛灉鏈夌殑璇) +;#define UninstallBefore + +;鎸囧畾鏄惁鍙兘瀹夎鏂扮増鏈紝鑰屼笉鑳界敤鏃х増鏈鐩栨柊鐗堟湰 +;#define OnlyInstallNewVersion + +;鏄惁鍚敤鐣岄潰鍦嗚 +;#define EnableRoundRect +;鏄惁鍚敤鍦嗚鏁板(瓒婂ぇ瓒婂渾) +#define RoundRectData 8 + +#ifdef x64Build ;64浣嶇殑 + #define MyAppID "{D388FE9E-1F93-BFFA-CC14-AD638CC123BA}" +#else ;32浣嶇殑(鎺ㄨ崘) + #define MyAppID "{2895C600-B509-4A85-BB2F-EB88CBD75974}" +#endif + +#define MyAppName "鎺у埗鍙" +#define MyAppExeName "cmd.exe" +#define MyAppMutex MyAppName +#define MyAppDir "cmd_test" +;鑻ユ兂寮鍚姝㈠畨瑁呮棫鐗堟湰鐨勫姛鑳斤紝姝ゅ鐗堟湰鍙疯娉ㄦ剰涓瀹氳鏄 +;鐐瑰垎鍗佽繘鍒剁殑姝f暣鏁帮紝闄ゆ暟瀛楀拰鑻辨枃鍗婅鍙ョ偣浠ュ涓嶅厑璁稿嚭鐜颁换浣曞叾浠栧瓧绗︼紝 +;鍚﹀垯绋嬪簭鏃犳硶鍒ゆ柇鐗堟湰鐨勯珮浣庛 +#define MyAppVersion "1.0.0" +#define MyAppPublisher "鐮佸璇" +#define MyAppPublisherURL "http://www.psvmc.cn/" +#define MyAppSupportURL MyAppPublisherURL +#define MyAppUpdatesURL MyAppPublisherURL +#define MyAppComments MyAppName +#define MyAppContact MyAppPublisher +#define MyAppSupportPhone "" +#define MyAppReadmeURL "http://www.psvmc.cn/" +#define MyAppLicenseURL "http://www.psvmc.cn/" +#define MyAppCopyrightYear "2021" +#define MyAppCopyright "鐗堟潈鎵鏈 漏 " + MyAppCopyrightYear + ", " + MyAppPublisher +#define IconFile ".\Setup.ico" + +[Setup] +AppId={{#MyAppID} +AppName={#MyAppName} +AppVersion={#MyAppVersion} +AppVerName={#MyAppName} {#MyAppVersion} +AppPublisher={#MyAppPublisher} +AppPublisherURL={#MyAppPublisherURL} +AppSupportURL={#MyAppSupportURL} +AppUpdatesURL={#MyAppUpdatesURL} +AppComments={#MyAppComments} +AppContact={#MyAppContact} +AppSupportPhone={#MyAppSupportPhone} +AppReadmeFile={#MyAppReadmeURL} +AppCopyright={#MyAppCopyright} +DefaultGroupName={#MyAppPublisher}\{#MyAppName} +VersionInfoDescription={#MyAppName} 瀹夎绋嬪簭 +VersionInfoProductName={#MyAppName} +VersionInfoCompany={#MyAppPublisher} +VersionInfoCopyright={#MyAppCopyright} +VersionInfoProductVersion={#MyAppVersion} +VersionInfoProductTextVersion={#MyAppVersion} +VersionInfoTextVersion={#MyAppVersion} +VersionInfoVersion={#MyAppVersion} +OutputDir=.\Output\ +SetupIconFile= {#IconFile} +Compression=lzma2/ultra64 +InternalCompressLevel=ultra64 +SolidCompression=yes +DisableProgramGroupPage=yes +DisableDirPage=yes +DisableReadyMemo=yes +DisableReadyPage=yes +TimeStampsInUTC=yes +SetupMutex={{#MyAppID}Installer,Global\{{#MyAppID}Installer +AppMutex={#MyAppMutex} +ShowLanguageDialog=no +AllowCancelDuringInstall=no +#ifdef x64Build +ArchitecturesAllowed=x64 +ArchitecturesInstallIn64BitMode=x64 +;64浣嶇増鏈殑榛樿瀹夎浣嶇疆 +DefaultDirName={autopf}\{#MyAppDir} +#else +ArchitecturesAllowed=x86 x64 +;32浣嶇増鏈殑榛樿瀹夎浣嶇疆 +DefaultDirName={autopf}\{#MyAppDir} +#endif +#ifdef Windows7SP1AndNewer +MinVersion=0,6.1.7601 +#else +MinVersion=0,6.0.2600 +#endif +#ifdef RegisteAssociations +ChangesAssociations=yes +#else +ChangesAssociations=no +#endif +#ifdef PortableBuild +Uninstallable=no +PrivilegesRequired=lowest +OutputBaseFilename={#MyAppName}_{#MyAppVersion}_Portable +#else +Uninstallable=yes +PrivilegesRequired=admin +OutputBaseFilename={#MyAppName}_{#MyAppVersion} +UninstallDisplayName={#MyAppName} +UninstallDisplayIcon={uninstallexe},0 +UninstallFilesDir={app} +#endif + +[Languages] +;瀹夎璇█涓虹畝浣撲腑鏂囷紝杩橀渶瑕佸叾浠栬瑷璇峰湪姝ゅ尯娈垫坊鍔 +Name: "zh_CN"; MessagesFile: ".\lang\ChineseSimplified.isl" + +[Files] +;鍖呭惈椤圭洰鏂囦欢app鐩綍涓嬬殑鍏ㄩ儴鏂囦欢 +Source: ".\app\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs +;鍖呭惈鎵鏈変复鏃惰祫婧愭枃浠(鍕垮垹) +Source: ".\tmp\*"; DestDir: "{tmp}"; Flags: dontcopy solidbreak nocompression; Attribs: hidden system + +#ifndef PortableBuild +[Dirs] +;鍒涘缓涓涓殣钘忕殑绯荤粺鏂囦欢澶瑰瓨鏀惧嵏杞界▼搴 +;Name: "{app}\Uninstaller"; Attribs: hidden system +#endif + +;鑻ユ湁鍐欏叆INI鏉$洰鐨勯渶瑕侊紝璇峰彇娑堟鍖烘鐨勬敞閲婂苟鑷娣诲姞鐩稿叧鑴氭湰 +;[INI] +;Filename: "{app}\MyProg.ini"; Section: "InstallSettings"; Key: "InstallPath"; String: "{app}"; Flags: uninsdeleteentry + +;鑻ユ湁鍐欏叆娉ㄥ唽琛ㄦ潯鐩殑闇瑕侊紝璇峰彇娑堟鍖烘鐨勬敞閲婂苟鑷娣诲姞鐩稿叧鑴氭湰 +;[Registry] +;Root: HKCU; Subkey: "Software\My Company"; Flags: uninsdeletekeyifempty +;Root: HKCU; Subkey: "Software\My Company\My Program"; Flags: uninsdeletekey +;Root: HKLM; Subkey: "Software\My Company"; Flags: uninsdeletekeyifempty +;Root: HKLM; Subkey: "Software\My Company\My Program"; Flags: uninsdeletekey +;Root: HKLM; Subkey: "Software\My Company\My Program\Settings"; ValueType: string; ValueName: "InstallPath"; ValueData: "{app}" +;Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \ + ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app}\jre-x64\bin"; \ + Check: NeedsAddPath('{app}\jre-x64\bin') + +;鍒涘缓蹇嵎鏂瑰紡 +[Icons] +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename:"{app}\icon.ico" + +;瀹夎鍓嶅垹闄ゅ師鐩綍鐨勫唴瀹 +;[installDelete] +;Type: filesandordirs; Name:"{app}"; + +;瀹夎瀹屾墽琛岀殑浠诲姟 +[Run] +;鍚姩涓荤▼搴,濡備笉闇瑕佽娉ㄩ噴 +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent + +#ifdef RegisteAssociations +[UninstallRun] +;鍗歌浇鏃惰繍琛屽弽娉ㄥ唽绋嬪簭 +Filename: "{app}\{#MyAppExeName}"; Parameters: "--uninstall"; WorkingDir: "{app}"; Flags: waituntilterminated skipifdoesntexist +#endif + +#ifndef PortableBuild +[UninstallDelete] +;鍗歌浇鏃跺垹闄ゅ畨瑁呯洰褰曚笅鐨勬墍鏈夋枃浠跺強鏂囦欢澶 +;Type: filesandordirs; Name: "{app}" +#endif + +[Code] +//寮曞叆鑴氭湰鍖烘 +#include ".\include\Code.iss" + diff --git a/InnoSetupBeauty02/Output/鎺у埗鍙癬1.0.0.exe b/InnoSetupBeauty02/Output/鎺у埗鍙癬1.0.0.exe new file mode 100644 index 0000000..6edc5d6 Binary files /dev/null and b/InnoSetupBeauty02/Output/鎺у埗鍙癬1.0.0.exe differ diff --git a/InnoSetupBeauty02/PSD/background_finish.psd b/InnoSetupBeauty02/PSD/background_finish.psd new file mode 100644 index 0000000..f6e15ff Binary files /dev/null and b/InnoSetupBeauty02/PSD/background_finish.psd differ diff --git a/InnoSetupBeauty02/PSD/background_installing.psd b/InnoSetupBeauty02/PSD/background_installing.psd new file mode 100644 index 0000000..b9bdb63 Binary files /dev/null and b/InnoSetupBeauty02/PSD/background_installing.psd differ diff --git a/InnoSetupBeauty02/PSD/background_messagebox.psd b/InnoSetupBeauty02/PSD/background_messagebox.psd new file mode 100644 index 0000000..0966f2b Binary files /dev/null and b/InnoSetupBeauty02/PSD/background_messagebox.psd differ diff --git a/InnoSetupBeauty02/PSD/background_welcome.psd b/InnoSetupBeauty02/PSD/background_welcome.psd new file mode 100644 index 0000000..06e6bd1 Binary files /dev/null and b/InnoSetupBeauty02/PSD/background_welcome.psd differ diff --git a/InnoSetupBeauty02/PSD/background_welcome_more.psd b/InnoSetupBeauty02/PSD/background_welcome_more.psd new file mode 100644 index 0000000..af00cc9 Binary files /dev/null and b/InnoSetupBeauty02/PSD/background_welcome_more.psd differ diff --git a/InnoSetupBeauty02/PSD/button_browse.psd b/InnoSetupBeauty02/PSD/button_browse.psd new file mode 100644 index 0000000..de25803 Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_browse.psd differ diff --git a/InnoSetupBeauty02/PSD/button_cancel.psd b/InnoSetupBeauty02/PSD/button_cancel.psd new file mode 100644 index 0000000..fd5ad1f Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_cancel.psd differ diff --git a/InnoSetupBeauty02/PSD/button_close.psd b/InnoSetupBeauty02/PSD/button_close.psd new file mode 100644 index 0000000..0737eba Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_close.psd differ diff --git a/InnoSetupBeauty02/PSD/button_customize_setup.psd b/InnoSetupBeauty02/PSD/button_customize_setup.psd new file mode 100644 index 0000000..ba531cc Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_customize_setup.psd differ diff --git a/InnoSetupBeauty02/PSD/button_finish.psd b/InnoSetupBeauty02/PSD/button_finish.psd new file mode 100644 index 0000000..760e5c5 Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_finish.psd differ diff --git a/InnoSetupBeauty02/PSD/button_license.psd b/InnoSetupBeauty02/PSD/button_license.psd new file mode 100644 index 0000000..e9d4615 Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_license.psd differ diff --git a/InnoSetupBeauty02/PSD/button_minimize.psd b/InnoSetupBeauty02/PSD/button_minimize.psd new file mode 100644 index 0000000..7fe6029 Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_minimize.psd differ diff --git a/InnoSetupBeauty02/PSD/button_ok.psd b/InnoSetupBeauty02/PSD/button_ok.psd new file mode 100644 index 0000000..65b6c25 Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_ok.psd differ diff --git a/InnoSetupBeauty02/PSD/button_setup_or_next.psd b/InnoSetupBeauty02/PSD/button_setup_or_next.psd new file mode 100644 index 0000000..925327d Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_setup_or_next.psd differ diff --git a/InnoSetupBeauty02/PSD/button_uncustomize_setup.psd b/InnoSetupBeauty02/PSD/button_uncustomize_setup.psd new file mode 100644 index 0000000..e549b5d Binary files /dev/null and b/InnoSetupBeauty02/PSD/button_uncustomize_setup.psd differ diff --git a/InnoSetupBeauty02/PSD/checkbox_license.psd b/InnoSetupBeauty02/PSD/checkbox_license.psd new file mode 100644 index 0000000..785363e Binary files /dev/null and b/InnoSetupBeauty02/PSD/checkbox_license.psd differ diff --git a/InnoSetupBeauty02/PSD/checkbox_setdefault.psd b/InnoSetupBeauty02/PSD/checkbox_setdefault.psd new file mode 100644 index 0000000..a6a604d Binary files /dev/null and b/InnoSetupBeauty02/PSD/checkbox_setdefault.psd differ diff --git a/InnoSetupBeauty02/PSD/progressbar_background.psd b/InnoSetupBeauty02/PSD/progressbar_background.psd new file mode 100644 index 0000000..6c4a80e Binary files /dev/null and b/InnoSetupBeauty02/PSD/progressbar_background.psd differ diff --git a/InnoSetupBeauty02/PSD/progressbar_foreground.psd b/InnoSetupBeauty02/PSD/progressbar_foreground.psd new file mode 100644 index 0000000..2b0656c Binary files /dev/null and b/InnoSetupBeauty02/PSD/progressbar_foreground.psd differ diff --git a/InnoSetupBeauty02/Setup.ico b/InnoSetupBeauty02/Setup.ico new file mode 100644 index 0000000..edbcaab Binary files /dev/null and b/InnoSetupBeauty02/Setup.ico differ diff --git a/InnoSetupBeauty02/app/cmd.exe b/InnoSetupBeauty02/app/cmd.exe new file mode 100644 index 0000000..5f39586 Binary files /dev/null and b/InnoSetupBeauty02/app/cmd.exe differ diff --git a/InnoSetupBeauty02/include/Code.iss b/InnoSetupBeauty02/include/Code.iss new file mode 100644 index 0000000..1ffec04 --- /dev/null +++ b/InnoSetupBeauty02/include/Code.iss @@ -0,0 +1,798 @@ +锘//涓轰簡鏂逛究绠$悊锛屽氨灏哰Code]鍖烘鍗曠嫭鎷垮嚭鏉ヤ簡 + +//寮曞叆botva2鐨勫嚱鏁板0鏄 +#include ".\botva2.iss" + +[Code] +CONST + PRODUCT_REGISTRY_KEY_32 = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#MyAppID}_is1'; + PRODUCT_REGISTRY_KEY_64 = 'SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{#MyAppID}_is1'; + WM_SYSCOMMAND = $0112; + ID_BUTTON_ON_CLICK_EVENT = 1; + WIZARDFORM_WIDTH_NORMAL = 600; + WIZARDFORM_HEIGHT_NORMAL = 400; + WIZARDFORM_HEIGHT_MORE = 470; + +VAR + label_wizardform_main, label_messagebox_main, label_wizardform_more_product_already_installed, label_messagebox_information, label_messagebox_title, label_wizardform_title, label_install_progress : TLabel; + image_wizardform_background, image_messagebox_background, image_progressbar_background, image_progressbar_foreground, PBOldProc : LONGINT; + button_license, button_minimize, button_close, button_browse, button_setup_or_next, button_customize_setup, button_uncustomize_setup, checkbox_license, checkbox_setdefault, button_messagebox_close, button_messagebox_ok, button_messagebox_cancel : HWND; + isFirst, is_wizardform_show_normal, is_installer_initialized, is_platform_windows_7, is_wizardform_released, can_exit_setup, need_to_change_associations : BOOLEAN; + edit_target_path : TEdit; + version_installed_before : STRING; + messagebox_close : TSetupForm; + +//璋冪敤杩欎釜鍑芥暟鍙互浣跨煩褰㈢獥鍙h浆鍙樹负鍦嗚鐭╁舰绐楀彛 +PROCEDURE shape_form_round(aForm : TForm; edgeSize : INTEGER); +VAR + FormRegion : LONGWORD; +BEGIN + FormRegion := CreateRoundRectRgn(0, 0, aForm.Width, aForm.Height, edgeSize, edgeSize); + SetWindowRgn(aForm.Handle, FormRegion, TRUE); +END; + +//杩欎釜鍑芥暟鐨勪綔鐢ㄦ槸鍒ゆ柇鏄惁宸茬粡瀹夎浜嗗皢瑕佸畨瑁呯殑浜у搧锛岃嫢宸茬粡瀹夎锛屽垯杩斿洖TRUE锛屽惁鍒欒繑鍥濬ALSE +FUNCTION is_installed_before() : BOOLEAN; +BEGIN +#ifndef x64Build + IF is_platform_windows_7 THEN + BEGIN + IF IsWin64 THEN + BEGIN + IF RegKeyExists(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_64) THEN + BEGIN + RegQueryStringValue(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_64, 'DisplayVersion', version_installed_before); + Result := TRUE; + END ELSE + BEGIN + version_installed_before := '0.0.0'; + Result := FALSE; + END; + END ELSE + BEGIN + IF RegKeyExists(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_32) THEN + BEGIN + RegQueryStringValue(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_32, 'DisplayVersion', version_installed_before); + Result := TRUE; + END ELSE + BEGIN + version_installed_before := '0.0.0'; + Result := FALSE; + END; + END; + END ELSE + BEGIN + IF RegKeyExists(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_32) THEN + BEGIN + RegQueryStringValue(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_32, 'DisplayVersion', version_installed_before); + Result := TRUE; + END ELSE + BEGIN + version_installed_before := '0.0.0'; + Result := FALSE; + END; + END; +#else + IF RegKeyExists(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_32) THEN + BEGIN + RegQueryStringValue(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_32, 'DisplayVersion', version_installed_before); + Result := TRUE; + END ELSE + BEGIN + version_installed_before := '0.0.0'; + Result := FALSE; + END; +#endif +END; + +//杩欎釜鍑芥暟鐨勪綔鐢ㄦ槸鍒ゆ柇鏄惁姝e湪瀹夎鏃х増鏈紙鑻ョ郴缁熶腑宸茬粡瀹夎浜嗗皢瑕佸畨瑁呯殑浜у搧锛夛紝鏄垯杩斿洖TRUE锛屽惁鍒欒繑鍥濬ALSE +FUNCTION is_installing_older_version() : BOOLEAN; +VAR + installedVer : ARRAY[1..10] OF LONGINT; + installingVer : ARRAY[1..10] OF LONGINT; + oldVer, nowVer, version_installing_now : STRING; + i, oldTotal, nowTotal, total : INTEGER; +BEGIN + oldTotal := 1; + WHILE (Pos('.', version_installed_before) > 0) DO + BEGIN + oldVer := version_installed_before; + Delete(oldVer, Pos('.', oldVer), ((Length(oldVer) - Pos('.', oldVer)) + 1)); + installedVer[oldTotal] := StrToIntDef(oldVer, 0); + oldTotal := oldTotal + 1; + version_installed_before := Copy(version_installed_before, (Pos('.', version_installed_before) + 1), (Length(version_installed_before) - Pos('.', version_installed_before))); + END; + IF (version_installed_before <> '') THEN + BEGIN + installedVer[oldTotal] := StrToIntDef(version_installed_before, 0); + END ELSE + BEGIN + oldTotal := oldTotal - 1; + END; + version_installing_now := '{#MyAppVersion}'; + nowTotal := 1; + WHILE (Pos('.', version_installing_now) > 0) DO + BEGIN + nowVer := version_installing_now; + Delete(nowVer, Pos('.', nowVer), ((Length(nowVer) - Pos('.', nowVer)) + 1)); + installingVer[nowTotal] := StrToIntDef(nowVer, 0); + nowTotal := nowTotal + 1; + version_installing_now := Copy(version_installing_now, (Pos('.', version_installing_now) + 1), (Length(version_installing_now) - Pos('.', version_installing_now))); + END; + IF (version_installing_now <> '') THEN + BEGIN + installingVer[nowTotal] := StrToIntDef(version_installing_now, 0); + END ELSE + BEGIN + nowTotal := nowTotal - 1; + END; + IF (oldTotal < nowTotal) THEN + BEGIN + FOR i := (oldTotal + 1) TO nowTotal DO + BEGIN + installedVer[i] := 0; + total := nowTotal; + END; + END ELSE IF (oldTotal > nowTotal) THEN + BEGIN + FOR i := (nowTotal + 1) TO oldTotal DO + BEGIN + installingVer[i] := 0; + total := oldTotal; + END; + END ELSE + BEGIN + total := nowTotal; + END; + FOR i := 1 TO total DO + BEGIN + IF (installedVer[i] > installingVer[i]) THEN + BEGIN + Result := TRUE; + Exit; + END ELSE IF (installedVer[i] < installingVer[i]) THEN + BEGIN + Result := FALSE; + Exit; + END ELSE + BEGIN + Continue; + END; + END; + Result := FALSE; +END; + +//涓荤晫闈㈠叧闂寜閽寜涓嬫椂鎵ц鐨勮剼鏈 +PROCEDURE button_close_on_click(hBtn : HWND); +BEGIN + WizardForm.CancelButton.OnClick(WizardForm); +END; + +//涓荤晫闈㈡渶灏忓寲鎸夐挳鎸変笅鏃舵墽琛岀殑鑴氭湰 +PROCEDURE button_minimize_on_click(hBtn : HWND); +BEGIN + SendMessage(WizardForm.Handle, WM_SYSCOMMAND, 61472, 0); +END; + +//涓荤晫闈㈣嚜瀹氫箟瀹夎鎸夐挳鎸変笅鏃舵墽琛岀殑鑴氭湰 +PROCEDURE button_customize_setup_on_click(hBtn : HWND); +BEGIN + IF is_wizardform_show_normal THEN + BEGIN + WizardForm.Height := WIZARDFORM_HEIGHT_MORE; + image_wizardform_background := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\background_welcome_more.png'), 0, 0, WIZARDFORM_WIDTH_NORMAL, WIZARDFORM_HEIGHT_MORE, FALSE, TRUE); +#ifdef EnableRoundRect + shape_form_round(WizardForm,{#RoundRectData}); +#endif + edit_target_path.Show(); + edit_target_path.ReadOnly := TRUE; + + BtnSetVisibility(button_browse, TRUE); +#ifdef RegisteAssociations + BtnSetVisibility(checkbox_setdefault, TRUE); +#endif + BtnSetVisibility(button_customize_setup, FALSE); + BtnSetVisibility(button_uncustomize_setup, TRUE); +#ifndef PortableBuild + //IF is_installed_before() THEN + //BEGIN + // edit_target_path.Enabled := FALSE; + // BtnSetEnabled(button_browse, FALSE); + //label_wizardform_more_product_already_installed.Show() + //END; +#endif + is_wizardform_show_normal := FALSE; + END ELSE + BEGIN + edit_target_path.Hide(); + //label_wizardform_more_product_already_installed.Hide(); + BtnSetVisibility(button_browse, FALSE); +#ifdef RegisteAssociations + BtnSetVisibility(checkbox_setdefault, FALSE); +#endif + WizardForm.Height := WIZARDFORM_HEIGHT_NORMAL; + image_wizardform_background := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\background_welcome.png'), 0, 0, WIZARDFORM_WIDTH_NORMAL, WIZARDFORM_HEIGHT_NORMAL, FALSE, TRUE); +#ifdef EnableRoundRect + shape_form_round(WizardForm,{#RoundRectData}); +#endif + BtnSetVisibility(button_customize_setup, TRUE); + BtnSetVisibility(button_uncustomize_setup, FALSE); + is_wizardform_show_normal := TRUE; + END; + ImgApplyChanges(WizardForm.Handle); +END; + +//涓荤晫闈㈡祻瑙堟寜閽寜涓嬫椂鎵ц鐨勮剼鏈 +PROCEDURE button_browse_on_click(hBtn : HWND); +BEGIN + WizardForm.DirBrowseButton.OnClick(WizardForm); + edit_target_path.Text := WizardForm.DirEdit.Text; +END; + +//璺緞杈撳叆妗嗘枃鏈彉鍖栨椂鎵ц鐨勮剼鏈 +PROCEDURE edit_target_path_on_change(Sender : TObject); +BEGIN + WizardForm.DirEdit.Text := edit_target_path.Text; +END; + +//鍚屾剰璁稿彲鍗忚鐨勫閫夋琚偣鍑绘椂鎵ц鐨勮剼鏈 +PROCEDURE checkbox_license_on_click(hBtn : HWND); +BEGIN + IF BtnGetChecked(checkbox_license) THEN + BEGIN + BtnSetEnabled(button_setup_or_next, TRUE); + END ELSE + BEGIN + BtnSetEnabled(button_setup_or_next, FALSE); + END; +END; + +//璁句负榛樿杞欢鐨勫閫夋琚偣鍑绘椂鎵ц鐨勮剼鏈 +PROCEDURE checkbox_setdefault_on_click(hBtn : HWND); +BEGIN + IF BtnGetChecked(checkbox_setdefault) THEN + BEGIN + need_to_change_associations := TRUE; + END ELSE + BEGIN + need_to_change_associations := FALSE; + END; +END; + +//杩斿洖璁句负榛樿杞欢澶嶉夋鐨勭姸鎬侊紝宸插嬀閫夊垯杩斿洖TRUE锛屽惁鍒欒繑鍥濬ALSE +FUNCTION is_setdefault_checkbox_checked() : BOOLEAN; +BEGIN + Result := need_to_change_associations; +END; + +//鑻ヨ涓洪粯璁よ蒋浠剁殑澶嶉夋琚嬀閫夛紝鍒欎細鍦ㄦ枃浠跺鍒剁粨鏉熸椂鎵ц姝ゆ鑴氭湰 +PROCEDURE check_if_need_change_associations(); +BEGIN + IF is_setdefault_checkbox_checked() THEN + BEGIN + //TODO + //MsgBox('姝ゅ鎵ц娉ㄥ唽鏂囦欢鍚庣紑鍚嶇殑鎿嶄綔銆', mbInformation, MB_OK); + END; +END; + +//涓荤晫闈㈠畨瑁呮寜閽寜涓嬫椂鎵ц鐨勮剼鏈 +PROCEDURE button_setup_or_next_on_click(hBtn : HWND); +var + ResultStr: String; + ResultCode: Integer; +BEGIN + #ifdef UninstallBefore + if isFirst then + begin + if RegQueryStringValue(HKLM, PRODUCT_REGISTRY_KEY_64, 'UninstallString', ResultStr) then + begin + ResultStr := RemoveQuotes(ResultStr); + Exec(ResultStr, '/SILENT', '', SW_HIDE, ewWaitUntilTerminated, ResultCode); + end; + end; + isFirst := FALSE; + #endif + WizardForm.NextButton.OnClick(WizardForm); +END; + +//澶嶅埗鏂囦欢鏃舵墽琛岀殑鑴氭湰锛屾瘡澶嶅埗1%閮戒細琚皟鐢ㄤ竴娆★紝鑻ヨ璋冩暣杩涘害鏉℃垨杩涘害鎻愮ず璇峰湪姝ゆ淇敼 +FUNCTION PBProc(h : hWnd; Msg, wParam, lParam : LONGINT) : LONGINT; +VAR + pr, i1, i2 : EXTENDED; + w : INTEGER; +BEGIN + Result := CallWindowProc(PBOldProc, h, Msg, wParam, lParam); + IF ((Msg = $402) AND (WizardForm.ProgressGauge.Position > WizardForm.ProgressGauge.Min)) THEN + BEGIN + i1 := WizardForm.ProgressGauge.Position - WizardForm.ProgressGauge.Min; + i2 := WizardForm.ProgressGauge.Max - WizardForm.ProgressGauge.Min; + pr := (i1 * 100) / i2; + label_install_progress.Caption := Format('%d', [Round(pr)]) + '%'; + w := Round((560 * pr) / 100); + ImgSetPosition(image_progressbar_foreground, 20, 374, w, 6); + ImgSetVisiblePart(image_progressbar_foreground, 0, 0, w, 6); + ImgApplyChanges(WizardForm.Handle); +#ifdef EnableRoundRect + shape_form_round(WizardForm,{#RoundRectData}); +#endif + END; +END; + +//闃呰璁稿彲鍗忚鐨勬寜閽寜涓嬫椂鎵ц鐨勮剼鏈 +PROCEDURE button_license_on_click(hBtn : HWND); +VAR + ErrorCode : INTEGER; +BEGIN + ShellExec('', '{#MyAppLicenseURL}', '', '', SW_SHOW, ewNoWait, ErrorCode); +END; + +//鍙栨秷瀹夎寮规鐨勭‘瀹氭寜閽寜涓嬫椂鎵ц鐨勮剼鏈 +PROCEDURE button_messagebox_ok_on_click(hBtn : HWND); +BEGIN + can_exit_setup := TRUE; + messagebox_close.Close(); +END; + +//鍙栨秷瀹夎寮规鐨勫彇娑堟寜閽寜涓嬫椂鎵ц鐨勮剼鏈 +PROCEDURE button_messagebox_cancel_on_click(hBtn : HWND); +BEGIN + can_exit_setup := FALSE; + messagebox_close.Close(); +END; + +//涓荤晫闈㈣鐐逛綇灏遍殢榧犳爣绉诲姩鐨勮剼鏈 +PROCEDURE wizardform_on_mouse_down(Sender : TObject; Button : TMouseButton; Shift : TShiftState; X, Y : INTEGER); +BEGIN + ReleaseCapture(); + SendMessage(WizardForm.Handle, WM_SYSCOMMAND, $F012, 0); +END; + +//鍙栨秷寮规琚偣浣忓氨闅忛紶鏍囩Щ鍔ㄧ殑鑴氭湰 +PROCEDURE messagebox_on_mouse_down(Sender : TObject; Button : TMouseButton; Shift : TShiftState; X, Y : INTEGER); +BEGIN + ReleaseCapture(); + SendMessage(messagebox_close.Handle, WM_SYSCOMMAND, $F012, 0); +END; + +//鍒ゆ柇绯荤粺鏄惁涓篧in7锛屾槸鍒欒繑鍥濼RUE锛屽惁鍒欒繑鍥濬ALSE +PROCEDURE determine_wether_is_windows_7_or_not(); +VAR + sysVersion : TWindowsVersion; +BEGIN + GetWindowsVersionEx(sysVersion); + IF sysVersion.NTPlatform AND (sysVersion.Major = 6) AND (sysVersion.Minor = 1) THEN + BEGIN + is_platform_windows_7 := TRUE; + END ELSE + BEGIN + is_platform_windows_7 := FALSE; + END; +END; + +//鍒涘缓鍙栨秷寮规鐨勮剼鏈 +PROCEDURE messagebox_close_create(); +BEGIN + messagebox_close := CreateCustomForm(); + WITH messagebox_close DO + BEGIN + BorderStyle := bsNone; + Width := 380; + Height := 190; + Color := clWhite; + Caption := ''; + END; + label_messagebox_title := TLabel.Create(messagebox_close); + WITH label_messagebox_title DO + BEGIN + Parent := messagebox_close; + AutoSize := FALSE; + Left := 30; + Top := 5; + Width := 400; + Height := 20; + Font.Name := 'Microsoft YaHei'; + Font.Size := 10; + Font.Color := clWhite; + Caption := '{#MyAppName} 瀹夎'; + Transparent := TRUE; + OnMouseDown := @messagebox_on_mouse_down; + END; + label_messagebox_information := TLabel.Create(messagebox_close); + WITH label_messagebox_information DO + BEGIN + Parent := messagebox_close; + AutoSize := FALSE; + Left := 70; + Top := 64; + Width := 400; + Height := 20; + Font.Name := 'Microsoft YaHei'; + Font.Size := 10; + Font.Color := clBlack; + Caption := '鎮ㄧ‘瀹氳閫鍑衡渰#MyAppName}鈥濆畨瑁呯▼搴忥紵'; + Transparent := TRUE; + OnMouseDown := @messagebox_on_mouse_down; + END; + label_messagebox_main := TLabel.Create(messagebox_close); + WITH label_messagebox_main DO + BEGIN + Parent := messagebox_close; + AutoSize := FALSE; + Left := 0; + Top := 0; + Width := messagebox_close.Width; + Height := messagebox_close.Height; + Caption := ''; + Transparent := TRUE; + OnMouseDown := @messagebox_on_mouse_down; + END; + image_messagebox_background := ImgLoad(messagebox_close.Handle, ExpandConstant('{tmp}\background_messagebox.png'), 0, 0, 380, 190, FALSE, TRUE); + button_messagebox_close := BtnCreate(messagebox_close.Handle, 350, 0, 30, 30, ExpandConstant('{tmp}\button_close.png'), 0, FALSE); + BtnSetEvent(button_messagebox_close, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_messagebox_cancel_on_click, 1)); + button_messagebox_ok := BtnCreate(messagebox_close.Handle, 206, 150, 76, 28, ExpandConstant('{tmp}\button_ok.png'), 0, FALSE); + BtnSetEvent(button_messagebox_ok, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_messagebox_ok_on_click, 1)); + button_messagebox_cancel := BtnCreate(messagebox_close.Handle, 293, 150, 76, 28, ExpandConstant('{tmp}\button_cancel.png'), 0, FALSE); + BtnSetEvent(button_messagebox_cancel, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_messagebox_cancel_on_click, 1)); + ImgApplyChanges(messagebox_close.Handle); +#ifdef EnableRoundRect + shape_form_round(messagebox_close,{#RoundRectData}); +#endif +END; + +//閲婃斁瀹夎绋嬪簭鏃惰皟鐢ㄧ殑鑴氭湰 +PROCEDURE release_installer(); +BEGIN + gdipShutdown(); + messagebox_close.Release(); + WizardForm.Release(); +END; + +//鍦ㄥ垵濮嬪寲涔嬪悗閲婃斁瀹夎绋嬪簭鐨勮剼鏈 +PROCEDURE release_installer_after_init(); +BEGIN + messagebox_close.Release(); + WizardForm.Release(); +END; + +//閲婃斁闇瑕佺殑涓存椂璧勬簮鏂囦欢 +PROCEDURE extract_temp_files(); +BEGIN + ExtractTemporaryFile('button_customize_setup.png'); + ExtractTemporaryFile('button_uncustomize_setup.png'); + ExtractTemporaryFile('button_finish.png'); + ExtractTemporaryFile('button_setup_or_next.png'); + ExtractTemporaryFile('background_welcome.png'); + ExtractTemporaryFile('background_welcome_more.png'); + ExtractTemporaryFile('button_browse.png'); + ExtractTemporaryFile('progressbar_background.png'); + ExtractTemporaryFile('progressbar_foreground.png'); + ExtractTemporaryFile('button_license.png'); + ExtractTemporaryFile('checkbox_license.png'); +#ifdef RegisteAssociations + ExtractTemporaryFile('checkbox_setdefault.png'); +#endif + ExtractTemporaryFile('background_installing.png'); + ExtractTemporaryFile('background_finish.png'); + ExtractTemporaryFile('button_close.png'); + ExtractTemporaryFile('button_minimize.png'); + ExtractTemporaryFile('background_messagebox.png'); + ExtractTemporaryFile('button_cancel.png'); + ExtractTemporaryFile('button_ok.png'); +END; + +//閲嶈浇涓荤晫闈㈠彇娑堟寜閽鎸変笅鍚庣殑澶勭悊杩囩▼ +PROCEDURE CancelButtonClick(CurPageID : INTEGER; VAR Cancel, Confirm: BOOLEAN); +BEGIN + Confirm := FALSE; + //messagebox_close.Center(); + messagebox_close.ShowModal(); + IF can_exit_setup THEN + BEGIN + release_installer(); + Cancel := TRUE; + END ELSE + BEGIN + Cancel := FALSE; + END; +END; + +//閲嶈浇瀹夎绋嬪簭鍒濆鍖栧嚱鏁帮紝鍒ゆ柇鏄惁宸茬粡瀹夎鏂扮増鏈紝鏄垯绂佹瀹夎 +FUNCTION InitializeSetup() : BOOLEAN; +BEGIN +#ifndef PortableBuild +#ifdef OnlyInstallNewVersion + IF is_installed_before() THEN + BEGIN + IF is_installing_older_version() THEN + BEGIN + MsgBox('鎮ㄥ凡瀹夎鏇存柊鐗堟湰鐨勨渰#MyAppName}鈥濓紝涓嶅厑璁镐娇鐢ㄦ棫鐗堟湰鏇挎崲鏂扮増鏈紝璇峰崟鍑烩滅‘瀹氣濇寜閽鍑烘瀹夎绋嬪簭銆', mbInformation, MB_OK); + Result := FALSE; + END ELSE + BEGIN + Result := TRUE; + END; + END ELSE + BEGIN + Result := TRUE; + END; +#else + Result := TRUE; +#endif +#else + Result := TRUE; +#endif + + +END; + +//閲嶈浇瀹夎绋嬪簭鍒濆鍖栧嚱鏁帮紙鍜屼笂杈归偅涓笉涓鏍凤級锛岃繘琛屽垵濮嬪寲鎿嶄綔 +PROCEDURE InitializeWizard(); +BEGIN + isFirst := TRUE; + is_installer_initialized := TRUE; + is_wizardform_show_normal := TRUE; + is_wizardform_released := FALSE; + need_to_change_associations := TRUE; + determine_wether_is_windows_7_or_not(); + extract_temp_files(); + WizardForm.InnerNotebook.Hide(); + WizardForm.OuterNotebook.Hide(); + WizardForm.Bevel.Hide(); + WITH WizardForm DO + BEGIN + BorderStyle := bsNone; + Position := poScreenCenter; + Width := WIZARDFORM_WIDTH_NORMAL; + Height := WIZARDFORM_HEIGHT_MORE; + Color := clWhite; + NextButton.Height := 0; + CancelButton.Height := 0; + BackButton.Visible := FALSE; + END; + label_wizardform_title := TLabel.Create(WizardForm); + WITH label_wizardform_title DO + BEGIN + Parent := WizardForm; + AutoSize := FALSE; + Left := 10; + Top := 5; + Width := 200; + Height := 20; + Font.Name := 'Microsoft YaHei'; + Font.Size := 9; + Font.Color := clWhite; + Caption := '{#MyAppName} V{#MyAppVersion} 瀹夎'; + Transparent := TRUE; + OnMouseDown := @wizardform_on_mouse_down; + END; + //label_wizardform_more_product_already_installed := TLabel.Create(WizardForm); + // WITH label_wizardform_more_product_already_installed DO + // BEGIN + // Parent := WizardForm; + // AutoSize := FALSE; + // Left := 85; + // Top := 449; + // Width := 200; + // Height := 20; + // Font.Name := 'Microsoft YaHei'; + // Font.Size := 9; + // Font.Color := clGray; + // Caption := '杞欢宸茬粡瀹夎锛屼笉鍏佽鏇存崲鐩綍銆'; + // Transparent := TRUE; + // OnMouseDown := @wizardform_on_mouse_down; + //END; + //label_wizardform_more_product_already_installed.Hide(); + label_wizardform_main := TLabel.Create(WizardForm); + WITH label_wizardform_main DO + BEGIN + Parent := WizardForm; + AutoSize := FALSE; + Left := 0; + Top := 0; + Width := WizardForm.Width; + Height := WizardForm.Height; + Caption := ''; + Transparent := TRUE; + OnMouseDown := @wizardform_on_mouse_down; + END; + edit_target_path:= TEdit.Create(WizardForm); + WITH edit_target_path DO + BEGIN + Parent := WizardForm; + Text := WizardForm.DirEdit.Text; + Font.Name := 'Microsoft YaHei'; + Font.Size := 9; + BorderStyle := bsNone; + SetBounds(91,423,402,20); + OnChange := @edit_target_path_on_change; + Color := clWhite; + TabStop := FALSE; + END; + edit_target_path.Hide(); + button_close := BtnCreate(WizardForm.Handle, 570, 0, 30, 30, ExpandConstant('{tmp}\button_close.png'), 0, FALSE); + BtnSetEvent(button_close, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_close_on_click, 1)); + button_minimize := BtnCreate(WizardForm.Handle, 540, 0, 30, 30, ExpandConstant('{tmp}\button_minimize.png'), 0, FALSE); + BtnSetEvent(button_minimize, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_minimize_on_click, 1)); + button_setup_or_next := BtnCreate(WizardForm.Handle, 211, 305, 178, 43, ExpandConstant('{tmp}\button_setup_or_next.png'), 0, FALSE); + BtnSetEvent(button_setup_or_next, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_setup_or_next_on_click, 1)); + button_browse := BtnCreate(WizardForm.Handle, 506, 420, 75, 24, ExpandConstant('{tmp}\button_browse.png'), 0, FALSE); + BtnSetEvent(button_browse, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_browse_on_click, 1)); + BtnSetVisibility(button_browse, FALSE); + button_customize_setup := BtnCreate(WizardForm.Handle, 511, 374, 78, 14, ExpandConstant('{tmp}\button_customize_setup.png'), 0, FALSE); + BtnSetEvent(button_customize_setup, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_customize_setup_on_click, 1)); + button_uncustomize_setup := BtnCreate(WizardForm.Handle, 511, 374, 78, 14, ExpandConstant('{tmp}\button_uncustomize_setup.png'), 0, FALSE); + BtnSetEvent(button_uncustomize_setup, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_customize_setup_on_click, 1)); + BtnSetVisibility(button_uncustomize_setup, FALSE); + PBOldProc := SetWindowLong(WizardForm.ProgressGauge.Handle, -4, PBCallBack(@PBProc, 4)); + ImgApplyChanges(WizardForm.Handle); + messagebox_close_create(); +#ifdef EnableRoundRect + shape_form_round(WizardForm,{#RoundRectData}); +#endif +END; + +//瀹夎绋嬪簭閿姣佹椂浼氳皟鐢ㄨ繖涓嚱鏁 +PROCEDURE DeinitializeSetup(); +BEGIN + IF ((is_wizardform_released = FALSE) AND (can_exit_setup = FALSE)) THEN + BEGIN + gdipShutdown(); + IF is_installer_initialized THEN + BEGIN + release_installer_after_init(); + END; + END; +END; + +//瀹夎椤甸潰鏀瑰彉鏃朵細璋冪敤杩欎釜鍑芥暟 +PROCEDURE CurPageChanged(CurPageID : INTEGER); +BEGIN + IF (CurPageID = wpWelcome) THEN + BEGIN + image_wizardform_background := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\background_welcome.png'), 0, 0, WIZARDFORM_WIDTH_NORMAL, WIZARDFORM_HEIGHT_NORMAL, FALSE, TRUE); + button_license := BtnCreate(WizardForm.Handle, 110, 376, 96, 12, ExpandConstant('{tmp}\button_license.png'), 0, FALSE); + BtnSetEvent(button_license, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_license_on_click, 1)); + checkbox_license := BtnCreate(WizardForm.Handle, 11, 374, 93, 17, ExpandConstant('{tmp}\checkbox_license.png'), 0, TRUE); + BtnSetEvent(checkbox_license, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@checkbox_license_on_click, 1)); + BtnSetChecked(checkbox_license, TRUE); +#ifdef RegisteAssociations + checkbox_setdefault := BtnCreate(WizardForm.Handle, 85, 470, 92, 17, ExpandConstant('{tmp}\checkbox_setdefault.png'), 0, TRUE); + BtnSetEvent(checkbox_setdefault, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@checkbox_setdefault_on_click, 1)); + BtnSetChecked(checkbox_setdefault, TRUE); + BtnSetVisibility(checkbox_setdefault, FALSE); +#endif + WizardForm.Height := WIZARDFORM_HEIGHT_NORMAL; + ImgApplyChanges(WizardForm.Handle); +#ifdef EnableRoundRect + shape_form_round(WizardForm,{#RoundRectData}); +#endif + END; + IF (CurPageID = wpInstalling) THEN + BEGIN + edit_target_path.Hide(); + //label_wizardform_more_product_already_installed.Hide(); + BtnSetVisibility(button_browse, FALSE); + WizardForm.Height := WIZARDFORM_HEIGHT_NORMAL; + is_wizardform_show_normal := TRUE; + BtnSetVisibility(button_customize_setup, FALSE); + BtnSetVisibility(button_uncustomize_setup, FALSE); + BtnSetVisibility(button_close, FALSE); + BtnSetPosition(button_minimize, 570, 0, 30, 30); +#ifdef RegisteAssociations + BtnSetVisibility(checkbox_setdefault, FALSE); +#endif + BtnSetVisibility(button_license, FALSE); + BtnSetVisibility(checkbox_license, FALSE); + label_install_progress := TLabel.Create(WizardForm); + WITH label_install_progress DO + BEGIN + Parent := WizardForm; + AutoSize := FALSE; + Left := 538; + Top := 349; + Width := 40; + Height := 30; + Font.Name := 'Microsoft YaHei'; + Font.Size := 10; + Font.Color := clBlack; + Caption := ''; + Transparent := TRUE; + Alignment := taRightJustify; + OnMouseDown := @wizardform_on_mouse_down; + END; + image_wizardform_background := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\background_installing.png'), 0, 0, WIZARDFORM_WIDTH_NORMAL, WIZARDFORM_HEIGHT_NORMAL, FALSE, TRUE); + image_progressbar_background := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\progressbar_background.png'), 20, 374, 560, 6, FALSE, TRUE); + image_progressbar_foreground := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\progressbar_foreground.png'), 20, 374, 0, 0, TRUE, TRUE); + BtnSetVisibility(button_setup_or_next, FALSE); + ImgApplyChanges(WizardForm.Handle); + END; + IF (CurPageID = wpFinished) THEN + BEGIN + label_install_progress.Caption := ''; + label_install_progress.Visible := FALSE; + ImgSetVisibility(image_progressbar_background, FALSE); + ImgSetVisibility(image_progressbar_foreground, FALSE); + BtnSetPosition(button_minimize, 540, 0, 30, 30); + BtnSetVisibility(button_close, TRUE); + button_setup_or_next := BtnCreate(WizardForm.Handle, 214, 305, 180, 44, ExpandConstant('{tmp}\button_finish.png'), 0, FALSE); + BtnSetEvent(button_setup_or_next, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_setup_or_next_on_click, 1)); + BtnSetEvent(button_close, ID_BUTTON_ON_CLICK_EVENT, WrapBtnCallback(@button_setup_or_next_on_click, 1)); + image_wizardform_background := ImgLoad(WizardForm.Handle, ExpandConstant('{tmp}\background_finish.png'), 0, 0, WIZARDFORM_WIDTH_NORMAL, WIZARDFORM_HEIGHT_NORMAL, FALSE, TRUE); + ImgApplyChanges(WizardForm.Handle); + END; +END; + +//瀹夎姝ラ鏀瑰彉鏃朵細璋冪敤杩欎釜鍑芥暟 +//PROCEDURE CurStepChanged(CurStep : TSetupStep); +//BEGIN +// IF (CurStep = ssPostInstall) THEN +// BEGIN +//#ifdef RegisteAssociations +// check_if_need_change_associations(); +//#endif +// //AND DO OTHER THINGS +// END; +// IF (CurStep = ssDone) THEN +// BEGIN +// is_wizardform_released := TRUE; +// release_installer(); +// END; +//END; + +//鎸囧畾璺宠繃鍝簺鏍囧噯椤甸潰 +FUNCTION ShouldSkipPage(PageID : INTEGER) : BOOLEAN; +BEGIN + IF (PageID = wpLicense) THEN Result := TRUE; + IF (PageID = wpPassword) THEN Result := TRUE; + IF (PageID = wpInfoBefore) THEN Result := TRUE; + IF (PageID = wpUserInfo) THEN Result := TRUE; + IF (PageID = wpSelectDir) THEN Result := TRUE; + IF (PageID = wpSelectComponents) THEN Result := TRUE; + IF (PageID = wpSelectProgramGroup) THEN Result := TRUE; + IF (PageID = wpSelectTasks) THEN Result := TRUE; + IF (PageID = wpReady) THEN Result := TRUE; + IF (PageID = wpPreparing) THEN Result := TRUE; + IF (PageID = wpInfoAfter) THEN Result := TRUE; +END; +//鍗歌浇姝ラ鏀瑰彉鏃朵細璋冪敤姝ゅ嚱鏁 +PROCEDURE CurUninstallStepChanged(CurUninstallStep : TUninstallStep); +BEGIN + IF (CurUninstallStep = usAppMutexCheck) THEN + BEGIN + //姝ら樁娈典负妫鏌ュ簲鐢ㄧ▼搴忎簰鏂ョ殑闃舵锛岃鍦ㄦ杩涜浜掓枼鎿嶄綔 + END; +END; + +procedure CurStepChanged(CurStep: TSetupStep); +var +uninspath, uninsname, NewUninsName : string; +begin +if CurStep=ssDone then +begin +// 鎸囧畾鏂扮殑鍗歌浇鏂囦欢鍚嶏紙涓嶅寘鍚墿灞曞悕锛夛紝璇风浉搴斾慨鏀癸紒 +NewUninsName := '鍗歌浇'; +// 浠ヤ笅閲嶅懡鍚嶅嵏杞芥枃浠 +uninspath:= ExtractFilePath(ExpandConstant('{uninstallexe}')); +uninsname:= Copy(ExtractFileName(ExpandConstant('{uninstallexe}')),1,8); +RenameFile(uninspath + uninsname + '.exe', uninspath + NewUninsName + '.exe'); +RenameFile(uninspath + uninsname + '.dat', uninspath + NewUninsName + '.dat'); +// 浠ヤ笅淇敼鐩稿簲鐨勬敞鍐岃〃鍐呭 +if RegKeyExists(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_64) then +begin +RegWriteStringValue(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_64, 'UninstallString', '"' + uninspath + NewUninsName + '.exe"'); +RegWriteStringValue(HKEY_LOCAL_MACHINE, PRODUCT_REGISTRY_KEY_64, 'QuietUninstallString', '"' + uninspath + NewUninsName + '.exe" /SILENT'); +end; +end; + IF (CurStep = ssPostInstall) THEN + BEGIN +#ifdef RegisteAssociations + check_if_need_change_associations(); +#endif + //AND DO OTHER THINGS + END; + IF (CurStep = ssDone) THEN + BEGIN + is_wizardform_released := TRUE; + release_installer(); + END; +end; \ No newline at end of file diff --git a/InnoSetupBeauty02/include/botva2.iss b/InnoSetupBeauty02/include/botva2.iss new file mode 100644 index 0000000..073cbd0 --- /dev/null +++ b/InnoSetupBeauty02/include/botva2.iss @@ -0,0 +1,29 @@ +锘//杩欓噷瀛樻斁鐨勬槸botva2鐨勫嚱鏁板0鏄 + +[Code] +TYPE + TBtnEventProc = PROCEDURE(h : HWND); + TPBProc = FUNCTION(h : hWnd; Msg, wParam, lParam : LONGINT) : LONGINT; + +FUNCTION ImgLoad(h : HWND; FileName : PAnsiChar; Left, Top, Width, Height : INTEGER; Stretch, IsBkg : BOOLEAN) : LONGINT; EXTERNAL 'ImgLoad@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE ImgSetVisibility(img : LONGINT; Visible : BOOLEAN); EXTERNAL 'ImgSetVisibility@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE ImgApplyChanges(h : HWND); EXTERNAL 'ImgApplyChanges@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE ImgSetPosition(img : LONGINT; NewLeft, NewTop, NewWidth, NewHeight : INTEGER); EXTERNAL 'ImgSetPosition@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE ImgRelease(img : LONGINT); EXTERNAL 'ImgRelease@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE CreateFormFromImage(h : HWND; FileName : PAnsiChar); EXTERNAL 'CreateFormFromImage@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE gdipShutdown(); EXTERNAL 'gdipShutdown@files:botva2.dll STDCALL DELAYLOAD'; +FUNCTION WrapBtnCallback(Callback : TBtnEventProc; ParamCount : INTEGER) : LONGWORD; EXTERNAL 'wrapcallback@files:innocallback.dll STDCALL DELAYLOAD'; +FUNCTION BtnCreate(hParent : HWND; Left, Top, Width, Height : INTEGER; FileName : PAnsiChar; ShadowWidth : INTEGER; IsCheckBtn : BOOLEAN) : HWND; EXTERNAL 'BtnCreate@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE BtnSetVisibility(h : HWND; Value : BOOLEAN); EXTERNAL 'BtnSetVisibility@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE BtnSetEvent(h : HWND; EventID : INTEGER; Event : LONGWORD); EXTERNAL 'BtnSetEvent@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE BtnSetEnabled(h : HWND; Value : BOOLEAN); EXTERNAL 'BtnSetEnabled@files:botva2.dll STDCALL DELAYLOAD'; +FUNCTION BtnGetChecked(h : HWND) : BOOLEAN; EXTERNAL 'BtnGetChecked@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE BtnSetChecked(h : HWND; Value : BOOLEAN); EXTERNAL 'BtnSetChecked@files:botva2.dll STDCALL DELAYLOAD'; +PROCEDURE BtnSetPosition(h : HWND; NewLeft, NewTop, NewWidth, NewHeight : INTEGER); EXTERNAL 'BtnSetPosition@files:botva2.dll STDCALL DELAYLOAD'; +FUNCTION SetWindowLong(h : HWnd; Index : INTEGER; NewLong : LONGINT) : LONGINT; EXTERNAL 'SetWindowLongA@user32.dll STDCALL'; +FUNCTION PBCallBack(P : TPBProc; ParamCount : INTEGER) : LONGWORD; EXTERNAL 'wrapcallback@files:innocallback.dll STDCALL DELAYLOAD'; +FUNCTION CallWindowProc(lpPrevWndFunc : LONGINT; h : HWND; Msg : UINT; wParam, lParam : LONGINT) : LONGINT; EXTERNAL 'CallWindowProcA@user32.dll STDCALL'; +PROCEDURE ImgSetVisiblePart(img : LONGINT; NewLeft, NewTop, NewWidth, NewHeight : INTEGER); EXTERNAL 'ImgSetVisiblePart@files:botva2.dll STDCALL DELAYLOAD'; +FUNCTION ReleaseCapture() : LONGINT; EXTERNAL 'ReleaseCapture@user32.dll STDCALL'; +FUNCTION CreateRoundRectRgn(p1, p2, p3, p4, p5, p6 : INTEGER) : THandle; EXTERNAL 'CreateRoundRectRgn@gdi32.dll STDCALL'; +FUNCTION SetWindowRgn(h : HWND; hRgn : THandle; bRedraw : BOOLEAN) : INTEGER; EXTERNAL 'SetWindowRgn@user32.dll STDCALL'; \ No newline at end of file diff --git a/InnoSetupBeauty02/lang/ChineseSimplified.isl b/InnoSetupBeauty02/lang/ChineseSimplified.isl new file mode 100644 index 0000000..5c5df9a --- /dev/null +++ b/InnoSetupBeauty02/lang/ChineseSimplified.isl @@ -0,0 +1,365 @@ +锘; *** Inno Setup version 6.0.3+ Chinese Simplified messages *** +; +; Maintained by Zhenghan Yang +; Email: 847320916@QQ.com +; Translation based on network resource +; The latest Translation is on https://github.com/kira-96/Inno-Setup-Chinese-Simplified-Translation +; + +[LangOptions] +; The following three entries are very important. Be sure to read and +; understand the '[LangOptions] section' topic in the help file. +LanguageName=绠浣撲腑鏂 +; If Language Name display incorrect, uncomment next line +; LanguageName=<7B80><4F53><4E2D><6587> +LanguageID=$0804 +LanguageCodePage=936 +; If the language you are translating to requires special font faces or +; sizes, uncomment any of the following entries and change them accordingly. +;DialogFontName= +;DialogFontSize=8 +;WelcomeFontName=Verdana +;WelcomeFontSize=12 +;TitleFontName=Arial +;TitleFontSize=29 +;CopyrightFontName=Arial +;CopyrightFontSize=8 + +[Messages] + +; *** 搴旂敤绋嬪簭鏍囬 +SetupAppTitle=瀹夎 +SetupWindowTitle=瀹夎 - %1 +UninstallAppTitle=鍗歌浇 +UninstallAppFullTitle=%1 鍗歌浇 + +; *** Misc. common +InformationTitle=淇℃伅 +ConfirmTitle=纭 +ErrorTitle=閿欒 + +; *** SetupLdr messages +SetupLdrStartupMessage=鐜板湪灏嗗畨瑁 %1銆傛偍鎯宠缁х画鍚楋紵 +LdrCannotCreateTemp=涓嶈兘鍒涘缓涓存椂鏂囦欢銆傚畨瑁呬腑鏂 +LdrCannotExecTemp=涓嶈兘鎵ц涓存椂鐩綍涓殑鏂囦欢銆傚畨瑁呬腑鏂 +HelpTextNote= + +; *** 鍚姩閿欒娑堟伅 +LastErrorMessage=%1.%n%n閿欒 %2: %3 +SetupFileMissing=瀹夎鐩綍涓殑鏂囦欢 %1 涓㈠け銆傝淇杩欎釜闂鎴栬幏鍙栦竴涓柊鐨勭▼搴忓壇鏈 +SetupFileCorrupt=瀹夎鏂囦欢宸叉崯鍧忋傝鑾峰彇涓涓柊鐨勭▼搴忓壇鏈 +SetupFileCorruptOrWrongVer=瀹夎鏂囦欢宸叉崯鍧忥紝鎴栨槸涓庤繖涓畨瑁呯▼搴忕殑鐗堟湰涓嶅吋瀹广傝淇杩欎釜闂鎴栬幏鍙栨柊鐨勭▼搴忓壇鏈 +InvalidParameter=鏃犳晥鐨勫懡浠よ鍙傛暟: %n%n%1 +SetupAlreadyRunning=瀹夎绋嬪簭姝e湪杩愯銆 +WindowsVersionNotSupported=杩欎釜绋嬪簭涓嶆敮鎸佽鐗堟湰鐨勮绠楁満杩愯銆 +WindowsServicePackRequired=杩欎釜绋嬪簭瑕佹眰%1鏈嶅姟鍖%1鎴栨洿楂樸 +NotOnThisPlatform=杩欎釜绋嬪簭灏嗕笉鑳借繍琛屼簬 %1銆 +OnlyOnThisPlatform=杩欎釜绋嬪簭蹇呴』杩愯浜 %1銆 +OnlyOnTheseArchitectures=杩欎釜绋嬪簭鍙兘鍦ㄤ负涓嬪垪澶勭悊鍣ㄧ粨鏋勮璁$殑 Windows 鐗堟湰涓繘琛屽畨瑁:%n%n%1 +WinVersionTooLowError=杩欎釜绋嬪簭闇瑕 %1 鐗堟湰 %2 鎴栨洿楂樸 +WinVersionTooHighError=杩欎釜绋嬪簭涓嶈兘瀹夎浜 %1 鐗堟湰 %2 鎴栨洿楂樸 +AdminPrivilegesRequired=鍦ㄥ畨瑁呰繖涓▼搴忔椂鎮ㄥ繀椤讳互绠$悊鍛樿韩浠界櫥褰曘 +PowerUserPrivilegesRequired=鍦ㄥ畨瑁呰繖涓▼搴忔椂鎮ㄥ繀椤讳互绠$悊鍛樿韩浠芥垨鏈夋潈闄愮殑鐢ㄦ埛缁勮韩浠界櫥褰曘 +SetupAppRunningError=瀹夎绋嬪簭鍙戠幇 %1 褰撳墠姝e湪杩愯銆%n%n璇峰厛鍏抽棴鎵鏈夎繍琛岀殑绐楀彛锛岀劧鍚庡崟鍑烩滅‘瀹氣濈户缁紝鎴栨寜鈥滃彇娑堚濋鍑恒 +UninstallAppRunningError=鍗歌浇绋嬪簭鍙戠幇 %1 褰撳墠姝e湪杩愯銆%n%n璇峰厛鍏抽棴鎵鏈夎繍琛岀殑绐楀彛锛岀劧鍚庡崟鍑烩滅‘瀹氣濈户缁紝鎴栨寜鈥滃彇娑堚濋鍑恒 + +; *** 鍚姩闂 +PrivilegesRequiredOverrideTitle=閫夋嫨瀹夎绋嬪簭妯″紡 +PrivilegesRequiredOverrideInstruction=閫夋嫨瀹夎妯″紡 +PrivilegesRequiredOverrideText1=%1 鍙互涓烘墍鏈夌敤鎴峰畨瑁(闇瑕佺鐞嗗憳鏉冮檺)锛屾垨浠呬负鎮ㄥ畨瑁呫 +PrivilegesRequiredOverrideText2=%1 鍙兘涓烘偍瀹夎锛屾垨涓烘墍鏈夌敤鎴峰畨瑁(闇瑕佺鐞嗗憳鏉冮檺)銆 +PrivilegesRequiredOverrideAllUsers=涓烘墍鏈夌敤鎴峰畨瑁(&A) +PrivilegesRequiredOverrideAllUsersRecommended=涓烘墍鏈夌敤鎴峰畨瑁(寤鸿閫夐」)(&A) +PrivilegesRequiredOverrideCurrentUser=鍙负鎴戝畨瑁(&M) +PrivilegesRequiredOverrideCurrentUserRecommended=鍙负鎴戝畨瑁(寤鸿閫夐」)(&M) + +; *** 鍏跺畠閿欒 +ErrorCreatingDir=瀹夎绋嬪簭涓嶈兘鍒涘缓鐩綍鈥%1鈥濄 +ErrorTooManyFilesInDir=涓嶈兘鍦ㄧ洰褰曗%1鈥濅腑鍒涘缓鏂囦欢锛屽洜涓洪噷闈㈢殑鏂囦欢澶 + +; *** 瀹夎绋嬪簭鍏叡娑堟伅 +ExitSetupTitle=閫鍑哄畨瑁呯▼搴 +ExitSetupMessage=瀹夎绋嬪簭鏈畬鎴愬畨瑁呫傚鏋滄偍鐜板湪閫鍑猴紝鎮ㄧ殑绋嬪簭灏嗕笉鑳藉畨瑁呫%n%n鎮ㄥ彲浠ヤ互鍚庡啀杩愯瀹夎绋嬪簭瀹屾垚瀹夎銆%n%n閫鍑哄畨瑁呯▼搴忓悧锛 +AboutSetupMenuItem=鍏充簬瀹夎绋嬪簭(&A)... +AboutSetupTitle=鍏充簬瀹夎绋嬪簭 +AboutSetupMessage=%1 鐗堟湰 %2%n%3%n%n%1 涓婚〉:%n%4 +AboutSetupNote= +TranslatorNote= + +; *** 鎸夐挳 +ButtonBack=< 涓婁竴姝(&B) +ButtonNext=涓嬩竴姝(&N) > +ButtonInstall=瀹夎(&I) +ButtonOK=纭畾 +ButtonCancel=鍙栨秷 +ButtonYes=鏄(&Y) +ButtonYesToAll=鍏ㄦ槸(&A) +ButtonNo=鍚(&N) +ButtonNoToAll=鍏ㄥ惁(&O) +ButtonFinish=瀹屾垚(&F) +ButtonBrowse=娴忚(&B)... +ButtonWizardBrowse=娴忚(&R)... +ButtonNewFolder=鏂板缓鏂囦欢澶(&M) + +; *** 鈥滈夋嫨璇█鈥濆璇濇娑堟伅 +SelectLanguageTitle=閫夋嫨瀹夎璇█ +SelectLanguageLabel=閫夋嫨瀹夎鏃惰浣跨敤鐨勮瑷銆 + +; *** 鍏叡鍚戝鏂囧瓧 +ClickNext=鍗曞嚮鈥滀笅涓姝モ濈户缁紝鎴栧崟鍑烩滃彇娑堚濋鍑哄畨瑁呯▼搴忋 +BeveledLabel= +BrowseDialogTitle=娴忚鏂囦欢澶 +BrowseDialogLabel=鍦ㄤ笅鍒楀垪琛ㄤ腑閫夋嫨涓涓枃浠跺す锛岀劧鍚庡崟鍑烩滅‘瀹氣濄 +NewFolderName=鏂板缓鏂囦欢澶 + +; *** 鈥滄杩庘濆悜瀵奸〉 +WelcomeLabel1=娆㈣繋浣跨敤 [name] 瀹夎鍚戝 +WelcomeLabel2=鐜板湪灏嗗畨瑁 [name/ver] 鍒版偍鐨勭數鑴戜腑銆%n%n鎺ㄨ崘鎮ㄥ湪缁х画瀹夎鍓嶅叧闂墍鏈夊叾瀹冨簲鐢ㄧ▼搴忋 + +; *** 鈥滃瘑鐮佲濆悜瀵奸〉 +WizardPassword=瀵嗙爜 +PasswordLabel1=杩欎釜瀹夎绋嬪簭鏈夊瘑鐮佷繚鎶ゃ +PasswordLabel3=璇疯緭鍏ュ瘑鐮侊紝鐒跺悗鍗曞嚮鈥滀笅涓姝モ濈户缁傚瘑鐮佸尯鍒嗗ぇ灏忓啓銆 +PasswordEditLabel=瀵嗙爜(&P): +IncorrectPassword=鎮ㄨ緭鍏ョ殑瀵嗙爜涓嶆纭紝璇烽噸璇曘 + +; *** 鈥滆鍙崗璁濆悜瀵奸〉 +WizardLicense=璁稿彲鍗忚 +LicenseLabel=缁х画瀹夎鍓嶈闃呰涓嬪垪閲嶈淇℃伅銆 +LicenseLabel3=璇蜂粩缁嗛槄璇讳笅鍒楄鍙崗璁傛偍鍦ㄧ户缁畨瑁呭墠蹇呴』鍚屾剰杩欎簺鍗忚鏉℃銆 +LicenseAccepted=鎴戝悓鎰忔鍗忚(&A) +LicenseNotAccepted=鎴戜笉鍚屾剰姝ゅ崗璁(&D) + +; *** 鈥滀俊鎭濆悜瀵奸〉 +WizardInfoBefore=淇℃伅 +InfoBeforeLabel=璇峰湪缁х画瀹夎鍓嶉槄璇讳笅鍒楅噸瑕佷俊鎭 +InfoBeforeClickLabel=濡傛灉鎮ㄦ兂缁х画瀹夎锛屽崟鍑烩滀笅涓姝モ濄 +WizardInfoAfter=淇℃伅 +InfoAfterLabel=璇峰湪缁х画瀹夎鍓嶉槄璇讳笅鍒楅噸瑕佷俊鎭 +InfoAfterClickLabel=濡傛灉鎮ㄦ兂缁х画瀹夎锛屽崟鍑烩滀笅涓姝モ濄 + +; *** 鈥滅敤鎴蜂俊鎭濆悜瀵奸〉 +WizardUserInfo=鐢ㄦ埛淇℃伅 +UserInfoDesc=璇疯緭鍏ユ偍鐨勪俊鎭 +UserInfoName=鐢ㄦ埛鍚(&U): +UserInfoOrg=缁勭粐(&O): +UserInfoSerial=搴忓垪鍙(&S): +UserInfoNameRequired=鎮ㄥ繀椤昏緭鍏ュ悕瀛椼 + +; *** 鈥滈夋嫨鐩爣鐩綍鈥濆悜瀵奸潰 +WizardSelectDir=閫夋嫨鐩爣浣嶇疆 +SelectDirDesc=鎮ㄦ兂灏 [name] 瀹夎鍦ㄤ粈涔堝湴鏂癸紵 +SelectDirLabel3=瀹夎绋嬪簭灏嗗畨瑁 [name] 鍒颁笅鍒楁枃浠跺す涓 +SelectDirBrowseLabel=鍗曞嚮鈥滀笅涓姝モ濈户缁傚鏋滄偍鎯抽夋嫨鍏跺畠鏂囦欢澶癸紝鍗曞嚮鈥滄祻瑙堚濄 +DiskSpaceGBLabel=鑷冲皯闇瑕佹湁 [gb] GB 鐨勫彲鐢ㄧ鐩樼┖闂淬 +DiskSpaceMBLabel=鑷冲皯闇瑕佹湁 [mb] MB 鐨勫彲鐢ㄧ鐩樼┖闂淬 +CannotInstallToNetworkDrive=瀹夎绋嬪簭鏃犳硶瀹夎鍒颁竴涓綉缁滈┍鍔ㄥ櫒銆 +CannotInstallToUNCPath=瀹夎绋嬪簭鏃犳硶瀹夎鍒颁竴涓猆NC璺緞銆 +InvalidPath=鎮ㄥ繀椤昏緭鍏ヤ竴涓甫椹卞姩鍣ㄥ嵎鏍囩殑瀹屾暣璺緞锛屼緥濡:%n%nC:\APP%n%n鎴栦笅鍒楀舰寮忕殑 UNC 璺緞:%n%n\\server\share +InvalidDrive=鎮ㄩ夊畾鐨勯┍鍔ㄥ櫒鎴 UNC 鍏变韩涓嶅瓨鍦ㄦ垨涓嶈兘璁块棶銆傝閫夐夋嫨鍏跺畠浣嶇疆銆 +DiskSpaceWarningTitle=娌℃湁瓒冲鐨勭鐩樼┖闂 +DiskSpaceWarning=瀹夎绋嬪簭鑷冲皯闇瑕 %1 KB 鐨勫彲鐢ㄧ┖闂存墠鑳藉畨瑁咃紝浣嗛夊畾椹卞姩鍣ㄥ彧鏈 %2 KB 鐨勫彲鐢ㄧ┖闂淬%n%n鎮ㄤ竴瀹氳缁х画鍚楋紵 +DirNameTooLong=鏂囦欢澶瑰悕鎴栬矾寰勫お闀裤 +InvalidDirName=鏂囦欢澶瑰悕鏄棤鏁堢殑銆 +BadDirName32=鏂囦欢澶瑰悕涓嶈兘鍖呭惈涓嬪垪浠讳綍瀛楃:%n%n%1 +DirExistsTitle=鏂囦欢澶瑰瓨鍦 +DirExists=鏂囦欢澶:%n%n%1%n%n宸茬粡瀛樺湪銆傛偍涓瀹氳瀹夎鍒拌繖涓枃浠跺す涓悧锛 +DirDoesntExistTitle=鏂囦欢澶逛笉瀛樺湪 +DirDoesntExist=鏂囦欢澶:%n%n%1%n%n涓嶅瓨鍦ㄣ傛偍鎯宠鍒涘缓姝ょ洰褰曞悧锛 + +; *** 鈥滈夋嫨缁勪欢鈥濆悜瀵奸〉 +WizardSelectComponents=閫夋嫨缁勪欢 +SelectComponentsDesc=鎮ㄦ兂瀹夎鍝簺绋嬪簭鐨勭粍浠讹紵 +SelectComponentsLabel2=閫夋嫨鎮ㄦ兂瑕佸畨瑁呯殑缁勪欢锛涙竻闄ゆ偍涓嶆兂瀹夎鐨勭粍浠躲傜劧鍚庡崟鍑烩滀笅涓姝モ濈户缁 +FullInstallation=瀹屽叏瀹夎 +; if possible don't translate 'Compact' as 'Minimal' (I mean 'Minimal' in your language) +CompactInstallation=绠娲佸畨瑁 +CustomInstallation=鑷畾涔夊畨瑁 +NoUninstallWarningTitle=缁勪欢瀛樺湪 +NoUninstallWarning=瀹夎绋嬪簭渚︽祴鍒颁笅鍒楃粍浠跺凡鍦ㄦ偍鐨勭數鑴戜腑瀹夎銆:%n%n%1%n%n鍙栨秷閫夊畾杩欎簺缁勪欢灏嗕笉鑳藉嵏杞藉畠浠%n%n鎮ㄤ竴瀹氳缁х画鍚楋紵 +ComponentSize1=%1 KB +ComponentSize2=%1 MB +ComponentsDiskSpaceGBLabel=褰撳墠閫夋嫨鐨勭粍浠惰嚦灏戦渶瑕 [gb] GB 鐨勭鐩樼┖闂淬 +ComponentsDiskSpaceMBLabel=褰撳墠閫夋嫨鐨勭粍浠惰嚦灏戦渶瑕 [mb] MB 鐨勭鐩樼┖闂淬 + +; *** 鈥滈夋嫨闄勫姞浠诲姟鈥濆悜瀵奸〉 +WizardSelectTasks=閫夋嫨闄勫姞浠诲姟 +SelectTasksDesc=鎮ㄦ兂瑕佸畨瑁呯▼搴忔墽琛屽摢浜涢檮鍔犱换鍔★紵 +SelectTasksLabel2=閫夋嫨鎮ㄦ兂瑕佸畨瑁呯▼搴忓湪瀹夎 [name] 鏃舵墽琛岀殑闄勫姞浠诲姟锛岀劧鍚庡崟鍑烩滀笅涓姝モ濄 + +; *** 鈥滈夋嫨寮濮嬭彍鍗曟枃浠跺す鈥濆悜瀵奸〉 +WizardSelectProgramGroup=閫夋嫨寮濮嬭彍鍗曟枃浠跺す +SelectStartMenuFolderDesc=鎮ㄦ兂鍦ㄥ摢閲屾斁缃▼搴忕殑蹇嵎鏂瑰紡锛 +SelectStartMenuFolderLabel3=瀹夎绋嬪簭鐜板湪灏嗗湪涓嬪垪寮濮嬭彍鍗曟枃浠跺す涓垱寤虹▼搴忕殑蹇嵎鏂瑰紡銆 +SelectStartMenuFolderBrowseLabel=鍗曞嚮鈥滀笅涓姝モ濈户缁傚鏋滄偍鎯抽夋嫨鍏跺畠鏂囦欢澶癸紝鍗曞嚮鈥滄祻瑙堚濄 +MustEnterGroupName=鎮ㄥ繀椤昏緭鍏ヤ竴涓枃浠跺す鍚嶃 +GroupNameTooLong=鏂囦欢澶瑰悕鎴栬矾寰勫お闀裤 +InvalidGroupName=鏂囦欢澶瑰悕鏄棤鏁堢殑銆 +BadGroupName=鏂囦欢澶瑰悕涓嶈兘鍖呭惈涓嬪垪浠讳綍瀛楃:%n%n%1 +NoProgramGroupCheck2=涓嶅垱寤哄紑濮嬭彍鍗曟枃浠跺す(&D) + +; *** 鈥滃噯澶囧畨瑁呪濆悜瀵奸〉 +WizardReady=鍑嗗瀹夎 +ReadyLabel1=瀹夎绋嬪簭鐜板湪鍑嗗寮濮嬪畨瑁 [name] 鍒版偍鐨勭數鑴戜腑銆 +ReadyLabel2a=鍗曞嚮鈥滃畨瑁呪濈户缁瀹夎绋嬪簭銆傚鏋滄偍鎯宠鍥為【鎴栨敼鍙樿缃紝璇峰崟鍑烩滀笂涓姝モ濄 +ReadyLabel2b=鍗曞嚮鈥滃畨瑁呪濈户缁瀹夎绋嬪簭? +ReadyMemoUserInfo=鐢ㄦ埛淇℃伅: +ReadyMemoDir=鐩爣浣嶇疆: +ReadyMemoType=瀹夎绫诲瀷: +ReadyMemoComponents=閫夊畾缁勪欢: +ReadyMemoGroup=寮濮嬭彍鍗曟枃浠跺す: +ReadyMemoTasks=闄勫姞浠诲姟: + +; *** 鈥滄鍦ㄥ噯澶囧畨瑁呪濆悜瀵奸〉 +WizardPreparing=姝e湪鍑嗗瀹夎 +PreparingDesc=瀹夎绋嬪簭姝e湪鍑嗗瀹夎 [name] 鍒版偍鐨勭數鑴戜腑銆 +PreviousInstallNotCompleted=鍏堝墠绋嬪簭鐨勫畨瑁/鍗歌浇鏈畬鎴愩傛偍闇瑕侀噸鏂板惎鍔ㄦ偍鐨勭數鑴戞墠鑳藉畬鎴愬畨瑁呫%n%n鍦ㄩ噸鏂板惎鍔ㄧ數鑴戝悗锛屽啀杩愯瀹夎瀹屾垚 [name] 鐨勫畨瑁呫 +CannotContinue=瀹夎绋嬪簭涓嶈兘缁х画銆傝鍗曞嚮鈥滃彇娑堚濋鍑恒 +ApplicationsFound=涓嬪垪搴旂敤绋嬪簭姝e湪浣跨敤鐨勬枃浠堕渶瑕佹洿鏂拌缃傚畠鏄缓璁偍鍏佽瀹夎绋嬪簭鑷姩鍏抽棴杩欎簺搴旂敤绋嬪簭銆 +ApplicationsFound2=涓嬪垪搴旂敤绋嬪簭姝e湪浣跨敤鐨勬枃浠堕渶瑕佹洿鏂拌缃傚畠鏄缓璁偍鍏佽瀹夎绋嬪簭鑷姩鍏抽棴杩欎簺搴旂敤绋嬪簭銆傚畨瑁呭畬鎴愬悗锛屽畨瑁呯▼搴忓皢灏濊瘯閲嶆柊鍚姩搴旂敤绋嬪簭銆 +CloseApplications=鑷姩鍏抽棴璇ュ簲鐢ㄧ▼搴(&A) +DontCloseApplications=涓嶈鍏抽棴璇ュ簲鐢ㄧ▼搴(D) +ErrorCloseApplications=瀹夎绋嬪簭鏃犳硶鑷姩鍏抽棴鎵鏈夊簲鐢ㄧ▼搴忋傚湪缁х画涔嬪墠锛屾垜浠缓璁偍鍏抽棴鎵鏈変娇鐢ㄩ渶瑕佹洿鏂扮殑瀹夎绋嬪簭鏂囦欢銆 +PrepareToInstallNeedsRestart=瀹夎绋嬪簭蹇呴』閲嶆柊鍚姩璁$畻鏈恒傞噸鏂板惎鍔ㄨ绠楁満鍚庯紝璇峰啀娆¤繍琛屽畨瑁呯▼搴忎互瀹屾垚 [name] 鐨勫畨瑁呫%n%n鏄惁绔嬪嵆閲嶆柊鍚姩锛 + +; *** 鈥滄鍦ㄥ畨瑁呪濆悜瀵奸〉 +WizardInstalling=姝e湪瀹夎 +InstallingLabel=瀹夎绋嬪簭姝e湪瀹夎 [name] 鍒版偍鐨勭數鑴戜腑锛岃绋嶇瓑銆 + +; *** 鈥滃畨瑁呭畬鎴愨濆悜瀵奸〉 +FinishedHeadingLabel=[name] 瀹夎瀹屾垚 +FinishedLabelNoIcons=瀹夎绋嬪簭宸插湪鎮ㄧ殑鐢佃剳涓畨瑁呬簡 [name]銆 +FinishedLabel=瀹夎绋嬪簭宸插湪鎮ㄧ殑鐢佃剳涓畨瑁呬簡 [name]銆傛搴旂敤绋嬪簭鍙互閫氳繃閫夋嫨瀹夎鐨勫揩鎹锋柟寮忚繍琛屻 +ClickFinish=鍗曞嚮鈥滃畬鎴愨濋鍑哄畨瑁呯▼搴忋 +FinishedRestartLabel=瑕佸畬鎴 [name] 鐨勫畨瑁咃紝瀹夎绋嬪簭蹇呴』閲嶆柊鍚姩鎮ㄧ殑鐢佃剳銆傛偍鎯崇幇鍦ㄩ噸鏂板惎鍔ㄥ悧锛 +FinishedRestartMessage=瑕佸畬鎴 [name] 鐨勫畨瑁咃紝瀹夎绋嬪簭蹇呴』閲嶆柊鍚姩鎮ㄧ殑鐢佃剳銆%n%n鎮ㄦ兂鐜板湪閲嶆柊鍚姩鍚楋紵 +ShowReadmeCheck=鏄紝鎮ㄦ兂鏌ラ槄鑷堪鏂囦欢 +YesRadio=鏄紝绔嬪嵆閲嶆柊鍚姩鐢佃剳(&Y) +NoRadio=鍚︼紝绋嶅悗閲嶆柊鍚姩鐢佃剳(&N) +; 鐢ㄤ簬璞♀滆繍琛 MyProg.exe鈥 +RunEntryExec=杩愯 %1 +; 鐢ㄤ簬璞♀滄煡闃 Readme.txt鈥 +RunEntryShellExec=鏌ラ槄 %1 + +; *** 鈥滃畨瑁呯▼搴忛渶瑕佷笅涓寮犵鐩樷濇彁绀 +ChangeDiskTitle=瀹夎绋嬪簭闇瑕佷笅涓寮犵鐩 +SelectDiskLabel2=璇锋彃鍏ョ鐩 %1 骞跺崟鍑烩滅‘瀹氣濄%n%n濡傛灉杩欎釜纾佺洏涓殑鏂囦欢涓嶈兘鍦ㄤ笉鍚屼簬涓嬪垪鏄剧ず鐨勬枃浠跺す涓壘鍒帮紝杈撳叆姝g‘鐨勮矾寰勬垨鍗曞嚮鈥滄祻瑙堚濄 +PathLabel=璺緞(&P): +FileNotInDir2=鏂囦欢鈥%1鈥濅笉鑳藉湪鈥%2鈥濆畾浣嶃傝鎻掑叆姝g‘鐨勭鐩樻垨閫夋嫨鍏跺畠鏂囦欢澶广 +SelectDirectoryLabel=璇锋寚瀹氫笅涓寮犵鐩樼殑浣嶇疆銆 + +; *** 瀹夎鐘舵佹秷鎭 +SetupAborted=瀹夎绋嬪簭鏈畬鎴愬畨瑁呫%n%n璇蜂慨姝h繖涓棶棰樺苟閲嶆柊杩愯瀹夎绋嬪簭銆 +AbortRetryIgnoreSelectAction=閫夐」 +AbortRetryIgnoreRetry=閲嶈瘯(&T) +AbortRetryIgnoreIgnore=蹇界暐閿欒骞剁户缁(&I) +AbortRetryIgnoreCancel=鍏抽棴瀹夎绋嬪簭 + +; *** 瀹夎鐘舵佹秷鎭 +StatusClosingApplications=姝e湪鍏抽棴搴旂敤绋嬪簭... +StatusCreateDirs=姝e湪鍒涘缓鐩綍... +StatusExtractFiles=姝e湪瑙e帇缂╂枃浠... +StatusCreateIcons=姝e湪鍒涘缓蹇嵎鏂瑰紡... +StatusCreateIniEntries=姝e湪鍒涘缓 INI 鏉$洰... +StatusCreateRegistryEntries=姝e湪鍒涘缓娉ㄥ唽琛ㄦ潯鐩... +StatusRegisterFiles=姝e湪娉ㄥ唽鏂囦欢... +StatusSavingUninstall=姝e湪淇濆瓨鍗歌浇淇℃伅... +StatusRunProgram=姝e湪瀹屾垚瀹夎... +StatusRestartingApplications=姝e湪閲嶅惎搴旂敤绋嬪簭... +StatusRollback=姝e湪鎾ら攢鏇存敼... + +; *** 鍏跺畠閿欒 +ErrorInternal2=鍐呴儴閿欒: %1 +ErrorFunctionFailedNoCode=%1 澶辫触 +ErrorFunctionFailed=%1 澶辫触锛涢敊璇唬鐮 %2 +ErrorFunctionFailedWithMessage=%1 澶辫触锛涢敊璇唬鐮 %2.%n%3 +ErrorExecutingProgram=涓嶈兘鎵ц鏂囦欢:%n%1 + +; *** 娉ㄥ唽琛ㄩ敊璇 +ErrorRegOpenKey=鎵撳紑娉ㄥ唽琛ㄩ」鏃跺嚭閿:%n%1\%2 +ErrorRegCreateKey=鍒涘缓娉ㄥ唽琛ㄩ」鏃跺嚭閿:%n%1\%2 +ErrorRegWriteKey=鍐欏叆娉ㄥ唽琛ㄩ」鏃跺嚭閿:%n%1\%2 + +; *** INI 閿欒 +ErrorIniEntry=鍦ㄦ枃浠垛%1鈥濆垱寤 INI 椤圭洰閿欒銆 + +; *** 鏂囦欢澶嶅埗閿欒 +FileAbortRetryIgnoreSkipNotRecommended=璺宠繃杩欎釜鏂囦欢 (涓嶆帹鑽)(&S) +FileAbortRetryIgnoreIgnoreNotRecommended=蹇界暐閿欒骞剁户缁 (涓嶆帹鑽)(&I) +SourceIsCorrupted=婧愭枃浠跺凡鎹熷潖 +SourceDoesntExist=婧愭枃浠垛%1鈥濅笉瀛樺湪 +ExistingFileReadOnly2=鏃犳硶鏇挎崲鐜版湁鏂囦欢锛屽洜涓哄畠鏄彧璇荤殑銆 +ExistingFileReadOnlyRetry=绉婚櫎鍙灞炴у苟閲嶈瘯(&R) +ExistingFileReadOnlyKeepExisting=淇濈暀鐜版湁鏂囦欢(&K) +ErrorReadingExistingDest=灏濊瘯璇诲彇鐜版湁鏂囦欢鏃跺彂鐢熶竴涓敊璇: +FileExists=鏂囦欢宸茬粡瀛樺湪銆%n%n鎮ㄦ兂瑕佸畨瑁呯▼搴忚鐩栧畠鍚楋紵 +ExistingFileNewer=鐜版湁鐨勬枃浠舵柊涓庡畨瑁呯▼搴忚瀹夎鐨勬枃浠躲傛帹鑽愭偍淇濈暀鐜版湁鏂囦欢銆%n%n鎮ㄦ兂瑕佷繚鐣欑幇鏈夌殑鏂囦欢鍚楋紵 +ErrorChangingAttr=灏濊瘯鏀瑰彉涓嬪垪鐜版湁鐨勬枃浠剁殑灞炴ф椂鍙戠敓涓涓敊璇: +ErrorCreatingTemp=灏濊瘯鍦ㄧ洰鏍囩洰褰曞垱寤烘枃浠舵椂鍙戠敓涓涓敊璇: +ErrorReadingSource=灏濊瘯璇诲彇涓嬪垪婧愭枃浠舵椂鍙戠敓涓涓敊璇: +ErrorCopying=灏濊瘯澶嶅埗涓嬪垪鏂囦欢鏃跺彂鐢熶竴涓敊璇: +ErrorReplacingExistingFile=灏濊瘯鏇挎崲鐜版湁鐨勬枃浠舵椂鍙戠敓閿欒: +ErrorRestartReplace=閲嶅惎鐢佃剳鍚庢浛鎹㈡枃浠跺け璐: +ErrorRenamingTemp=灏濊瘯閲嶆柊鍛藉悕浠ヤ笅鐩爣鐩綍涓殑涓涓枃浠舵椂鍙戠敓閿欒: +ErrorRegisterServer=涓嶈兘娉ㄥ唽 DLL/OCX: %1 +ErrorRegSvr32Failed=RegSvr32 澶辫触锛涢鍑轰唬鐮 %1 +ErrorRegisterTypeLib=涓嶈兘娉ㄥ唽绫诲瀷搴: %1 + +; *** 鍗歌浇鏄剧ず鍚嶅瓧鏍囪 +; used for example as 'My Program (32-bit)' +UninstallDisplayNameMark=%1 (%2) +; used for example as 'My Program (32-bit, All users)' +UninstallDisplayNameMarks=%1 (%2, %3) +UninstallDisplayNameMark32Bit=32浣 +UninstallDisplayNameMark64Bit=64浣 +UninstallDisplayNameMarkAllUsers=鎵鏈夌敤鎴 +UninstallDisplayNameMarkCurrentUser=褰撳墠鐢ㄦ埛 + +; *** 瀹夎鍚庨敊璇 +ErrorOpeningReadme=褰撳皾璇曟墦寮鑷堪鏂囦欢鏃跺彂鐢熶竴涓敊璇 +ErrorRestartingComputer=瀹夎绋嬪簭涓嶈兘閲嶆柊鍚姩鐢佃剳锛岃鎵嬪姩閲嶅惎銆 + +; *** 鍗歌浇娑堟伅 +UninstallNotFound=鏂囦欢鈥%1鈥濅笉瀛樺湪銆備笉鑳藉嵏杞姐 +UninstallOpenError=鏂囦欢鈥%1鈥濅笉鑳芥墦寮銆備笉鑳藉嵏杞姐 +UninstallUnsupportedVer=鍗歌浇鏃ュ織鏂囦欢鈥%1鈥濇湁鏈杩欎釜鐗堟湰鐨勫嵏杞藉櫒鎵胯鐨勬牸寮忋備笉鑳藉嵏杞 +UninstallUnknownEntry=鍦ㄥ嵏杞芥棩蹇椾腑閬囧埌涓涓湭鐭ョ殑鏉$洰 (%1) +ConfirmUninstall=鎮ㄧ‘璁ゆ兂瑕佸畬鍏ㄥ垹闄 %1 鍙婂畠鐨勬墍鏈夌粍浠跺悧锛 +UninstallOnlyOnWin64=杩欎釜瀹夎绋嬪簭鍙兘鍦 64 浣 Windows 涓繘琛屽嵏杞姐 +OnlyAdminCanUninstall=杩欎釜瀹夎鐨勭▼搴忓彧鑳芥槸鏈夌鐞嗗憳鏉冮檺鐨勭敤鎴锋墠鑳藉嵏杞姐 +UninstallStatusLabel=姝e湪浠庢偍鐨勭數鑴戜腑鍒犻櫎 %1锛岃绛夊緟銆 +UninstalledAll=%1 宸查『鍒╁湴浠庢偍鐨勭數鑴戜腑鍒犻櫎銆 +UninstalledMost=%1 鍗歌浇瀹屾垚銆%n%n鏈変竴浜涘唴瀹逛笉鑳借鍒犻櫎銆傛偍鍙互鎵嬪伐鍒犻櫎瀹冧滑銆 +UninstalledAndNeedsRestart=瑕佸畬鎴 %1 鐨勫嵏杞斤紝鎮ㄧ殑鐢佃剳蹇呴』閲嶆柊鍚姩銆%n%n鎮ㄧ幇鍦ㄦ兂閲嶆柊鍚姩鐢佃剳鍚楋紵 +UninstallDataCorrupted=鈥%1鈥濇枃浠惰鐮村潖锛屼笉鑳藉嵏杞 + +; *** 鍗歌浇鐘舵佹秷鎭 +ConfirmDeleteSharedFileTitle=鍒犻櫎鍏变韩鏂囦欢鍚楋紵 +ConfirmDeleteSharedFile2=绯荤粺涓寘鍚殑涓嬪垪鍏变韩鏂囦欢宸茬粡涓嶈鍏跺畠绋嬪簭浣跨敤銆傛偍鎯宠鍗歌浇绋嬪簭鍒犻櫎杩欎簺鍏变韩鏂囦欢鍚楋紵%n%n濡傛灉杩欎簺鏂囦欢琚垹闄わ紝浣嗚繕鏈夌▼搴忔鍦ㄤ娇鐢ㄨ繖浜涙枃浠讹紝杩欎簺绋嬪簭鍙兘涓嶈兘姝g‘鎵ц銆傚鏋滄偍涓嶈兘纭畾锛岄夋嫨鈥滃惁鈥濄傛妸杩欎簺鏂囦欢淇濈暀鍦ㄧ郴缁熶腑浠ュ厤寮曡捣闂銆 +SharedFileNameLabel=鏂囦欢鍚: +SharedFileLocationLabel=浣嶇疆: +WizardUninstalling=鍗歌浇鐘舵 +StatusUninstalling=姝e湪鍗歌浇 %1... + +; *** Shutdown block reasons +ShutdownBlockReasonInstallingApp=姝e湪瀹夎 %1. +ShutdownBlockReasonUninstallingApp=姝e湪鍗歌浇 %1. + +; The custom messages below aren't used by Setup itself, but if you make +; use of them in your scripts, you'll want to translate them. + +[CustomMessages] + +NameAndVersion=%1 鐗堟湰 %2 +AdditionalIcons=闄勫姞蹇嵎鏂瑰紡: +CreateDesktopIcon=鍒涘缓妗岄潰蹇嵎鏂瑰紡(&D) +CreateQuickLaunchIcon=鍒涘缓蹇熻繍琛屾爮蹇嵎鏂瑰紡(&Q) +ProgramOnTheWeb=%1 缃戠珯 +UninstallProgram=鍗歌浇 %1 +LaunchProgram=杩愯 %1 +AssocFileExtension=灏 %2 鏂囦欢鎵╁睍鍚嶄笌 %1 寤虹珛鍏宠仈(&A) +AssocingFileExtension=姝e湪灏 %2 鏂囦欢鎵╁睍鍚嶄笌 %1 寤虹珛鍏宠仈... +AutoStartProgramGroupDescription=鍚姩缁: +AutoStartProgram=鑷姩鍚姩 %1 +AddonHostProgramNotFound=%1鏃犳硶鎵惧埌鎮ㄦ墍閫夋嫨鐨勬枃浠跺す銆%n%n鎮ㄦ兂瑕佺户缁悧锛 + diff --git a/InnoSetupBeauty02/tmp/InnoCallback.dll b/InnoSetupBeauty02/tmp/InnoCallback.dll new file mode 100644 index 0000000..2b33aad Binary files /dev/null and b/InnoSetupBeauty02/tmp/InnoCallback.dll differ diff --git a/InnoSetupBeauty02/tmp/background_finish.png b/InnoSetupBeauty02/tmp/background_finish.png new file mode 100644 index 0000000..ea5093b Binary files /dev/null and b/InnoSetupBeauty02/tmp/background_finish.png differ diff --git a/InnoSetupBeauty02/tmp/background_installing.png b/InnoSetupBeauty02/tmp/background_installing.png new file mode 100644 index 0000000..db4dba0 Binary files /dev/null and b/InnoSetupBeauty02/tmp/background_installing.png differ diff --git a/InnoSetupBeauty02/tmp/background_messagebox.png b/InnoSetupBeauty02/tmp/background_messagebox.png new file mode 100644 index 0000000..352b2d7 Binary files /dev/null and b/InnoSetupBeauty02/tmp/background_messagebox.png differ diff --git a/InnoSetupBeauty02/tmp/background_welcome.png b/InnoSetupBeauty02/tmp/background_welcome.png new file mode 100644 index 0000000..78ee29a Binary files /dev/null and b/InnoSetupBeauty02/tmp/background_welcome.png differ diff --git a/InnoSetupBeauty02/tmp/background_welcome_more.png b/InnoSetupBeauty02/tmp/background_welcome_more.png new file mode 100644 index 0000000..f6d445c Binary files /dev/null and b/InnoSetupBeauty02/tmp/background_welcome_more.png differ diff --git a/InnoSetupBeauty02/tmp/botva2.dll b/InnoSetupBeauty02/tmp/botva2.dll new file mode 100644 index 0000000..250c76f Binary files /dev/null and b/InnoSetupBeauty02/tmp/botva2.dll differ diff --git a/InnoSetupBeauty02/tmp/button_browse.png b/InnoSetupBeauty02/tmp/button_browse.png new file mode 100644 index 0000000..90773b9 Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_browse.png differ diff --git a/InnoSetupBeauty02/tmp/button_cancel.png b/InnoSetupBeauty02/tmp/button_cancel.png new file mode 100644 index 0000000..1f3c72d Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_cancel.png differ diff --git a/InnoSetupBeauty02/tmp/button_close.png b/InnoSetupBeauty02/tmp/button_close.png new file mode 100644 index 0000000..6575af4 Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_close.png differ diff --git a/InnoSetupBeauty02/tmp/button_customize_setup.png b/InnoSetupBeauty02/tmp/button_customize_setup.png new file mode 100644 index 0000000..dfeff58 Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_customize_setup.png differ diff --git a/InnoSetupBeauty02/tmp/button_finish.png b/InnoSetupBeauty02/tmp/button_finish.png new file mode 100644 index 0000000..7a4dc85 Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_finish.png differ diff --git a/InnoSetupBeauty02/tmp/button_license.png b/InnoSetupBeauty02/tmp/button_license.png new file mode 100644 index 0000000..faec57b Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_license.png differ diff --git a/InnoSetupBeauty02/tmp/button_minimize.png b/InnoSetupBeauty02/tmp/button_minimize.png new file mode 100644 index 0000000..2da209c Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_minimize.png differ diff --git a/InnoSetupBeauty02/tmp/button_ok.png b/InnoSetupBeauty02/tmp/button_ok.png new file mode 100644 index 0000000..03630fe Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_ok.png differ diff --git a/InnoSetupBeauty02/tmp/button_setup_or_next.png b/InnoSetupBeauty02/tmp/button_setup_or_next.png new file mode 100644 index 0000000..857a656 Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_setup_or_next.png differ diff --git a/InnoSetupBeauty02/tmp/button_uncustomize_setup.png b/InnoSetupBeauty02/tmp/button_uncustomize_setup.png new file mode 100644 index 0000000..69bc966 Binary files /dev/null and b/InnoSetupBeauty02/tmp/button_uncustomize_setup.png differ diff --git a/InnoSetupBeauty02/tmp/checkbox_license.png b/InnoSetupBeauty02/tmp/checkbox_license.png new file mode 100644 index 0000000..d1d8f74 Binary files /dev/null and b/InnoSetupBeauty02/tmp/checkbox_license.png differ diff --git a/InnoSetupBeauty02/tmp/checkbox_setdefault.png b/InnoSetupBeauty02/tmp/checkbox_setdefault.png new file mode 100644 index 0000000..f18e79e Binary files /dev/null and b/InnoSetupBeauty02/tmp/checkbox_setdefault.png differ diff --git a/InnoSetupBeauty02/tmp/progressbar_background.png b/InnoSetupBeauty02/tmp/progressbar_background.png new file mode 100644 index 0000000..9d9c8d2 Binary files /dev/null and b/InnoSetupBeauty02/tmp/progressbar_background.png differ diff --git a/InnoSetupBeauty02/tmp/progressbar_foreground.png b/InnoSetupBeauty02/tmp/progressbar_foreground.png new file mode 100644 index 0000000..914672c Binary files /dev/null and b/InnoSetupBeauty02/tmp/progressbar_foreground.png differ