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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user