Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
이상민
FontManager3-Installer
Commits
5ab276af
Commit
5ab276af
authored
Apr 12, 2023
by
PA-ROGS\whitrail
Browse files
2023.04.12 - 설치 프로그램에서 새로 설치 시 Local\FontManager를 삭제하여 초기화
parent
2b1b0485
Changes
2
Hide whitespace changes
Inline
Side-by-side
Output/FontBada3_Manager_Setup-3.0.36.MRB23031701.W10DNF4.exe
View file @
5ab276af
No preview for this file type
fontbada3.iss
View file @
5ab276af
...
...
@@ -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}\;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment