Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Feb 20, 2023 9:11:12 AM
Aug 28, 2019 10:43:37 AM
Installation of Qlik sense fails with the message:
Powershell version 4 or later is required to install Qlik Sense
Content:
Antivirus software can interfere in the installation process. Disable scanning temporarily and attempt to launch the installer again.
If the installer was initially executed from a shared drive, copy the installer to a local drive location. Execute the installer again.
What is the result of executing this from an MS-DOS command line (not from a PowerShell command line)?
cd C:\Windows\system32\WindowsPowerShell\v1.0 powershell.exe $PSVersionTable.PSVersion.Major
It should return a 4 or 5.
Next, try this command from a new MS-DOS command prompt:
cmd /c "C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe" -command $PSVersionTable.PSVersion.Major
If this command fails, a security policy may prevent the installer from running a check for the PowerShell version. Such as by blocking the -command paramater.
When installing or upgrading Qlik Sense Enterprise Client-Managed, several unsigned PowerShell scripts are executed. If your company has a policy only allowing the execution of signed scripts, you will have to bypass this policy during installation or upgrade.
Hi still facing the issue
Hello @nilesh007
Have you gone through the other steps outlined in this article as well?
If so, then would recommend posting about your issue in our deployment forums to get more direct assistance or logging a ticket with support.
All the best,
Sonja
Hi Sonja,
Yes I have gone through all the steps.
As you can see in the screenshot as well like powershell 5++ version is running.
Hello @nilesh007
I would recommend posting about this issue in our deployment forums as mentioned, so you can get assistance from our active community and support engineers. As this will require investigation, it will be difficult to do inside an article.
All the best,
Sonja
OK, Sonja, I will post over there.
Thanks.