diff --git a/.gitmodules b/.gitmodules index 78265bd..7c0e5e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "www/PHPMailer"] path = www/PHPMailer url = git@github.com:PHPMailer/PHPMailer.git +[submodule "deploy/VstoAddinInstaller"] + path = deploy/VstoAddinInstaller + url = /home/daniel/local/Code/VstoAddinInstaller diff --git a/deploy/VstoAddinInstaller b/deploy/VstoAddinInstaller new file mode 160000 index 0000000..956c716 --- /dev/null +++ b/deploy/VstoAddinInstaller @@ -0,0 +1 @@ +Subproject commit 956c716d3fd2378cbbe37663ee41db91946f5be9 diff --git a/deploy/make-installer.iss b/deploy/make-installer.iss new file mode 100644 index 0000000..57acede --- /dev/null +++ b/deploy/make-installer.iss @@ -0,0 +1,28 @@ +#define VERSIONFILE "..\zaaReloaded2\VERSION" +#define PUB_YEARS "2015-2016" +#define TARGET_HOST "excel" +#define APP_GUID "{{8520B887-3AB1-422B-AB6B-A265D14FE4E5}" +#define PRODUCT "zaaReloaded" +#define COMPANY "Daniel Kraus (bovender)" +#define DESCRIPTION "Word-Addin, das Lauris-Laborwerte in der Zentralen Arztbriefablage formatiert." +#define HOMEPAGE "http://zaa.nephrowiki.de" +#define REGKEY "zaaReloaded2" + +#define SOURCEDIR "..\zaaReloaded2\bin\Release\" +#define VSTOFILE "zaaReloaded2.vsto" + +; OUTPUTDIR is the directory where the installer will be saved. +#define OUTPUTDIR "releases\" + +#define LOGFILE "ZAARELOADED2-INSTALL-LOG.TXT" + +#define LICENSE_FILE "license.rtf" +#define INSTALLER_ICO "icon.ico" +#define INSTALLER_IMAGE_LARGE "installbanner.bmp" +#define INSTALLER_IMAGE_SMALL "installbanner-small.bmp" + +; If the VstoAddinInstaller files are in a different subdirectory +; than 'VstoAddinInstaller', change the path below. +#include "VstoAddinInstaller\vsto-installer.iss" + +; vim: ts=2 sts=2 sw=2 et diff --git a/publish/setup-files/icon.bmp b/deploy/setup-files/icon.bmp similarity index 100% rename from publish/setup-files/icon.bmp rename to deploy/setup-files/icon.bmp diff --git a/publish/setup-files/icon.ico b/deploy/setup-files/icon.ico similarity index 100% rename from publish/setup-files/icon.ico rename to deploy/setup-files/icon.ico diff --git a/publish/setup-files/installbanner-small.bmp b/deploy/setup-files/installbanner-small.bmp similarity index 100% rename from publish/setup-files/installbanner-small.bmp rename to deploy/setup-files/installbanner-small.bmp diff --git a/publish/setup-files/installbanner.bmp b/deploy/setup-files/installbanner.bmp similarity index 100% rename from publish/setup-files/installbanner.bmp rename to deploy/setup-files/installbanner.bmp diff --git a/publish/setup-files/license.rtf b/deploy/setup-files/license.rtf similarity index 100% rename from publish/setup-files/license.rtf rename to deploy/setup-files/license.rtf diff --git a/publish/zaaReloaded2.iss b/deploy/zaaReloaded2.iss similarity index 100% rename from publish/zaaReloaded2.iss rename to deploy/zaaReloaded2.iss