Changes between Version 29 and Version 30 of AdminInstallerWin
- Timestamp:
- Jul 9, 2020, 4:45:53 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminInstallerWin
v29 v30 3 3 On the build machine: 4 4 5 * Make sure you have current [AdminDepLibs dependent libraries].6 5 * Make sure you have updated the version number in various files, 7 6 and have updated the project list, 8 7 both of which are described [AdminReleaseManagement here]. 8 9 == VS2019 == 10 11 * set the following environment variables (control panel / system / advanced system settings / environment variables) 12 {{{ 13 BUILDCODESIGN points to the directory where boinc.pfx file is located 14 CODESIGNBOINC contains password for boinc.pfx file 15 }}} 16 * Build the win_build/boinc_vs2019.sln solution (Release, 64 bit) 17 * Run Visual Studio shell: 18 in start menu, Microsoft Visual Studio 2019 / Visual Studio Tools/ Visual Studio Command Prompt 19 * On shell command line: 20 {{{ 21 cd "c:/users/David/documents/boinc_git/boinc_7.8/win_build/" 22 [or whatever the branch directory is] 23 codesign 24 }}} 25 26 27 == VS2010 == 28 29 * Make sure you have current [AdminDepLibs dependent libraries]. 30 9 31 * Delete developr/David/symstore in the dependencies tree (remove old symbols) 10 32 * Build the win_build/boinc.sln solution (Release, 32/64 bit) … … 39 61 40 62 (updatesymstore and deploysymstore are scripts in boinc_depends_win_vs2010/win_build). 63 64 == Both == 41 65 42 66 * Make sure you have the latest VirtualBox and Extension Pack.