Commit 5ab276af authored by PA-ROGS\whitrail's avatar PA-ROGS\whitrail
Browse files

2023.04.12 - 설치 프로그램에서 새로 설치 시 Local\FontManager를 삭제하여 초기화

parent 2b1b0485
......@@ -11,6 +11,7 @@
#define MyAppDataName "fontbada3"
#define MyAppProcessName "FontManager"
#define MyAppRootPath "{localappdata}\hanyang"
#define MyAppConfigPath "{localappdata}\FontManager"
#define MyAppWindowName "FontbadaManager"
#define MyAppFilter "fontmanager.exe"
#define MyAppMinOS 10
......@@ -265,6 +266,11 @@ begin
end;
[InstallDelete]
Type: filesandordirs; Name: {#MyAppConfigPath}
;Type: filesandordirs; Name: {#MyAppRootPath}
[Icons]
Name: {userdesktop}\폰트바다; Filename: {#MyAppRootPath}\{#MyAppFolderName}\{#MyAppProcessName}.exe; WorkingDir: {#MyAppRootPath}\{#MyAppFolderName}\; Comment: "폰트바다 매니저"; IconFilename: {#MyAppRootPath}\{#MyAppFolderName}\{#MyAppProcessName}.exe;
Name: {userstartup}\폰트바다; Filename: {#MyAppRootPath}\{#MyAppFolderName}\{#MyAppProcessName}.exe; workingdir: {#MyAppRootPath}\{#MyAppFolderName}\;
......
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