-
Notifications
You must be signed in to change notification settings - Fork 182
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
Git 2.6.3 fails to install correctly #142
Comments
@johnccfm this would appear to be related to packaging issues upstream. ;-) They chnaged parameters for the Inno installer and got it wrong and now got some 'side-effect'. git-for-windows/git#526 I'd suggest to wait for the upstream fix. AFAIK the salt winrepo-ng installer does correctly detect 'user installs' in other sceanrios, so this might not be failing EXACTLY for the reasons you stated above. @jfindlay @twangboy can you confirm whether you also think the uninstaller also needs to search the HKCU (current user) hive in the registry? |
@TheBigBear I don't think we plan to manage software installs on each individual user account on a system. Salt will manage software that is installed and available system wide. Let me know if I'm wrong, @UtahDave. |
@twangboy I actually looked in vain before for a way to run a command as a user in Salt on Windows, to do per-user things. I'd be very surprised if Salt manages per-user installs. Software that installs in the user account only would be useless in Salt, because it would install in the SYSTEM account and not be available to any regular user. |
@johnccfm I'm not sure it's possible without knowing the user's password, but I'm not hacker. There are registry issues to consider as well. It would be a mess... unless you knew the password and could actually log in as that user. I did get runas to work for windows, but again it requires that you know the password for the user. It's also not available until the next release of salt which won't be until early next year.
|
2.6.4 is released and works as expected. |
…-ip-scanner-v-2.4.2601 Create initial adv-ip-scanner ver. 2.4.2601
Merge pull request #142 from TheBigBear/TheBigBear-create-initial-adv-ip-scanner-v-2.4.2601
Git 2.6.3 (64 bit) installation fails on my Windows Server 2012R2 system according to Salt (although the software is actually installed).
Git's installer seems to be writing the uninstall key to the registry at:-
The code in win_pkg.py only iterates:-
Therefore the package manager always thinks it has failed to install even when it has and reports a failure.
Git 2.6.2 seems to be OK.
The text was updated successfully, but these errors were encountered: