Skip to content

Commit

Permalink
Disabled installing Git-Cheetah shell extension
Browse files Browse the repository at this point in the history
  • Loading branch information
KindDragon committed Jul 19, 2014
1 parent f5dae66 commit 54654d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
<Binary Id="KDiff" SourceFile="..\Bin\KDiff3-32bit-Setup_0.9.97.exe" />
<CustomAction Id="KDiff" Impersonate="no" BinaryKey="KDiff" Execute="deferred" ExeCommand="" Return="ignore" />
<Binary Id="MsysGit" SourceFile="..\Bin\Git-1.9.4-preview20140611.exe" />
<CustomAction Id="MsysGit" Impersonate="no" BinaryKey="MsysGit" Execute="deferred" ExeCommand="" Return="ignore" />
<CustomAction Id="MsysGit" Impersonate="no" BinaryKey="MsysGit" Execute="deferred" ExeCommand="/COMPONENTS=&quot;assoc,assoc_sh&quot;" Return="ignore" />
<InstallExecuteSequence>
<Custom Action="KDiff" After="InstallFiles"><![CDATA[INSTALLKDIFF3=1]]></Custom>
<Custom Action="MsysGit" After="InstallFiles"><![CDATA[INSTALLMSYSGIT=1]]></Custom>
Expand Down

0 comments on commit 54654d2

Please sign in to comment.