mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
Only install necessary Mimer SQL components
When installing Mimer SQL only install the parts that we need for the build. Avoid the Mimer SQL Server, DbVisuzlier, Java, documentation, and replication support. Pick-to: 6.8 Change-Id: I4cc3fb6f77469a2a566d35483034fe1eea9d6ffd Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -16,7 +16,7 @@ $mimer_dir="c:\MimerSQL"
|
||||
|
||||
Download $url_official $url_cache $mimersqlPackage
|
||||
Verify-Checksum $mimersqlPackage $sha1
|
||||
Run-Executable "$mimersqlPackage" "/install InstallFolder=$mimer_dir /passive"
|
||||
Run-Executable "$mimersqlPackage" "/install InstallFolder=$mimer_dir /passive ExcludeDbVisualizer=1 ExcludeJava=1 ExcludeServer=1 ExcludeDocumentation=1 ExcludeReplication=1"
|
||||
|
||||
Set-EnvironmentVariable "MIMERSQL_DEV_ROOT" "$mimer_dir\dev"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user