Installing the product using a clone image - WithSecure Community
<main>
<article class="userContent">
<p> </p>Installing the product using a clone image <p>Instructions for installing F-Secure Elements EPP for Computers using a clone image. </p> <p><strong>Note:</strong> The F-Secure Elements EPP for Computers versions lower than 18.14 do not support the clone image installation. For those versions, we recommend either scheduling a task to install the product at the first start or using another deployment method. This way you can silently have a fresh new installation of the product without any need to preinstall it. </p> <p>To install F-Secure Elements EPP for Computers versions 18.14 and higher: </p> <ol><li> Before installing the product, you need to turn on the OEM mode as follows: <ol type="a"><li> In a text editor, create a <code class="code codeInline" spellcheck="false" tabindex="0">enableOEMMode.cmd</code> file with the following content: <pre class="code codeBlock" spellcheck="false" tabindex="0">REG ADD HKLM\SOFTWARE\F-Secure\CCF\DLLHoster\100 /v ExitOnStart \ /t REG_DWORD /d 1 /reg:32 /f || goto error REG ADD HKLM\SOFTWARE\F-Secure\CCF\DLLHoster\100 /v ExitOnStart \ /t REG_DWORD /d 1 /reg:64 /f || goto error @echo Success exit /b 0 :error @echo Failed to enable OEM mode exit /b 1</pre> </li> <li> Run <code class="code codeInline" spellcheck="false" tabindex="0">enableOEMMode.cmd</code> with the administrator rights and check that it does not return any errors. </li> </ol><p><strong>Note:</strong> No messages are shown on the main user interface. The operation was successful if the installer did not fail. </p> <p><strong>Note:</strong> You can also download the enableOEMMode.cmd file here: <a rel="nofollow" href="https://download.sp.f-secure.com/PSB/latest/enableOEMMode.cmd"> https://download.sp.f-secure.com/PSB/latest/enableOEMMode.cmd</a>. </p> </li> <li> Install F-Secure Elements Agent for Computers with the embedded keycode. <p><strong>Note:</strong> The keycode can be embedded in the filename, passed into the installer with a --voucher command line, or embedded in the offline MSI. Without an embedded keycode, the product cannot register to PSB. </p> </li> <li> Before creating the image, you need to turn off the OEM mode as follows: <ol type="a"><li> In a text editor, create a <code class="code codeInline" spellcheck="false" tabindex="0">disableOEMMode.cmd</code> file with the following content: <pre class="code codeBlock" spellcheck="false" tabindex="0">REG DELETE HKLM\SOFTWARE\F-Secure\CCF\DLLHoster\100 \ /v ExitOnStart /reg:32 /f || goto error rem 64 bit registry may not exist so it should not cause failure REG DELETE HKLM\SOFTWARE\F-Secure\CCF\DLLHoster\100 \ /v ExitOnStart /reg:64 /f @echo Success exit /b 0 :error @echo Failed to disable OEM mode exit /b 1</pre> </li> <li> Run <code class="code codeInline" spellcheck="false" tabindex="0">disableOEMMode.cmd</code> and check that it does not return any errors. </li> </ol><p><strong>Note:</strong> You can also download the <code class="code codeInline" spellcheck="false" tabindex="0">disableOEMMode.cmd</code> file here: <a rel="nofollow" href="https://download.sp.f-secure.com/PSB/latest/disableOEMMode.cmd"> https://download.sp.f-secure.com/PSB/latest/disableOEMMode.cmd</a>. </p> </li> </ol><p>When you restart the computer next time, the product launches, registers to F-Secure Elements Endpoint Protection and downloads the updates. </p>
</article>
</main>