aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Installers
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-11-27 18:17:24 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-11-27 18:17:24 +0200
commitd1038a08bdf51b1310be4ef00ebe9e21b0e12f81 (patch)
tree7492596cb1a12c0880246afff1c1ba1cb45db093 /Software/Visual_Studio/Installers
parentaa77439254b00c3789e00284964fec7808976103 (diff)
downloadTango-d1038a08bdf51b1310be4ef00ebe9e21b0e12f81.tar.gz
Tango-d1038a08bdf51b1310be4ef00ebe9e21b0e12f81.zip
Added EF6 local and server entities from SQLite and SQLServer.
Diffstat (limited to 'Software/Visual_Studio/Installers')
-rw-r--r--Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSIbin0 -> 48230400 bytes
-rw-r--r--Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsixbin0 -> 3106785 bytes
-rw-r--r--Software/Visual_Studio/Installers/DB_PACK/readme.txt4
-rw-r--r--Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exebin0 -> 17869743 bytes
-rw-r--r--Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat4
5 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI b/Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI
new file mode 100644
index 000000000..77bbafbb9
--- /dev/null
+++ b/Software/Visual_Studio/Installers/DB_PACK/SQLLOCALDB.MSI
Binary files differ
diff --git a/Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix b/Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix
new file mode 100644
index 000000000..0d2b443c1
--- /dev/null
+++ b/Software/Visual_Studio/Installers/DB_PACK/SQLiteToolBox.vsix
Binary files differ
diff --git a/Software/Visual_Studio/Installers/DB_PACK/readme.txt b/Software/Visual_Studio/Installers/DB_PACK/readme.txt
new file mode 100644
index 000000000..1c9d071d8
--- /dev/null
+++ b/Software/Visual_Studio/Installers/DB_PACK/readme.txt
@@ -0,0 +1,4 @@
+This folder contains installer packages required by the Tango database development environment.
+
+1. SQLite VS 2017 design components and data adapters.
+2. SQL Local DB 2017 + upgrade script for removing and creating new instance. \ No newline at end of file
diff --git a/Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe b/Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe
new file mode 100644
index 000000000..69fad724d
--- /dev/null
+++ b/Software/Visual_Studio/Installers/DB_PACK/sqlite-netFx46-setup-bundle-x86-2015-1.0.106.0.exe
Binary files differ
diff --git a/Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat b/Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat
new file mode 100644
index 000000000..5b5e4189c
--- /dev/null
+++ b/Software/Visual_Studio/Installers/DB_PACK/upgrade_instance.bat
@@ -0,0 +1,4 @@
+sqllocaldb stop MSSQLLocalDB
+sqllocaldb delete MSSQLLocalDB
+sqllocaldb create MSSQLLocalDB
+sqllocaldb start MSSQLLocalDB