AppCopyright=Copyright ⓒ 2017 by (주)한양정보통신 All Rights Reserved.
WizardImageFile = image.bmp
VersionInfoVersion=1.0.0.0
DisableReadyPage = yes
Uninstallable=true
AppCopyright = Copyright ⓒ 2017 by (주)한양정보통신 All Rights Reserved.
;PrivilegesRequired=admin
VersionInfoVersion = 1.0.0.0
Uninstallable = true
;PrivilegesRequired = admin
[Messages]
;SetupAppTitle=폰트바다 매니저 2.0
;SetupWindowTitle=폰트바다 매니저 2.0
[Messages]
;WelcomeLabel1=폰트바다 매니저 2.0 설치를 시작합니다.
;WelcomeLabel2=%n이 프로그램은 당신의 컴퓨터에 폰트바다 매니저 2.0(을)를 설치 할 것입니다.%n%n설치를 시작하기 전 가능한 한 모든 프로그램을 종료하여 주시기 바랍니다. 이는 재부팅을 하지 않고서도 시스템 파일을 수정할 수 있게 해줍니다.%n%n설치를 시작하시려면 '설치' 버튼을 눌러 주세요.
;ClickNext=
[Languages]
;ButtonBack=&이전
Name: Korean; MessagesFile: "Korean.isl";
;ButtonNext=&다음
;ButtonCancel=&취소
;ButtonFinish=&마침
[Files]
;WizardInstalling=설치중
;실행 파일
;InstallingLabel=폰트바다 매니저 2.0(을)를 설치하는 동안 잠시 기다려 주세요.
Result := (FindWindowByWindowName('{#MyAppWindowName}') <> 0);
if GetProcessList(Filter, ProcessList) > 0 then
end;
for I := 0 to (GetArrayLength(ProcessList) - 1) do
begin
if CompareText(Filter, ProcessList[I].Name) = 0 then
function InitializeSetup: Boolean;
begin
var
Result := True;
V: Integer;
Exit;
iResultCode: Integer;
end
sUnInstallString: string;
end;
begin
end;
Result := True;
if RegValueExists(HKEY_LOCAL_MACHINE,'Software\Microsoft\Windows\CurrentVersion\Uninstall\{A2670E5F-4D34-4042-A9C5-5A3BC9547B37}_is1', 'UninstallString') then
begin
function GetUninstallString: string;
if IsFontbadaManagerRunning() and RunProcesss() then
var
begin
sUnInstPath: string;
MsgBox('폰트바다 매니저({#MyAppWindowName})가 실행 중입니다. 정상 종료(로그 아웃) 후 다시 실행해 주세요.', mbError, MB_OK);
Result := (FindWindowByWindowName('{#MyAppWindowName}') <> 0);
end;
end;
procedure InitializeWizard;
function InitializeSetup: Boolean;
begin
var
with TNewStaticText.Create(WizardForm) do
V: Integer;
begin
iResultCode: Integer;
Left := WizardForm.FilenameLabel.Left;
sUnInstallString: string;
Top := WizardForm.FilenameLabel.Top;
begin
Width := WizardForm.FilenameLabel.Width;
Result := True;
Height := WizardForm.FilenameLabel.Height;
if RegValueExists(HKEY_LOCAL_MACHINE,'Software\Microsoft\Windows\CurrentVersion\Uninstall\{A2670E5F-4D34-4042-A9C5-5A3BC9547B37}_is1', 'UninstallString') then
Caption := ExpandConstant('폰트바다3 설치중...');
begin
end;
if IsFontbadaManagerRunning() and RunProcesss() then
WizardForm.FilenameLabel.Visible := False;
begin
end;
MsgBox('폰트바다 매니저({#MyAppWindowName})가 실행 중입니다. 정상 종료(로그 아웃) 후 다시 실행해 주세요.', mbError, MB_OK);