-
Notifications
You must be signed in to change notification settings - Fork 155
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
MS 2015-2019 Redist problems #2360
Comments
Thanks, @legrande32611 ! This should be fixed in pr: #2361 |
@legrande32611 Can you try this one instead?: https://github.com/GeoDaCenter/geoda/releases/download/v1.20/GeoDa-Windows7+-x64-installer.zip |
lixun910
added a commit
that referenced
this issue
Nov 8, 2021
[fix] 3D plot and windows installer #2360
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing GeoDa 1.20.0 the VC Redist installer runs. This happens if the redist is installed or not. Either way it pops up a gui interface requiring user interaction for the GeoDa installation to complete.
Something along the lines of
if (-not (Get-WmiObject -Class Win32_Product -Filter "Name LIKE '%Visual C++ 2019%'")) { <#install redist code #> }
would be nice.
The text was updated successfully, but these errors were encountered: