Changes between Initial Version and Version 1 of AdminInstallerWin


Ignore:
Timestamp:
Dec 10, 2016, 12:14:55 AM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminInstallerWin

    v1 v1  
     1Notes from call w/ Rom, 11/10/16
     2
     3To do a Windows release:
     4On build machine:
     5
     61) update version numbers in
     7        configure.ac
     8        version.h
     9        android/BOINC/AndroidManifest.xml
     10
     11        use odd minor version for test, even for public release
     12
     132) on Github:
     14        make branch client_release/7/7.8
     15                (but version in files is 7.7)
     16        can do this in Tortoise Git: create branch
     17        Unix: git -b
     18
     19For release version: in boinc/version.h, unset BOINC_PRERELEASE
     20
     213) Tag release: client_release/7.8/7.7.0
     22        add one to release# for each release (test, public)
     23
     244) [Conversion project files to VS 2015; Rom will do this]
     25
     265) build solution (Release/debug, 32/64)
     27
     286) build dependency libraries (docs?)
     29
     307) on Win command line:
     31        cd boinc/win-build/
     32        buildenv.cmd type release platform x64
     33        updatesymstore
     34        (same for x86)
     35        deploysymstore (enter password)
     36                (stores are on isaac in boinc/doc/symstore)
     37
     38In Installshield VM;
     39
     40open BOINC.ism
     41
     42in Installation Design tab:
     43        Product version: set
     44        Product code: get new one (at right)
     45        don't change Upgrade Code!
     46
     47        in Releases:
     48                change filename
     49                check box for WEBx86
     50                Build / build batch
     51
     52        Same for BOINC_vbox.ism, etc.
     53
     54        installers end up in BOINC/WEBx86/Web/DiskImages/DISK1
     55
     56-----------------
     57back on build machine:
     58
     59put "customdict.txt" in boinc_depends_win_vs2010/developr/davea (??)