Changes between Version 5 and Version 6 of AdminInstallerWin
- Timestamp:
- Dec 18, 2016, 11:17:03 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminInstallerWin
v5 v6 8 8 Make sure you have current [AdminDepLibs dependent libraries]. 9 9 10 Set up boinc_codesign directory (peer of boinc/): 11 copy boinc.pfx and android_keystore 12 (get these files from davea or Rom) 13 14 Copy customdict.txt and customenv.cmd to 15 boinc_depends_xxx/developr/David (or whatever your username is). 16 Edit customdict.txt to point to where boinc_codesign dir is, 17 e.g. C:\Users\David\Documents\BOINC git\boinc_codesign 18 10 19 * on Win command line: 11 20 {{{ 12 cd boinc/win -build/21 cd boinc/win_build/ 13 22 buildenv.cmd type release platform x64 23 codesign 14 24 updatesymstore 15 (same for x86) 16 deploysymstore (enter password)(stores are on isaac in boinc/doc/symstore) 25 26 buildenv.cmd type release platform x86 27 codesign 28 updatesymstore 29 30 deploysymstore (enter boincadm password)(stores are on isaac in boinc/doc/symstore) 17 31 }}} 32 33 (updatesymstore and deploysymstore are scripts in depends directory) 18 34 19 35 In the Installshield VM: