Skip to content

Commit df125cd

Browse files
Update README.md
1 parent 0e75878 commit df125cd

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,27 @@ Look at this short video (1'47'') how to dowload, setup and use it:
3737

3838
### Manual Build and Installation (for Delphi developers) ###
3939

40-
If you have Delphi 10.4 Sydney, you can manually build the project and install the SVGShellExtensions.dll following these steps:
40+
If you have Delphi 10.4 Sydney, you can manually build the project:
41+
42+
***Warning: To build the DLL you need also other open-source projects***
43+
44+
- [SVGIconImageList](https://github.com/EtheaDev/SVGIconImageList)
45+
46+
- [Synedit](https://github.com/SynEdit/SynEdit)
47+
48+
- [VCL-Style-Utils](https://github.com/RRUZ/vcl-styles-utils)
49+
50+
To manually install the SVGShellExtensions.dll follow these steps:
4151

4252
1. Close all the windows explorer instances which have the preview handler active or the preview handler was used (remember the dll remains in memory until the windows explorer was closed).
4353

44-
2. Unregister the previous version executing the uninstaller located in
45-
`C:\Program Files\Ethea\SVGShellExtensions`
54+
2. If you have already used the installer uninstall the components from system.
4655

47-
3. If you install the SVG Shell Extensions manually you must unregister using the `UnRegister64Bit.bat` running as admin.
48-
49-
4. Now proceed with the installation of the new version.
56+
3. To install manually the dll run the `Setup\Register64bit.bat` (run-as-administrator).
57+
58+
4. If you wanto to uninstall the dll you use the `Setup\UnRegister64Bit.bat`
59+
60+
5. When it's registered, you can continue to change code and rebuild the dll (beware to close all Explorer instances).
5061

5162
## Release Notes ##
5263

0 commit comments

Comments
 (0)