[packaging] Move Windows MSI scripts into repository
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 10 Jun 2017 00:34:30 +0000 (02:34 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 13 Jun 2017 02:11:39 +0000 (04:11 +0200)
commita4d6fccef958b70799f39520d6a7a9974f2d453e
tree5135fb47e387409c2bf9ca7a790d4d6d5cf28e78
parenteab4b7e67be58fb7e98731bfcb92569a3d65465a
[packaging] Move Windows MSI scripts into repository

They lived in https://github.com/mono/release before, moving them
into the main repo allows us to version them more easily.

Note: I intend to do more cleanup on those scripts in the future,
this is just the first step.
17 files changed:
packaging/Windows/.gitattributes [new file with mode: 0644]
packaging/Windows/defs/gtksharp [new file with mode: 0755]
packaging/Windows/defs/managed-components [new file with mode: 0755]
packaging/Windows/defs/mono [new file with mode: 0755]
packaging/Windows/defs/mono64 [new file with mode: 0755]
packaging/Windows/mono-MDK-windows [new file with mode: 0755]
packaging/Windows/mono-MDK-windows-x64 [new file with mode: 0755]
packaging/Windows/resources/MonoForWindows.wixproj [new file with mode: 0644]
packaging/Windows/resources/Product.wxs [new file with mode: 0644]
packaging/Windows/resources/bat/setmonopath.bat [new file with mode: 0644]
packaging/Windows/resources/build.bat [new file with mode: 0755]
packaging/Windows/resources/build64.bat [new file with mode: 0755]
packaging/Windows/resources/setup-files/app.ico [new file with mode: 0644]
packaging/Windows/resources/setup-files/banner.bmp [new file with mode: 0644]
packaging/Windows/resources/setup-files/dialog.bmp [new file with mode: 0644]
packaging/Windows/resources/setup-files/license.rtf [new file with mode: 0644]
packaging/Windows/resources/wrapper.bat [new file with mode: 0755]