<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Raymond P. Burkholder - Things I Do - MS Windows</title>
    <link>https://blog.raymond.burkholder.net/</link>
    <description>In And Around Technology and The Arts</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.7.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 25 May 2026 03:21:28 GMT</pubDate>

    <image>
        <url>https://blog.raymond.burkholder.net/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Raymond P. Burkholder - Things I Do - MS Windows - In And Around Technology and The Arts</title>
        <link>https://blog.raymond.burkholder.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>SSMS 22 Offline Installation - SQL Server Management Studio 22</title>
    <link>https://blog.raymond.burkholder.net/index.php?/archives/1357-SSMS-22-Offline-Installation-SQL-Server-Management-Studio-22.html</link>
            <category>MS Windows</category>
    
    <comments>https://blog.raymond.burkholder.net/index.php?/archives/1357-SSMS-22-Offline-Installation-SQL-Server-Management-Studio-22.html#comments</comments>
    <wfw:comment>https://blog.raymond.burkholder.net/wfwcomment.php?cid=1357</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.raymond.burkholder.net/rss.php?version=2.0&amp;type=comments&amp;cid=1357</wfw:commentRss>
    

    <author>nospam@example.com (Raymond P. Burkholder)</author>
    <content:encoded>
    &lt;p&gt;I had someone &lt;a href=&quot;https://learn.microsoft.com/en-us/ssms/install/create-offline&quot; target=_blank&gt;Create an offline installation of SQL Server Management Studio&lt;/a&gt; for me. It was a fun install.  Sarcasm intended.  The installer could be so much smaller I think if it didn&#039;t have so many language packs in one bundle.  Why not, if building an offline installer, why not allow a language selection right there.

&lt;p&gt;The first step was to learn to start the installer from the command line with:

&lt;blockquote&gt;&lt;pre&gt;
SSMS_22.2.1\vs_SSMS_22.2.1.exe --noWeb
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;At this point, it would unpack files and then silently quit.  No messages at the command line.  

&lt;p&gt;The logs indicate an invalid certificate:

&lt;blockquote&gt;&lt;pre&gt;
Certificate is invalid: C:\temp\SSMS_22.2.1\vs_installer.opc
Error 0x80131509: Signature verification failed. 
Error: Unable to verify the integrity of the installation files: the certificate could not be verified.
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;Three of the certificates can be installed with:

&lt;blockquote&gt;&lt;pre&gt;
certutil.exe -addstore -f &quot;Root&quot; &quot;SSMS_22.2.1\certificates\manifestCounterSignRootCertificate.cer&quot;
certutil.exe -addstore -f &quot;Root&quot; &quot;SSMS_22.2.1\certificates\manifestRootCertificate.cer.cer&quot;
certutil.exe -addstore -f &quot;Root&quot; &quot;SSMS_22.2.1\certificates\vs_installer_opc.RootCertificate.cer&quot;
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;By looking at the logs, there is a fourth certificate, but missing, so needs to be copied and installed in a similar manner from &lt;a href=&quot;https://github.com/loopcoder/Visual-Studio-Tool/blob/master/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crt&quot; target=_blank&gt;Microsoft Windows Code Signing PCA 2024.crt (github)&lt;/a&gt; or &lt;a href=&quot;http://www.microsoft.com/pkiops/certs/Microsoft Windows Code Signing PCA 2024.crt&quot; target=_blank&gt;Microsoft Windows Code Signing PCA 2024.crt (microsoft.com)&lt;/a&gt;

&lt;p&gt;The final hurdle has to Microsoft ODBC Driver installation.  It installs Microsoft ODBC Driver 18 for SQL Server ok.  But it fails while installing Microsoft OLEDB Driver 19 for SQL Server with a message along the lines of:
&lt;blockquote&gt;&lt;pre&gt;
This application requires 
Microsoft Visual C++ Redistributable for Visual Studio 2022 
(x64/x86, version 14.38 at minimum)
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;It fails even when installing &lt;a href=&quot;https://learn.microsoft.com/en-ca/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version&quot; target_blank&gt;Latest supported redistributable version x64&lt;/a&gt;.

&lt;p&gt;The secret here is that the x86 version also has to be downloaded and installed.  So you should have both installers:

&lt;blockquote&gt;&lt;pre&gt;
VC_redist.x64.exe
VC_redist.x86.exe
&lt;/pre&gt;&lt;/blockquote&gt;

&lt;p&gt;As a final note, the installer logs are in C:\Users\&amp;lt;UserName&amp;gt;\AppData\Local\Temp and are named dd_setup_yyyymmddhhmm_errors.log. 
    </content:encoded>

    <pubDate>Mon, 25 May 2026 01:42:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.raymond.burkholder.net/index.php?/archives/1357-guid.html</guid>
    
</item>

</channel>
</rss>
