Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: There is no way to automate the installation of this in Windows Server 2019 #2807

Open
manowar689 opened this issue Nov 23, 2023 · 0 comments
Labels
issue Something isn't working

Comments

@manowar689
Copy link

Steps to reproduce

Running the following command doesn't work:

Write-Output "Installing Redis Insights V2"
$InstallerPath = "C:\path\to\installer\"
$InstallerFile = "$InstallerPath\RedisInsight-v2-win-installer.exe"
$Argumentlist = "/S /v/qn"
Write-Output "FilePath: $InstallerFile"
Start-Process -FilePath $InstallerFile -Wait -ArgumentList $Argumentlist

Run the Powershell commands in Administrator mode

Actual behavior

Despite this set of commands working on Redis Desktop Manager they don't work with Redis Insights

Expected behavior

For the application to be installed

Additional context

  • Windows Server 2019
  • RedisInsight V2
@manowar689 manowar689 added the issue Something isn't working label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant