PACE Suite 6.2

Released: Apr 9, 2024

6.2 での更新項目

機能

  • Editor for Installation Dialogs - Added a new advanced designer for installation UI. With its help, you can easily review and edit dialog boxes and manage the tree of dialogs in your MSI installation. Highlights include:
    • View and manage the sequence of dialog boxes of the existing package.
    • Edit of dialog's controls, events, conditions.
    • Add predefined dialog from the list.
    • Export/import dialog to/from the file.
    • Not suitable configuration options are hidden.
    • Light and concise dialog design template.
    • Built-in simulation of installation UI to test changes.
    • Quick preview of dialog appearance directly in the list/tree of dialogs.
    • Create and create dialog invokes in the Normal and Administrative installation modes.
  • MSI Build in CI/CD - This new feature is designed specifically for software vendors. It allows you to automatically create MSI installers for the software you develop and can be integrated into CI/CD tools.
    • The wizard helps non-MSI engineers configure a project for your future MSI installer. Later you can deeply customize resources, installation behavior, and the user interface of your MSI.
    • The File Harvesting feature will add any dynamic set of files generated by compiling the program code.
    • It can also apply the include/exclude filters to identify only the required files, work with absolute and relative paths, and support user-defined variables in paths.
    • The created output MSI installer can be digitally signed and automatically validated.
  • IntuneWin 30GB Limit - The popular cloud-based Unified Endpoint Management (UEM) solution recently has increased the maximum size limit for Win32 apps from 8 GB to 30 GB. Support has been added for creating an IntuneWin package up to 30GB in size.
  • New MSI Templates - Added new templates based on which MSI packages are created in the MSI Editor and Package Generator. The updated templates are much cleaner and include a predefined user interface for the initial installation, maintenance, and removal of the package.
  • Improvements
    • Automatic addition of required Standard Actions on saving MSI.
    • Improved the MSI installation simulation mechanism when generating a response MST.

不具合の修正

  • Fixed issue of opening MSI with no tables.
  • Fixed errors when adding resources to MSI with non-standard columns in MSI database.
  • Fixed issue with dropping several standard tables.