diff --git a/mevislab.github.io/content/tutorials/summary/summary5.md b/mevislab.github.io/content/tutorials/summary/summary5.md index 43225bbb7..090c2439c 100644 --- a/mevislab.github.io/content/tutorials/summary/summary5.md +++ b/mevislab.github.io/content/tutorials/summary/summary5.md @@ -39,11 +39,9 @@ Click on Check if required tools are installed. The following dia ![Check required tools](images/tutorials/summary/Example5_2.png "Check required tools") -You can see that [NSIS](https://nsis.sourceforge.io/Download) and either [Dependency Walker](https://www.dependencywalker.com/) or [Dependencies](https://github.com/lucasg/Dependencies) are necessary to create an installable executable. MeVisLab provides information about the necessary version(s). +You can see that [NSIS](https://nsis.sourceforge.io/Download) is necessary to create an installable executable. MeVisLab provides information about the necessary version. -Download and install/extract *NSIS* and *Dependency Walker* or *Dependencies*. Add both executables to your *PATH* environment variable, for example, *C:\Program Files\depends* and *C:\Program Files (x86)\NSIS*. - -Restart MeVisLab and open the Project Wizard again. All required tools should now be available. +If missing or outdated, download and install NSIS, restart MeVisLab, and open the Project Wizard again. All required tools should now be available. ### Use MeVisLab Project Wizard to Generate the Installer Select your macro module and the package and click Next >. diff --git a/mevislab.github.io/static/images/tutorials/summary/Example5_2.png b/mevislab.github.io/static/images/tutorials/summary/Example5_2.png index f92fcbe09..b5ec5cdcf 100644 Binary files a/mevislab.github.io/static/images/tutorials/summary/Example5_2.png and b/mevislab.github.io/static/images/tutorials/summary/Example5_2.png differ