Skip to content

Commit

Permalink
Update to Git v2.33.1.1 and FG WEP v3.11.501
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Nov 13, 2021
1 parent 622565c commit ca07048
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Package/GitComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Fragment>
<ComponentGroup Id='GitComponents'>
<Component Directory='BinFolder'>
<fg:HarvestFile Source='..\..\files\bin\git.exe' Id='git.exe' />
<fg:HarvestFile Id='git.exe' Source='..\..\files\bin\git.exe' />
</Component>
<Component Directory='INSTALLFOLDER'>
<fg:HarvestFolder Source='..\..\files\' Strategy='contentFileComponentsWithGeneratedKeyPath' />
Expand All @@ -14,16 +14,15 @@
<Fragment>
<ComponentGroup Id='GitCredentialManager' Directory='GitCoreFolder'>
<Component>
<fg:HarvestFile Source='..\..\files\mingw32\libexec\git-core\git-credential-manager.exe'
Id='CredManagerFile' />
<fg:HarvestFile Id='CredManagerFile' Source='..\..\files\mingw32\libexec\git-core\git-credential-manager-core.exe' />
</Component>
</ComponentGroup>

<CustomActionRef Id='InstallGitCredentialManager' />
</Fragment>

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

0 comments on commit ca07048

Please sign in to comment.