Commit 183c3b59 authored by PA-ROGS\whitrail's avatar PA-ROGS\whitrail
Browse files

2023.02.15 - 3.0.36 MRB23021401.DNF4 / 설치 종료 후 폰트바다 매니저 실행 추가

parent 0d36ba77
......@@ -63,7 +63,7 @@ ButtonYes=
ButtonYesToAll=모두 예(&A)
ButtonNo=아니오(&N)
ButtonNoToAll=모두 아니오(&O)
ButtonFinish=종료(&F)
ButtonFinish=다음(&F)_>
ButtonBrowse=찾아보기(&B)...
ButtonWizardBrowse=찾아보기(&R)...
ButtonNewFolder=새 폴더 만들기(&M)
......@@ -194,7 +194,7 @@ InstallingLabel=
FinishedHeadingLabel=[name] 설치 마법사 완료
FinishedLabelNoIcons=귀하의 컴퓨터에 [name]이(가) 설치되었습니다.
FinishedLabel=귀하의 컴퓨터에 [name]이(가) 설치되었습니다, 응용프로그램은 설치된 아이콘을 선택하여 시작할 수 있습니다.
ClickFinish=설치를 완료하려면 "종료"를 클릭하십시오.%n%n"종료" 후 폰트바다 매니저의 정상적인 동작을 위해 아래 프로그램을 설치합니다.%n%n - Microsoft Edge Webview2 런타임%n%n설치에 다소 시간이 소요될 수 있습니다.
ClickFinish=폰트바다 매니저의 정상적인 동작을 위해 아래 프로그램을 설치합니다. 설치에 다소 시간이 소요될 수 있습니다.%n%n - Microsoft Edge Webview2 런타임%n%n설치를 계속하기 위해 "다음"를 클릭하십시오.
FinishedRestartLabel=[name] 설치를 완료하려면, 컴퓨터를 다시 시작해야 합니다. 지금 다시 시작하시겠습니까?
FinishedRestartMessage=[name] 설치를 완료하려면, 컴퓨터를 다시 시작해야 합니다.%n%n지금 다시 시작하시겠습니까?
ShowReadmeCheck=예, README 파일을 표시합니다
......
......@@ -437,9 +437,9 @@ begin
// Log(Format('DeinitializeSetup ExitCode -> [ %d ]', [ExitCode]));
if ExitCode = True then
begin
MsgBox('Microsoft Edge Webview2 런타임을 설치합니다.', mbInformation, MB_OK);
Exec(ExpandConstant('{#MyAppRootPath}\{#MyAppDataName}\MicrosoftEdgeWebview2Setup.exe'), '', '', SW_SHOW, ewWaitUntilTerminated, ResultCode);
MsgBox('설치가 완료되었습니다.', mbInformation, MB_OK);
MsgBox('설치가 모두 완료되었습니다. 폰트바다 매니저를 시작합니다.', mbInformation, MB_OK);
Exec(ExpandConstant('{#MyAppRootPath}\{#MyAppFolderName}\{#MyAppProcessName}.exe'), '', '', SW_SHOW, ewNoWait, ResultCode);
end;
end;
......@@ -451,6 +451,8 @@ end;
procedure CurStepChanged(CurStep: TSetupStep);
var
ResultCode: Integer;
begin
if CurStep = ssInstall then
begin
......@@ -545,4 +547,3 @@ Name: {userstartup}\
[Run]
Filename: "schtasks";Parameters: "/create /sc onLogon /tn FontManager /tr /f ""'{#MyAppRootPath}\{#MyAppFolderName}\{#MyAppProcessName}.exe'"" /RL HIGHEST /DELAY 0000:10"; Flags:ShellExec;
;Filename: {#MyAppRootPath}\{#MyAppFolderName}\{#MyAppProcessName}.exe; Flags: nowait postinstall skipifsilent;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment