Welcome to MrOrange - Help Page!


Advanced/Compile options for Windows .NET (Compacted):

    Windows .NET (Compacted) (win_NETc)

  • How to compile:
    • Download source code for client_win_NETc_source_X.XX.rar

      Extract client_win_NETc_source_X.XX.rar

    • Get NSIS:
        you need to install NSIS (Nullsoft Scriptable Install System):

      • Take a look at the curl project:
        NSIS
      • copy MrOrange.ico to C:\Program Files\NSIS\Contrib\Graphics\Icons
      • Download KillProcDLL-bin.zip from http://nsis.sourceforge.net/KillProcDLL_plug-in 
      • Extract KillProcDLL.dll to C:\Program Files\NSIS\Plugins

    • Build MrOrange.exe:
        you need to have some Microsoft Visual Basic .NET 2005 Windows Development software installed

      • Double click on MrOrange.vbp
      • From menus choose "Build" , "Build MrOrange"

    • Compile:
      • Right click on your MrOrange.nsi file ans select "Compile NSIS Script"

    • you have your client_win_NETc_X.XX.exe installer for Windows ready!

  • How to build servers name/ips inside installable?
    • Edit Resources:
      (Inside the project)

      'OrderServer=localhost
      'EmergencyServer=127.0.0.1

    • Compile

  • How to build servers name/ips inside installable?
    • Create MrOrange.ini file:
      (close to MrOrange.exe)

      '[MrOrange]
      'Version=0.62
      'OrderServer=10.1.12.82
      'EmergencyServer=10.1.12.82
      'EmergencyMaxNumber=10
      'DefaultRetryTime=30
      'Certification=Mr Orange Certified.

    • Compile

  • How to change installable name?
    • Just rename client_win_NETc_X.XX.exe :)

  • How to change binary name (MrOrange.exe)?
    • Edit MrOrange.nsi and change:

      (all references to MrOrange.exe)

    • rename MrOrange.exe file

    • rename MrOrange.ini file (if exist)

    • Compile

Go back to help main page.