Difference between revisions of "Setup developer machine"

From MPSWiki
Jump to: navigation, search
(Extensions)
 
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#vs2013.5_ult_enu.iso
+
=Common=
#Vc_mbcsmfc.exe
+
#https://telegram.org/dl/desktop/win
#Vs2013_fix_web_site_build_from_cmdline.reg
+
#7zip [https://drive.google.com/uc?export=download&id=1RU4Gq0cnvHcvqn76XDbIZVDneELaDaJc 7z1900-x64.msi]
#fix_web_service_build_for_Framework40.bat
+
 
#install \\SIRIUS\Installs\Work\DXSDK_Aug09.exe
+
=Setup=
 +
#Turn off firewall
 +
#Run as Administrator <pre>powercfg.exe /hibernate off</pre>
 +
#Power plan - high performance
 +
#Enable symlinks: run gpedit, go to Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment and grant rights for "Create symbolic links" - by adding domain users
 +
 
 +
=SQL Server=
 +
==SQL Server Developer==
 +
Only database engine services: [https://drive.google.com/uc?export=download&id=1f-XmFNxwWB8x8hLBvEH74y66JFtGTcrK SQL server online installer]
 +
#[[File:Sqlservices.png]]
 +
#[[File:Sqlpass.png]]
 +
==SQL Server Management Studio==
 +
[https://drive.google.com/uc?export=download&id=1-sDtGdCDDTp-C6fXcU8NKeztmu1gbtAQ SSMS-Setup-ENU.exe]
 +
=Fieldpro=
 +
#Recommended(fip client, demo, fieldpro)
 +
=Git=
 +
#[https://drive.google.com/uc?export=download&id=17LCZ9IpcZ5gbSKLctcVmCuW5OiJydN3L Git-2.29.2.3-64-bit.exe]
 +
#[https://drive.google.com/uc?export=download&confirm=nvEG&id=1_mpGHY2UxC7Rxvs2e7LlxpsPpQpiRC7J GitExtensions-3.4.3.9999.msi]
 +
#[https://drive.google.com/uc?export=download&id=1MPBJ2BultArSbv8PY32eBnJxLg1kOHrB KDiff3-64bit-Setup_0.9.98-2.exe]
 +
 
 +
=Connect Git=
 +
#Code https://mps.resnet.com/git/v8.git
 +
#QA http://mps.resnet.com:3333/bst_private.git
 +
 
 +
=VS 2019 Community=
 +
#VS 2019: [[File:Vs2019.png]]
 +
==Extensions==
 +
#CodeMaid (overall progress)
 +
#VsColorOutput (Tools\Options\VsColorOutput: set on: "Show Elapsed Build Time" and "Yes, I Donated!"))
 +
#Disable Breakpoint Sorting At Startup
 +
 
 +
=VS2013=
 +
#https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013.5_ult_enu.iso
 +
##Shared Link: https://drive.google.com/file/d/1_PXM2u2M8CFei4dCK67vnfoHxLOLiyZ-/view?usp=sharing
 +
##[[File:Vs2013.png]]
 +
#https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vc_mbcsmfc.exe
 +
#https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013_fix_web_site_build_from_cmdline.reg
 +
#fix_web_service_build_for_Framework40.bat ('''run as Administrator on Win10 machine!!!!!''')
 +
 
 +
=DirectX=
 +
#https://mps.resnet.com/installs/Work/DXSDK_Aug09.exe
 +
##Shared link: https://drive.google.com/file/d/1J-pFoRVgpWn3qHdYJ8eXQM-_2b6hzfVR/view?usp=sharing
 +
=Controls=
 
#copy content from "\\SIRIUS\Installs\Work\FarPoint Controls\For Win7" to C:\Program Files (x86)\Farpoints\
 
#copy content from "\\SIRIUS\Installs\Work\FarPoint Controls\For Win7" to C:\Program Files (x86)\Farpoints\
 +
=Variables=
 
#create variables in: Control Panel\All Control Panel Items\System\Advanced System Settings\Environment Variables.
 
#create variables in: Control Panel\All Control Panel Items\System\Advanced System Settings\Environment Variables.
 
##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'''
 
##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'''
##copy next folder '''\\SIRIUS\Installs\Work\VFortran6\Fortran_compiler\DF98''' to '''C:\Program Files (x86)\Microsoft Visual Studio\'''
+
##copy next folder [https://drive.google.com/uc?export=download&id=1iXno_DMwtbOWtJEV2K-z6hRQFPU9TA7l DF98.7z] to '''C:\Program Files (x86)\Microsoft Visual Studio\'''
 
##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'''
 
##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'''
 
##name: '''FORTRAN_PATH''' value: path to FORTRAN include and lib. Default path: '''C:\Program Files (x86)\Microsoft Visual Studio\DF98'''
 
##name: '''FORTRAN_PATH''' value: path to FORTRAN include and lib. Default path: '''C:\Program Files (x86)\Microsoft Visual Studio\DF98'''

Latest revision as of 08:42, 20 April 2021

Common

  1. https://telegram.org/dl/desktop/win
  2. 7zip 7z1900-x64.msi

Setup

  1. Turn off firewall
  2. Run as Administrator
    powercfg.exe /hibernate off
  3. Power plan - high performance
  4. Enable symlinks: run gpedit, go to Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment and grant rights for "Create symbolic links" - by adding domain users

SQL Server

SQL Server Developer

Only database engine services: SQL server online installer

  1. Sqlservices.png
  2. Sqlpass.png

SQL Server Management Studio

SSMS-Setup-ENU.exe

Fieldpro

  1. Recommended(fip client, demo, fieldpro)

Git

  1. Git-2.29.2.3-64-bit.exe
  2. GitExtensions-3.4.3.9999.msi
  3. KDiff3-64bit-Setup_0.9.98-2.exe

Connect Git

  1. Code https://mps.resnet.com/git/v8.git
  2. QA http://mps.resnet.com:3333/bst_private.git

VS 2019 Community

  1. VS 2019: Vs2019.png

Extensions

  1. CodeMaid (overall progress)
  2. VsColorOutput (Tools\Options\VsColorOutput: set on: "Show Elapsed Build Time" and "Yes, I Donated!"))
  3. Disable Breakpoint Sorting At Startup

VS2013

  1. https://mps.resnet.com/installs/MS%20Visual%20Studio/Visual%20Studio%202013%20RTM%20English/vs2013.5_ult_enu.iso
    1. Shared Link: https://drive.google.com/file/d/1_PXM2u2M8CFei4dCK67vnfoHxLOLiyZ-/view?usp=sharing
    2. 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!!!!!)

DirectX

  1. https://mps.resnet.com/installs/Work/DXSDK_Aug09.exe
    1. Shared link: https://drive.google.com/file/d/1J-pFoRVgpWn3qHdYJ8eXQM-_2b6hzfVR/view?usp=sharing

Controls

  1. copy content from "\\SIRIUS\Installs\Work\FarPoint Controls\For Win7" to C:\Program Files (x86)\Farpoints\

Variables

  1. 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 DF98.7z 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!!!