diff --git a/src/WindowsInstaller/README.md b/src/WindowsInstaller/README.md index dda44646f6..52c0b23a2e 100644 --- a/src/WindowsInstaller/README.md +++ b/src/WindowsInstaller/README.md @@ -20,10 +20,10 @@ To build the installer you can do the following: (You can alternatively get nsProcess from https://nsis.sourceforge.io/NsProcess_plugin) 7. Copy all FreeCAD files to the folder "~\FreeCAD" e.g. "C:\FreeCAD\Installer\FreeCAD" -8. If you use compiled FreeCAD using another MSVC version than MSVC 2017, copy - its distributable DLLs to the folder FILES_DEPS (see step 2). +8. If you use a version of FreeCAD that was compiled using another MSVC version than MSVC 2017, + copy its distributable DLLs to the folder FILES_DEPS (see step 3). 9. Right-click on the file FreeCAD-installer.nsi and choose "Compile NSIS script" - to compile the installer + to compile the installer. 10. The folder ~\MSVCRedist contains already all MSVC 2017 x64 redistributable DLLs necessary for FreeCAD 0.19dev. If another MSVC version was used to compile FreeCAD, replace the DLLs by the ones of the used MSVC. (They are usually available in the folder @@ -31,6 +31,6 @@ To build the installer you can do the following: For test builds of the installer you can turn off the compression. This speeds up the build time for the installer a lot but increases its file size. The compression -is disabled by uncommenting the line +is turned off by uncommenting the line SetCompressor /SOLID lzma in the file Settings.nsh.