Changes between Version 8 and Version 9 of AdminInstallerWin
- Timestamp:
- Dec 18, 2016, 1:28:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminInstallerWin
v8 v9 60 60 * check box next to Webx64, click Build 61 61 * Same for BOINC_vbox.ism, etc. 62 * installers end up in BOINC/WEBx86/Web/DiskImages/DISK162 * installers end up on host in boinc/win_build/installerv2/BOINCx64/WEBx64/Web/DiskImages/DISK1/boincxxx.exe 63 63 64 Rom: need to do anything for bundled Vbox versions? what determines the Vbox version? 64 (that's the file you copy to boinc/doc/dl on isaac) 65 65 66 Back on build machine: 66 == Updating !VirtualBox in !InstallShield == 67 67 68 * put "customdict.txt" in boinc_depends_win_vs2010/developr/davea (??) 68 The version of vbox in the installer is the one in the installer VM. 69 To update this: 69 70 70 == Updating VirtualBox in InstallShield == 71 * On the host, download the version you want from the vbox site (this includes 32 and 64 bit). 71 72 72 You'll need to extract the various components from the VirtualBox installer via:73 * Extract the various components from the VirtualBox installer via: 73 74 {{{ 74 75 VirtualBox-4.3.20-96996-Win.exe --extract --path c:\temp\virtualbox43 75 76 }}} 76 77 77 Or whatever Vbox version you want. 78 (change 4.3.20-96996 and 43 based on the version you downloaded). 79 This produces: 78 80 79 Update the PRQ files using InstallShield's Prerequisite Editor. 81 VirtualBox-xxx-amd64.msi 80 82 81 Copy the extracted files and updated PRQ files to: 82 C:\Program Files\InstallShield\2011\SetupPrerequisites 83 VirtualBox-xxx.x86.msi 84 85 Common.cab 86 87 88 In the VM: 89 90 Go to c:/program files/InstallShield/2011/SetUpPrerequisites 91 92 Copy the above 3 files into this dir; delete older versions of them first. 93 94 Rename Oracle VM VirtualBox xxx (x64).prq to new version; same for x86 95 96 Run Installshield: Start/All Programs/Installshield/Installshield 2011 97 98 Tools/Prerequisite Editor 99 100 File/Open 101 (open the Oracle VM .prq file) 102 103 Remove the 2 existing files; add the new ones. 104 105 select Conditions tab 106 double click on HKEY_LOCAL.... 107 change version number there 108 109 select Application to Run tab 110 update the filename to the new .msi file 111 112 select Properties tab 113 Change description to new version # 114 115 Open boinc_vbox_x64.ism 116 In Installshield, select Application Data / Redistributables 117 In list of files, check boxes for new .prq file (32 or 64 as appropriate).