[desktop] Add migration and improve msi installer

This commit is contained in:
Vladimir Stoilov
2025-03-04 18:07:56 +02:00
parent b6c3fba691
commit 0200404eac
9 changed files with 216 additions and 48 deletions

View File

@@ -123,11 +123,12 @@
},
"wix": {
"fragmentPaths": [
"templates/service.wxs",
"templates/files.wxs"
"templates/wix/files.wxs",
"templates/wix/old_service_check.wxs",
"templates/wix/migration.wxs",
],
"componentGroupRefs": ["BinaryAndIntelFiles"],
"template": "templates/main.wxs"
"template": "templates/wix/main.wxs"
}
},
"targets": [