Windows MSI: Add MSI scripts and UI resources
authorMichael Schuster <michael@schuster.ms>
Sat, 5 Sep 2020 05:35:53 +0000 (07:35 +0200)
committerMichael Schuster <michael@schuster.ms>
Mon, 21 Sep 2020 14:40:19 +0000 (16:40 +0200)
commita9014f9852a8df1042ec086e10f46d963d10c6af
tree9ccd6dbc0f2ceb2de56ce2683934c442614d1acc
parentf321cd8ae60ddb84662d739af28530c663be36b2
Windows MSI: Add MSI scripts and UI resources

Uses CMake to generate and install all required files in the "msi/" directory.

Signed-off-by: Michael Schuster <michael@schuster.ms>
admin/win/msi/CMakeLists.txt [new file with mode: 0644]
admin/win/msi/Nextcloud.wxs [new file with mode: 0644]
admin/win/msi/OEM.wxi.in [new file with mode: 0644]
admin/win/msi/Platform.wxi [new file with mode: 0644]
admin/win/msi/collect-transform.xsl.in [new file with mode: 0644]
admin/win/msi/gui/banner.bmp [new file with mode: 0644]
admin/win/msi/gui/banner.svg [new file with mode: 0644]
admin/win/msi/gui/dialog.bmp [new file with mode: 0644]
admin/win/msi/make-msi.bat.in [new file with mode: 0644]