Skip to content

Releases: suyouquan/SQLSetupTools

FixMissingMSI V2.2.1

02 Dec 19:30
Compare
Choose a tag to compare

Remove cache files from SQLBootstrapCache because it is no longer valid place to store cache MSI/MSP files. Someone reports that if we use that folder to fix missing MSI/MSP he may hit error "No valid sequence could be found for the set of updates".

SQLSetupTools Version 2.2

11 Apr 22:37
Compare
Choose a tag to compare

Improvement:
<>FixMissingMSI will scan SQL setup bootstrap cache for cached msi/msp files
<>Add one more check for mismatched msi/msp files
<>Add some bug fix in SQLRegViewer
<>SQLRegViewer->Cleanup Script functionality is available

SQL Registry Viewer Version 2.0

13 Feb 13:46
Compare
Choose a tag to compare

What is new in Version 2.0
Comparing to version 1.0, version 2.0 has below advantages:

  1. Cached meta you scanned
    If you ever scan your SP/CU folder, their meta will be cached for next run. This can save the scan time significantly.
  2. Pre-processed the SQL meta files so loading time will be in seconds instead of minutes, and the size of the tool reduces from 40MB to 4MB.
  3. Use multi-threading technology to load registry keys asynchronously and in parallel. This help reduce the time to scan the registry keys. With these technologies now the tool runs 2 times faster.
  4. Put some scan task to background so you can get the UI sooner to browse the keys.
  5. If you export the keys the result detailed text file will have remark about what the keys belongs to. For example, below entry tells you the key is for “SQL Server 2008 R2 Management Studio”:

[SQL Server 2008 R2 Management Studio]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\6E63FE9FCFA1D2244BD1045FE2A00E7F]
"AB3CB1820BCF65042B6B105D760D8DC8"

Product Browser Version 1.2

24 Jan 08:01
91923ff
Compare
Choose a tag to compare

Product Browser Version 1.2
productbrowser_v1 2

SQL Registry Viewer Version 1.0

24 Jan 08:43
ab3a3a6
Compare
Choose a tag to compare

sqlregistryviewer_v1 0

A tool to list most of the SQL product related registry keys

FixMissingMSI Version 2.0

24 Jan 04:39
Compare
Choose a tag to compare
  1. UI change a lot for performance and more rooms for data grid view.
  2. Fix performance issue when populating rows, now 5X times faster!
  3. Support to scan other product, not only SQL
  4. Add Find function
  5. Manual attached to the tool
    fixmissingmsiv2 0

The updated version 2.01 just adds some text explanation in the scan form, others all the same as version 2.0

Version 1.5

20 Jan 03:26
Compare
Choose a tag to compare

Use PackageCode/PatchCode to identify msi/msp files which is more reliable.
fixsqlmsi

V1.4.2

18 Jan 09:48
Compare
Choose a tag to compare

Remove case sensitive compare, change to non case sensitive in FindMsi/FindMsp function. The one for .NET 4.5 runs a little bit faster.

FixSQLMSI Version v1.4

04 Jan 12:39
Compare
Choose a tag to compare

FixSQLMSI Version 1.3.2 (NET 4.5 required)

I also provide a version for NET 3.5 if your machine doesn't have 4.5 installed(it runs a little bit slow though).