Skip to content

Commit

Permalink
Set the credential manager at the system level
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Sep 23, 2016
1 parent ac975b2 commit d8755c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitCredStoreComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</Fragment>

<Fragment>
<SetProperty Id='InstallGitCredentialManager' Value='"[#fil65820BAC8645ECCA80F578593ABCC673]" config --global credential.helper manager'
<SetProperty Id='InstallGitCredentialManager' Value='"[#fil65820BAC8645ECCA80F578593ABCC673]" config --system credential.helper manager'
Before='InstallGitCredentialManager' Sequence='execute' />
<CustomAction Id='InstallGitCredentialManager' BinaryKey='WixCA' DllEntry='WixQuietExec'
Execute='deferred' Return='ignore' Impersonate='yes'/>
Expand Down

0 comments on commit d8755c7

Please sign in to comment.