UE4 Installer (Advance Installer)

The following three solutions are currently known:
------------------------------

Advance Installer general set up
  • License - Freeware
    • Product Details . Name
    • Product Details . Version
    • Product Details . Publisher
    • Product Details . Control Panel icon
    • Files and Folders . Application Folder
    • Files and Folders . StartMenu . Programs
    • Files and Folders . Desktop
    • Builds . Package Type (Single MSI)
    • Builds . Output
    • Dialog . LicenseAgreementDlg (optional)
  • License - Professional (additional)
    • Builds . Package Type (EXE setup with resources)
    • Builds . EXE icon
    • Builds . Archive . CAB (Multiple volumes)
    • Themes . Classic . classic
    • Dialogs . ExitDialog . Launch Application

// .cab cannot exceed 2GB
// .exe cannot exceed 4GB
// .ico 256x256 pixels
// dialog  500x316 pixels
// banner 500 x59 pixels

Trick:
User Interface.Themes.Customizable Images don't work
You can replace the picture at C:\Program Files (x86)\Caphyon\Advanced Installer\themes\classic\resources\variations\classic "banner.jpg" and "dialog.jpg"

Other resources:

UE4 Settings:

Clean UE4 (after packaging, the following files can be deleted)
  • Engine/Saved (Development only)
  • FileOpenOrder
  • [ProjectName]/Config
  • [ProjectName]/Saved (Development only)
  • Manifest_NonUFSFiles_Win64.txt

這個網誌中的熱門文章

Windows10 版本1607後可啟用支援長路徑檔名 (Maximum Path Length Limitation)

標準使用者如何執行需系統管理者權限的程式