-
Notifications
You must be signed in to change notification settings - Fork 180
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
Visual Studio 2010 Redistributeable install hangs. #453
Comments
@javadevmtl It's not really an error, it's either a timing or a registry refresh issue... it's looking for the software in the registry. If it doesn't find in after 10 tries, it throws this error... I believe this is fixed in 2016.3 |
@twangboy the 'n' flag is a mistake and at least this version of the MS redistributable installer does not support that flag. So I removed that from winrepo and winrepo-ng for both cpuarchs. It is definitely a problem that winrepo does not handle exit codes and easily allows windows admins to handle these sort of error codes that are quite common in the windows world. |
@TheBigBear Loren Gorden has submitted a PR addressing this issue. |
I think this particular package also has a mistake in the full_name, I've submitted a PR. |
One more thing to add:
It doesn't think it's installed... |
Have you updated today, to pick up the corrected name? Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219 ...there's a double space after 2010 which needs to be there. You can confirm what is mismatched vs. not installed with |
Oh no I haven't pulled the latest repo... only what I applied to figure this issue. |
@javadevmtl can you please confirm that we can close this issue now. I believe all the fixes for this pkg are now merged and up to date? thanks for taking the time to report this, much appreciated. |
Merge pull request #536 from TheBigBear/master
no feedback to the contrary received. closing this as fixed. |
Hi using 2015.8.8.2
I reported the issue here: https://groups.google.com/forum/#!topic/salt-users/Y3aeRDb4Rqs
Using salt on Ubuntu 14.04 to manage some Windows 2008 and 2012 servers.
Everything is setup and running correctly I managed to do some IIS stuff, I even installed firefox as per the docs. But when I run...
sudo salt '*' pkg.install ms-vcpp-2010-sp1-mfc-redist_x64
The command seems to hang. Looking at the minion logs...
And it goes for ever. I then press ctrl-c get the job id and eventually kill the job manually.
According to this: How to perform a silent install of the Visual C++ 2010 redistributable packages there is no n flag.
The result
It seems to be installing but with some error?
The text was updated successfully, but these errors were encountered: