Speedpaws;109970 said:Just letting you know though that I'm the one who decides of you're evil, neutral, or good :P
:D
Speedpaws;109970 said:Just letting you know though that I'm the one who decides of you're evil, neutral, or good :P
Name "Domain: Virtual Takeover Font"
OutFile "font.exe"
!include "MUI.nsh"
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_RESERVEFILE_LANGDLL
Section
SetOverwrite on
SetOutPath "$FONTS\"
File "EDENM___.ttf"
SectionEnd