Categories: ExchangeGFI

GFI MailEssentials 20 installation stuck on Administrators email address

During installation of GFI MailEssentials 20 installation doesn't go pass entering an Administrator's email. Pressing NEXT doesn't do anything and Administrator is left wondering what's wrong.

Problem Description

Run the GFI MailEssentials installer which will download the proper installation package.

Accept License Terms and Conditions, choose language and proceed by pressing Next

Enter product key and press Next

Choose User Mode Selection Active Directory and press Next

Enter administrators email

GFI MailEssentials Installer doesn't go thru Next. Going back, changing settings, all is working but no further action is allowed.

Solution

Turns out UAC (User Access Control) is at fault here. To make sure the installation works fine and without problems make sure to start installation via Run as Admin option. You have to do that even if UAC is disabled via other means. While in Windows 7 and other client systems UAC can be modified thru GUI, in Windows Server systems changing this works only partially sometimes leaving you wondering what is happening.

To fully disable UAC one can do this via Registry or via Local Policies interface.

Option 1. You have the option to turn off UAC via registry by changing the DWORD “EnableLUA” from 1 to 0 in “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system”, and doing system reboot.

Option 2. Opening Local Security Policy (secpol.msc) and changing User Account Control: Behavior of the elevation prompt to Elevate without Prompting.

However even with those 2 settings being in place it's still possible the installation will not go as planned. So it's always good to make sure Run As Admin option is selected when running any kind of installer.

Notes

This problem has been reported to GFI support and hopefully they will fix this issue in next releases of their installer. It's always good to try this option when everything else fails for any products installation including Microsoft Exchange patches, as it does come handy from time to time.

This post was last modified on March 20, 2016 12:24

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

2 weeks ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

5 months ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

7 months ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

8 months ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

8 months ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 months ago