shinchiro/mpv-winbuild-cmake

Create MSI installer with CPack

Closed this issue · 0 comments

we can use CPack to create a MSI installer that does the stuff in mpv-packaging/mpv-root/installer automatically.

The difficult part may be registry related operations, we can use CPACK_WIX_PATCH_FILE to do it manually (example).