Changes between Version 30 and Version 31 of AdminInstallerWin


Ignore:
Timestamp:
Sep 2, 2020, 4:40:33 PM (4 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminInstallerWin

    v30 v31  
    3030
    3131 * Delete developr/David/symstore in the dependencies tree (remove old symbols)
    32  * Build the win_build/boinc.sln solution (Release, 32/64 bit)
    33  * If custom actions (in clientsetup/) have changed, copy boinccas.dll from win_build/Build/x64/Release to win_build/installerv2/redist/Windows/x64
    34   (and same for x86).
     32 * Build the win_build/boinc.sln solution (Release, 64 bit)
     33 * If custom actions (in clientsetup/) have changed, copy boinccas.dll from win_build/Build/x64/Release to win_build/installerv2/redist/Windows/x64.
    3534 * Set up boinc_codesign directory (peer of boinc/):
    3635    copy boinc.pfx and android_keystore
     
    5150[ screen turns blue to indicate release mode ]
    5251codesign
     52
     53The following doesn't work since isaac no longer directly accessible:
    5354updatesymstore
    54 
    55 buildenv.cmd type release platform x86
    56 codesign
    57 updatesymstore
    58 
    5955deploysymstore (enter boincadm password)(stores are on isaac in boinc/doc/symstore)
    6056}}}
     
    7167  * Start / My computer / Z: (takes you to c: drive of host)
    7268  * go to c:/users/David/documents/boinc_git/boinc_7.x/win_build/installerv2
    73   * 1) open BOINC.ism
     69  * 1) open BOINCx64.ism
    7470  * in Installation Designer tab:
    7571   * click on General Information
     
    7874   * don't change Upgrade Code!
    7975  * select  Media / Releases in navbar:
    80    * select Releases/Webx86 in dir tree (or Webx64 for 64 bit)
     76   * select Releases/Webx64 in dir tree
    8177   * change Setup File Name
    8278   * File / Save
    8379   * Build / batch build
    84    * check box next to Webx86/64, click Build
    85    * go to 1); Same for BOINC_vbox.ism, BOINCx64.ism, BOINCx64_vbox.ism
     80   * check box next to Webx64, click Build
     81   * go to 1); Same for BOINCx64_vbox.ism
    8682  * installers end up on host in boinc_7.x/win_build/installerv2/BOINCx64/WEBx64/Web/DiskImages/DISK1/boincxxx.exe
    8783    (that's the file you copy to  boinc/doc/dl on isaac)
     
    10298 * This produces:
    10399{{{
    104 VirtualBox-xxx-amd64.msi
    105 VirtualBox-xxx.x86.msi
    106 Common.cab
     100VirtualBox-xxx.msi
    107101}}}
    108102
     
    110104
    111105 * Go to c:/program files/InstallShield/2011/SetUpPrerequisites
    112  * Copy the above 3 files into this dir; delete older versions of them first.
    113  * Rename Oracle VM VirtualBox xxx (x64).prq to new version; same for x86
     106 * Copy the above file into this dir; delete older versions if you want.
     107 * Rename Oracle VM VirtualBox xxx (x64).prq to new version
    114108 * Run !Installshield: !Start/All !Programs/Installshield/Installshield 2011
    115109 * select !Tools/Prerequisite Editor
    116  * 1) !File/Open, open the Oracle VM Virtualbox 5.x.xx (x64).prq file
    117  * Remove the 2 existing files; add the new ones (common.cab and xxx.msi).
     110 * 1) !File/Open, open the Oracle VM Virtualbox x.x.xx (x64).prq file
     111 * Remove the existing file; add the new one (xxx.msi).
    118112 * select Conditions tab
    119113 * double click on HKEY_LOCAL....
     
    126120 * double-click boincx64_vbox.ism
    127121 * Select Application Data / Redistributables
    128  * In list of files, check box for new .prq file (32 or 64 as appropriate).
     122 * In list of files, check box for new .prq file.
    129123 * save project
    130  * Go to 1); same thing for x86