build: structure of windows deploy project

* moved installer dlls to lib folder
* updated .gitignore to be more specific
* added notes on cleaning the installer project to readme
* made rebuilding of databases optional in windows deploy script
* removed local paths for devenv.com from windows deploy script
This commit is contained in:
malte_langkabel
2016-10-27 11:38:36 +02:00
parent 38d0cb36aa
commit 9f847f7897
11 changed files with 55 additions and 44 deletions
+7
View File
@@ -12,3 +12,10 @@ light.exe -ext WixUIExtension build/coati.wixobj build/customActions.wixobj buil
cp -u -r build/coati.msi bin
cp -u -r build/Setup.exe bin
cp -u -r lib/api-ms-win-crt-heap-l1-1-0.dll bin
cp -u -r lib/api-ms-win-crt-locale-l1-1-0.dll bin
cp -u -r lib/api-ms-win-crt-math-l1-1-0.dll bin
cp -u -r lib/api-ms-win-crt-runtime-l1-1-0.dll bin
cp -u -r lib/api-ms-win-crt-stdio-l1-1-0.dll bin
cp -u -r lib/msvcp140.dll bin
cp -u -r lib/vcruntime140.dll bin
+6
View File
@@ -18,6 +18,12 @@ Build the installer
-setup.exe checks whether coati is installed and will either start the initial installation or the upgrade installation
---------------------
Clean the project
---------------------
-Just delete the "bin" and "build" folders
---------------------
Update Version Number
---------------------