Setup developer machine

From MPSWiki
Revision as of 08:48, 20 October 2020 by Svan (talk | contribs)
Jump to: navigation, search
  1. https://telegram.org/dl/desktop/win
  2. http://mps.resnet.com/installs/Archivating/7-zip/7z1900-x64.exe
  3. Turn off firewall
  4. (Only database engine services) http://mps.resnet.com/installs/SQL%20Server/SQL2019/SQLServer2019-x64-ENU-Dev.iso
    1. Sqlservices.png
    2. Sqlpass.png
  5. http://mps.resnet.com/installs/SQL%20Server/Management/SSMS-Setup-ENU.exe
  6. Recommended(fip client, demo, fieldpro)
  7. https://mps.resnet.com/installs/work/git/Git-2.28.0-64-bit.exe
  8. https://mps.resnet.com/installs/work/git/GitExtensions-3.1.0.5877.msi
  9. https://mps.resnet.com/installs/work/git/KDiff3-64bit-Setup_0.9.98-2.exe
  10. VS 2019: Vs2019.png
  11. Login to VS using your gmail account
  12. Clone git from \\192.168.0.1\git\v8


  1. https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013.5_ult_enu.iso
    1. Vs2013.png
  2. https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vc_mbcsmfc.exe
  3. https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013_fix_web_site_build_from_cmdline.reg
  4. fix_web_service_build_for_Framework40.bat (run as Administrator on Win10 machine!!!!!)
  5. https://mps.resnet.com/installs/Work/DXSDK_Aug09.exe
  6. copy content from "\\SIRIUS\Installs\Work\FarPoint Controls\For Win7" to C:\Program Files (x86)\Farpoints\
  7. create variables in: Control Panel\All Control Panel Items\System\Advanced System Settings\Environment Variables.
    1. name: FARPOINTS_INCLUDE value: path to include folders for farpoints and spread controls. In my case: C:\Program Files (x86)\Farpoints\Inppro20\INCLUDE;C:\Program Files (x86)\Farpoints\Spread25\INCLUDE
    2. copy next folder \\SIRIUS\Installs\Work\VFortran6\Fortran_compiler\DF98 to C:\Program Files (x86)\Microsoft Visual Studio\
    3. name: FORTRAN_INCLUDE (CX only) value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft Visual Studio\DF98\INCLUDE;C:\Program Files (x86)\Microsoft Visual Studio\DF98\LIB
    4. name: FORTRAN_PATH value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft Visual Studio\DF98
    5. name: DIRECTX_SDK_PATH value: path to FORTRAN include and lib. Default path: C:\Program Files (x86)\Microsoft DirectX SDK (August 2009)
    6. add next directory to PATH variable: C:\Program Files (x86)\Microsoft Visual Studio\DF98\BIN

To change MENU UPERCASE in VS2013 run "vs2013 upercase fix.reg"

RESTART MACHINE!!!