Skip to content

venugopalnaidu/wininstaller-innosetup

 
 

Repository files navigation

Because this is Windows software it is okay for a file to not have an ending newline. If you edit such a file please keep it that way.

So that they can be uploaded to Transifex there are two encodings of the localization files. UTF8 as required by Transifex, and usually-ANSI, as required by InnoSetup. To convert between them see convert-inno-setup.

--

How to build

On Linux (with wine)

  • Install InnoSetup : wine is-unicode.exe /SILENT
  • TODO: How to build wintray on Linux?
  • Build the Setup : wine "C:\Program Files (x86)\Inno Setup 5\ISCC.exe" "FreenetInstall_InnoSetup.iss"
  • See Output folder

On Windows

  • Install InnoSetup
  • Build wintray and copy it to install_node\FreenetTray.exe
  • Build the Setup : ISCC.exe "FreenetInstall_InnoSetup.iss"
  • See Output folder

About

Windows installer for Freenet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 73.4%
  • Inno Setup 22.2%
  • Pascal 4.4%