Uncommon UI layout for Windows installer for Techsmith Snagit

前端 未结 2 370
感动是毒
感动是毒 2020-12-07 04:40

Does anyone know which windows installer/packager TechSmith Snagit v12 uses? The UI layout of the installer doesn\'t look like standard Windows Installer.

2条回答
  •  爱一瞬间的悲伤
    2020-12-07 05:07

    As Bogdan already has explained, this is a small application that handles the GUI part of an installation suite (several installations in sequence as a bundle). MSI has a feature to allow an external GUI via its MsiSetExternalUI function. This way you can handle messages returned from the Windows Installer engine yourself inside your own GUI - this includes the progress bar. Here is a technical example.

    You might also want to check the Wix Toolkit's Burn feature.

    UPDATE: WIX Installer with modern look and feel

提交回复
热议问题