Today I was trying to update icon in SFX file. Previously I used to do the job with Resource Hacker, but today I needed to update the icons with 32-bit icons which is not possible with this resource editor.
So I was looking for some alternative and found that I can achive it with Microangelo Toolset.
After you install it, start Microangelo Explorer, find your sfx file and update it.
Monthly Archives: June 2011
Making CodeCompare default diff tool in Visual Studio
I like CodeCompare for it’s advanced comparison features, which helps me compare even changes in code when methods are moved across the file.
To make CodeCompare default diff tool in Visual Studio go to Options > Source Control > Subversion User Tools and put the following text into the External Diff Tool area:
“C:Program FilesDevartCodeCompareCodeCompare.exe” /T1:”$(BaseName)” /T2:”$(MineName)” “$(Base)” “$(Mine)”
Note that location of CodeCompare may differ according to the type of the system.