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

Cleanup RegistryHelper.fs #980

Merged
merged 1 commit into from
Oct 15, 2015
Merged

Conversation

lulu-berlin
Copy link
Contributor

  • Group functions meaningfully: (1) key, (2) value, (3) subkey.
  • The paramater indicating a registry value name is called "name" rather than "value", following the convention of Microsoft.
  • deleteRegistrySubKey follows the signature of createRegistrySubKey (that was there before): baseKey (HKEYLocalMachine, etc.) + subKey. This means that the subKey string must indicate the full path to the subkey (e.g. "SOFTWARE\Microsoft\VisualStudio").

- Group functions meaningfully: (1) key, (2) value, (3) subkey.
- The paramater indicating a registry value name is called "name" rather than "value", following the convention of Microsoft.
- deleteRegistrySubKey follows the signature of createRegistrySubKey (that was there before): baseKey (HKEYLocalMachine, etc.) + subKey. This means that the subKey string must indicate the full path to the subkey (e.g. "SOFTWARE\\Microsoft\\VisualStudio").
@lulu-berlin
Copy link
Contributor Author

@forki, here are the additional fixes we discussed in #976. This would close #966.

forki added a commit that referenced this pull request Oct 15, 2015
@forki forki merged commit f391d58 into fsprojects:master Oct 15, 2015
@forki
Copy link
Member

forki commented Oct 15, 2015

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants