Install ZoomIt - SQL-FineBuild/Common GitHub Wiki

Previous Install Plan Explorer Manual Install SQL Configuration Next

Finebuild can install and configure ZoomIt as part of the SQL Server install process.

ZoomIt was originally produced by Sysinternals, now part of Microsoft. It allows zooming of a highlighted portion of the Windows Desktop, and was chosen to be included in FineBuild to help with troubleshooting or presentations.

Item Location
ZoomIt home page https://docs.microsoft.com/en-gb/sysinternals/downloads/zoomit
ZoomIt download https://download.sysinternals.com/files/ZoomIt.zip

FineBuild ZoomIt Install

Automated silent installation of ZoomIt is performed by Process Id 4TL and is controlled by the parameters below:

SQL Version Parameter FULL Build WORKSTATION Build CLIENT Build
SQL2019 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2017 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2016 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2014 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2012 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2008R2 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2008 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes
SQL2005 /SetupZoomIt: Yes Yes Yes
/SetupSQLTools: No Yes Yes

In order to maintain compatibility with older versions of SQL FineBuild, the parameters /InstZoomIt: and /InstSQLTools: can also be used.

FineBuild also uses the following parameters to help install ZoomIt:

Parameter Default Value Description
/ZoomItexe: ZoomIt.exe Name of ZoomIt program file
/ZoomItZip: ZoomIt.zip Name of file holding ZoomIt install media

ZoomIt cannot be installed by FineBuild on a Windows Core operating system because it is supplied in zip file format.

ZoomIt will be installed with CLIENT and WORKSTATION builds, but not with a FULL build. If you want to install it with a FULL build, the following parameter should be added at run time:

  /SetupSQLTools:Yes

The FineBuild install for ZoomIt includes the following:

Top


Manual ZoomIt Install

The following steps show what you would have to do to install ZoomIt manually. FineBuild does all of this work for you automatically.

ZoomIt Install

  1. Navigate to C:\Program Files

    Create a subfolder ZoomIt

  2. Navigate to the Additional Components folder

    Double-click on ZoomIt.zip, then highlight all files, right-click and select Copy

  3. Paste the ZoomIt files into C:\Program Files\ZoomIt

Setup ZoomIt Menu Item

This will create a menu entry for ZoomIt in the Administrative Tools menu.

  1. Right-click on ZoomIt.exe

    Select Copy

  2. Open the All Users Administrative Tools menu folder

    Click on Start, right-click on Administrative Tools and select Open

  3. Right-click within the Administrative Tools folder

    Select Paste Shortcut

Copyright FineBuild Team © 2014 - 2021. License and Acknowledgements

Previous Install Plan Explorer Top SQL Configuration Next