To build the installer, you'll need:
Installer files are in Installer/NSIS
-subfolder. Important files are:
frhed.nsi
- NSIS installer script fileGPL.txt
- license text included in the installerInstaller/Runtimes
-folder which contains Microsoft
runtime files needed. These files are included in the installer.
Before you can build the installer you must build Frhed successfully.
After the Frhed has been successfully build, you'll have files the installer
needs in Build
-folder:
Release/Frhed.exe
Release/heksedit.dll
Release/RAWIO32.dll
Help/frhed.chm
Once all files are present, building the installer should be a simple task:
frhed.nsi
-file in the Explorer and select
Compile NSIS Script from the context menu orfrhed.nsi
and compile it.
Once the installer building finishes, installer file is created into
Build
-folder. The installer file is named as
Frhed-[version]-Setup.exe
.