Changes between Version 30 and Version 31 of AdminInstallerWin
- Timestamp:
- Sep 2, 2020, 4:40:33 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminInstallerWin
v30 v31 30 30 31 31 * 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. 35 34 * Set up boinc_codesign directory (peer of boinc/): 36 35 copy boinc.pfx and android_keystore … … 51 50 [ screen turns blue to indicate release mode ] 52 51 codesign 52 53 The following doesn't work since isaac no longer directly accessible: 53 54 updatesymstore 54 55 buildenv.cmd type release platform x8656 codesign57 updatesymstore58 59 55 deploysymstore (enter boincadm password)(stores are on isaac in boinc/doc/symstore) 60 56 }}} … … 71 67 * Start / My computer / Z: (takes you to c: drive of host) 72 68 * go to c:/users/David/documents/boinc_git/boinc_7.x/win_build/installerv2 73 * 1) open BOINC .ism69 * 1) open BOINCx64.ism 74 70 * in Installation Designer tab: 75 71 * click on General Information … … 78 74 * don't change Upgrade Code! 79 75 * select Media / Releases in navbar: 80 * select Releases/Webx 86 in dir tree (or Webx64 for 64 bit)76 * select Releases/Webx64 in dir tree 81 77 * change Setup File Name 82 78 * File / Save 83 79 * Build / batch build 84 * check box next to Webx 86/64, click Build85 * go to 1); Same for BOINC _vbox.ism, BOINCx64.ism, BOINCx64_vbox.ism80 * check box next to Webx64, click Build 81 * go to 1); Same for BOINCx64_vbox.ism 86 82 * installers end up on host in boinc_7.x/win_build/installerv2/BOINCx64/WEBx64/Web/DiskImages/DISK1/boincxxx.exe 87 83 (that's the file you copy to boinc/doc/dl on isaac) … … 102 98 * This produces: 103 99 {{{ 104 VirtualBox-xxx-amd64.msi 105 VirtualBox-xxx.x86.msi 106 Common.cab 100 VirtualBox-xxx.msi 107 101 }}} 108 102 … … 110 104 111 105 * 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 x86106 * Copy the above file into this dir; delete older versions if you want. 107 * Rename Oracle VM VirtualBox xxx (x64).prq to new version 114 108 * Run !Installshield: !Start/All !Programs/Installshield/Installshield 2011 115 109 * select !Tools/Prerequisite Editor 116 * 1) !File/Open, open the Oracle VM Virtualbox 5.x.xx (x64).prq file117 * Remove the 2 existing files; add the new ones (common.cab andxxx.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). 118 112 * select Conditions tab 119 113 * double click on HKEY_LOCAL.... … … 126 120 * double-click boincx64_vbox.ism 127 121 * 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. 129 123 * save project 130 * Go to 1); same thing for x86