<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Bundle 32-Bit and 64-Bit of all WSCC tools]]></title><description><![CDATA[<h2>About WSCC</h2>
<p dir="auto">I am using <strong>WSCC</strong> (Windows System Control Center) to download and update the following tools:</p>
<ul>
<li>MiTeC Utilities</li>
<li>NirSoft Utilities</li>
<li>Other Utilities</li>
<li>Sysinternals Suite</li>
</ul>
<p dir="auto">At the <a href="https://www.kls-soft.com/wscc/downloads.php" rel="nofollow ugc"><strong>download site of WSCC</strong></a> the portable versions are offered on top, installers are offered below the portable versions.<br />
I am also using the <strong>portable version</strong> of <strong>WSCC</strong>.</p>
<hr />
<h2>Set-Up of WSCC</h2>
<p dir="auto">When you extract the portable version to any folder and start it, then a <strong>Wizard</strong> shown, that helps users setting WSCC up correctly.</p>
<p dir="auto">In the first step you can select, what tools you want to install:<br />
<img src="/assets/uploads/files/1711966397230-1b597bb9-d6d6-417b-a113-5a891bbfb417-image.png" alt="1b597bb9-d6d6-417b-a113-5a891bbfb417-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">For each tool set (like <strong>Sysinternals Suite</strong>) you can select various options (lie the installation path):<br />
<img src="/assets/uploads/files/1711966449496-6abbe750-8ce8-46cd-98ca-2fce8073bb0f-image.png" alt="6abbe750-8ce8-46cd-98ca-2fce8073bb0f-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The default folders for the tools are:</p>
<pre><code>%WSCCFOLDER%\Apps\MiTeC Utilities
%WSCCFOLDER%\Apps\NirSoft Utilities
%WSCCFOLDER%\Apps\Other Utilities
%WSCCFOLDER%\Apps\Sysinternals Suite
</code></pre>
<p dir="auto">For the <strong>MiTeC Utilities</strong>, the <strong>NirSoft Utilities</strong> and also the <strong>Other Utilities</strong> you can also define, if</p>
<ul>
<li>only the 32-Bit version should be installed (default option)</li>
<li>only the 64-Bit version should be installed</li>
<li>both versions (32-Bit and 64-Bit) should be installed</li>
</ul>
<p dir="auto"><strong>Default Settings</strong><br />
<img src="/assets/uploads/files/1711967163743-c89507e0-288e-49ed-b1d5-c1fe1a8f8a75-image.png" alt="c89507e0-288e-49ed-b1d5-c1fe1a8f8a75-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><strong>My Settings</strong><br />
<img src="/assets/uploads/files/1711967073994-6de20d91-4a1d-4e3a-966c-e77398ac2df1-image.png" alt="6de20d91-4a1d-4e3a-966c-e77398ac2df1-image.png" class=" img-fluid img-markdown" /><br />
I selected to install <strong>both versions</strong> (32-Bit and 64-Bit) <strong>support VulnDetect</strong>.</p>
<hr />
<h2>Bundle MiTeC Utilities</h2>
<p dir="auto">The <strong>32-Bit version</strong> and also the <strong>64-Bit version</strong> of the <strong>MiTeC Utilities</strong> are all stored in the <strong>same folder</strong>.<br />
Here only <strong>the following two applications</strong> have a <strong>32-Bit version</strong> and also a <strong>64-Bit version</strong>:</p>
<pre><code>%WSCCFOLDER%\Apps\MiTeC Utilities\NetScanner.exe
%WSCCFOLDER%\Apps\MiTeC Utilities\NetScanner64.exe

%WSCCFOLDER%\Apps\MiTeC Utilities\XMLView.exe
%WSCCFOLDER%\Apps\MiTeC Utilities\XMLView64.exe
</code></pre>
<p dir="auto">It should be easy to bundle them with one rule:</p>
<pre><code>%WSCCFOLDER%\Apps\MiTeC Utilities\{Application}.exe
%WSCCFOLDER%\Apps\MiTeC Utilities\{Application}64.exe
</code></pre>
<p dir="auto"><strong>Please consider, that in the future some more MiTeC tools might have both versions!</strong></p>
<hr />
<h2>Bundle NirSoft Utilities</h2>
<p dir="auto">The <strong>32-Bit version</strong> of the <strong>NirSoft Utilities</strong> are placed in the folder:</p>
<pre><code>%WSCCFOLDER%\Apps\NirSoft Utilities
</code></pre>
<p dir="auto">The <strong>64-Bit version</strong> of the <strong>NirSoft Utilities</strong> are placed in the <strong>sub-folder "\x64"</strong>:</p>
<pre><code>%WSCCFOLDER%\Apps\NirSoft Utilities\x64
</code></pre>
<p dir="auto">Here some examples:</p>
<pre><code>%WSCCFOLDER%\Apps\NirSoft Utilities\AppReadWriteCounter.exe
%WSCCFOLDER%\Apps\NirSoft Utilities\x64\AppReadWriteCounter.exe

%WSCCFOLDER%\Apps\NirSoft Utilities\DevManView.exe
%WSCCFOLDER%\Apps\NirSoft Utilities\x64\DevManView.exe
</code></pre>
<p dir="auto">It should be easy to bundle them with one rule:</p>
<pre><code>%WSCCFOLDER%\Apps\NirSoft Utilities\{Application}.exe
%WSCCFOLDER%\Apps\NirSoft Utilities\x64\{Application}.exe
</code></pre>
<hr />
<h2>Bundle Other Utilities</h2>
<p dir="auto">The <strong>32-Bit version</strong> of the <strong>Other Utilities</strong> are placed in the folder:</p>
<pre><code>%WSCCFOLDER%\Apps\Other Utilities
</code></pre>
<p dir="auto">The <strong>64-Bit version</strong> of the <strong>Other Utilities</strong> are placed in the <strong>sub-folder "\x64"</strong>:</p>
<pre><code>%WSCCFOLDER%\Apps\Other Utilities\x64
</code></pre>
<p dir="auto">Here some examples:</p>
<pre><code>%WSCCFOLDER%\Apps\Other Utilities\Everything.exe
%WSCCFOLDER%\Apps\Other Utilities\x64\Everything.exe

%WSCCFOLDER%\Apps\Other Utilities\putty.exe
%WSCCFOLDER%\Apps\Other Utilities\x64\putty.exe

%WSCCFOLDER%\Apps\Other Utilities\SumatraPDF.exe
%WSCCFOLDER%\Apps\Other Utilities\x64\SumatraPDF.exe
</code></pre>
<p dir="auto">It should be easy to bundle them with one rule:</p>
<pre><code>%WSCCFOLDER%\Apps\Other Utilities\{Application}.exe
%WSCCFOLDER%\Apps\Other Utilities\x64\{Application}.exe
</code></pre>
<hr />
<h2>Bundle Sysinternals Suite</h2>
<p dir="auto">The tools of the <strong>Sysinternals Suite</strong> are <strong>already bundled</strong>,<br />
Means: when you expand the <strong>Sysinternals Suite</strong>, then you see each tool only once.</p>
<p dir="auto">The <strong>only exception</strong> here is the tool <strong>Sysinternals RegDelNull</strong>, that is listed twice:</p>
<pre><code>C:\PortableApps\PortableApps\_WSCCPortable\Apps\Sysinternals Suite\RegDelNull.exe
C:\PortableApps\PortableApps\_WSCCPortable\Apps\Sysinternals Suite\RegDelNull64.exe
</code></pre>
<p dir="auto"><strong><a class="plugin-mentions-user plugin-mentions-a" href="/user/tom" aria-label="Profile: Tom">@<bdi>Tom</bdi></a></strong> This is a issue, that sould be fixed!</p>
]]></description><link>https://vulndetect.org/topic/2659/bundle-32-bit-and-64-bit-of-all-wscc-tools</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 15:17:14 GMT</lastBuildDate><atom:link href="https://vulndetect.org/topic/2659.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Apr 2024 11:17:34 GMT</pubDate><ttl>60</ttl></channel></rss>