Difference between revisions of "Setup Builder Machine"
(Created page with "* Install .NET ([http://mps.resnet.com/installs/System/DotNetFramework/NDP471-KB4033342-x86-x64-AllOS-ENU.exe]) * Install git") |
|||
(25 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | * Install | + | All above is applied to win7 machine |
− | * | + | * drivers |
+ | * add to domain | ||
+ | * activate windows | ||
+ | * performance options - best performance (except show contents when dragging) | ||
+ | * turn off system restore | ||
+ | * UAC settings - all to ignore | ||
+ | * Set page file 2Gb | ||
+ | * powercfg -h off | ||
+ | * power options - high performance | ||
+ | * turn off IP V6 | ||
+ | * Change WOL: | ||
+ | [[File:Wol network adapter.PNG]] | ||
+ | * Install time zone udpate (Minsk time) | ||
+ | * [http://mps.resnet.com/installs/System/DotNetFramework/NDP471-KB4033342-x86-x64-AllOS-ENU.exe Install .NET] \\orion\installs\System\DotNetFramework\NDP471-KB4033342-x86-x64-AllOS-ENU.exe | ||
+ | * if root certificate error: dbl-click on \\orion\Installs\OS Installs\Windows 7\MicrosoftRootCertificateAuthority2011.cer and then select "Place all certificates in the following store" and then Browse and select "Trusted Root Certificataion Authorities" | ||
+ | * [http://mps.resnet.com/installs/System/Win7AndW2K8R2-KB3191566-x64.msu Install PowerShell] \\orion\installs\System\Win7AndW2K8R2-KB3191566-x64.msu | ||
+ | * turn off next services: update, firewall, defender, security center, themes, windows audio, windows search. | ||
+ | * add remove windows components: | ||
+ | [[File:Winfeatures.PNG]] | ||
+ | * [http://mps.resnet.com/installs/Work/IncrediBuild/incredibuild5_0.exe Install IncrediBuild] \\orion\installs\Work\IncrediBuild\incredibuild5_0.exe | ||
+ | * [[Install GIT]] | ||
+ | * [[Install VS 2013]] | ||
+ | * Install SQL server: '''\\orion\Installs\SQL Server\SQL2014\unpacked\install_developer.bat''' | ||
+ | * download, rename reg file for drives (edit if needed): [[File:Build drives.reg.txt]] | ||
+ | |||
+ | |||
+ | All below is applied to '''vtune 2019''' | ||
+ | * enable symbols: press Configure Analysis and at the right bottom corner press: Search Sources/Binaries | ||
+ | [[File:vtune2019_1.PNG]] | ||
+ | * in the new window in Binaries/Symbols section add: srv*C:\SymbolCache*http://msdl.microsoft.com/download/symbols | ||
+ | [[File:vtune2019_2.PNG]] | ||
+ | |||
+ | |||
+ | All below is applied to win10 machine | ||
+ | * enable symlinks: run '''gpedit''', go to '''Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment''' and grant rights for "Create symbolic links" | ||
+ | |||
+ | |||
+ | All below is applied to vs2019 | ||
+ | * need install vs2013 (run '''vs2013.5_pro_enu.iso''' and set c++ only, '''vc_mbcsmfc.exe''' and '''fix_web_service_build_for_Framework40.bat''') | ||
+ | |||
+ | |||
+ | in Extensions\Manage Extensions you can install: | ||
+ | * CodeMaid (overall progress) | ||
+ | * VsColorOutput (for color output and build time (after install go to Tools\Options\VsColorOutput and set to true next options: "Show Elapsed Build Time" and "Yes, I Donated!")) | ||
+ | |||
+ | |||
+ | On open solution, '''Retarget Projects''': | ||
+ | * Windows SDK Version: '''No Upgrade''' | ||
+ | * Platform Toolset: '''No Upgrade''' |
Latest revision as of 11:18, 4 August 2020
All above is applied to win7 machine
- drivers
- add to domain
- activate windows
- performance options - best performance (except show contents when dragging)
- turn off system restore
- UAC settings - all to ignore
- Set page file 2Gb
- powercfg -h off
- power options - high performance
- turn off IP V6
- Change WOL:
- Install time zone udpate (Minsk time)
- Install .NET \\orion\installs\System\DotNetFramework\NDP471-KB4033342-x86-x64-AllOS-ENU.exe
- if root certificate error: dbl-click on \\orion\Installs\OS Installs\Windows 7\MicrosoftRootCertificateAuthority2011.cer and then select "Place all certificates in the following store" and then Browse and select "Trusted Root Certificataion Authorities"
- Install PowerShell \\orion\installs\System\Win7AndW2K8R2-KB3191566-x64.msu
- turn off next services: update, firewall, defender, security center, themes, windows audio, windows search.
- add remove windows components:
- Install IncrediBuild \\orion\installs\Work\IncrediBuild\incredibuild5_0.exe
- Install GIT
- Install VS 2013
- Install SQL server: \\orion\Installs\SQL Server\SQL2014\unpacked\install_developer.bat
- download, rename reg file for drives (edit if needed): File:Build drives.reg.txt
All below is applied to vtune 2019
- enable symbols: press Configure Analysis and at the right bottom corner press: Search Sources/Binaries
- in the new window in Binaries/Symbols section add: srv*C:\SymbolCache*http://msdl.microsoft.com/download/symbols
All below is applied to win10 machine
- enable symlinks: run gpedit, go to Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment and grant rights for "Create symbolic links"
All below is applied to vs2019
- need install vs2013 (run vs2013.5_pro_enu.iso and set c++ only, vc_mbcsmfc.exe and fix_web_service_build_for_Framework40.bat)
in Extensions\Manage Extensions you can install:
- CodeMaid (overall progress)
- VsColorOutput (for color output and build time (after install go to Tools\Options\VsColorOutput and set to true next options: "Show Elapsed Build Time" and "Yes, I Donated!"))
On open solution, Retarget Projects:
- Windows SDK Version: No Upgrade
- Platform Toolset: No Upgrade