Changes between Version 8 and Version 9 of AdminInstallerWin


Ignore:
Timestamp:
Dec 18, 2016, 1:28:36 PM (7 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminInstallerWin

    v8 v9  
    6060   * check box next to Webx64, click Build
    6161   * Same for BOINC_vbox.ism, etc.
    62   * installers end up in BOINC/WEBx86/Web/DiskImages/DISK1
     62  * installers end up on host in boinc/win_build/installerv2/BOINCx64/WEBx64/Web/DiskImages/DISK1/boincxxx.exe
    6363
    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)
    6565
    66 Back on build machine:
     66== Updating !VirtualBox in !InstallShield ==
    6767
    68  * put "customdict.txt" in boinc_depends_win_vs2010/developr/davea (??)
     68The version of vbox in the installer is the one in the installer VM.
     69To update this:
    6970
    70 == Updating VirtualBox in InstallShield ==
     71 * On the host, download the version you want from the vbox site (this includes 32 and 64 bit).
    7172
    72 You'll need to extract the various components from the VirtualBox installer via:
     73 * Extract the various components from the VirtualBox installer via:
    7374{{{
    7475VirtualBox-4.3.20-96996-Win.exe --extract --path c:\temp\virtualbox43
    7576}}}
    7677
    77 Or whatever Vbox version you want.
     78(change 4.3.20-96996 and 43 based on the version you downloaded).
     79This produces:
    7880
    79 Update the PRQ files using InstallShield's Prerequisite Editor.
     81VirtualBox-xxx-amd64.msi
    8082
    81 Copy the extracted files and updated PRQ files to:
    82 C:\Program Files\InstallShield\2011\SetupPrerequisites
     83VirtualBox-xxx.x86.msi
     84
     85Common.cab
     86
     87
     88In the VM:
     89
     90Go to c:/program files/InstallShield/2011/SetUpPrerequisites
     91
     92Copy the above 3 files into this dir; delete older versions of them first.
     93
     94Rename Oracle VM VirtualBox xxx (x64).prq to new version; same for x86
     95
     96Run Installshield: Start/All Programs/Installshield/Installshield 2011
     97
     98Tools/Prerequisite Editor
     99
     100File/Open
     101(open the Oracle VM .prq file)
     102
     103Remove the 2 existing files; add the new ones.
     104
     105select Conditions tab
     106double click on HKEY_LOCAL....
     107change version number there
     108
     109select Application to Run tab
     110update the filename to the new .msi file
     111
     112select Properties tab
     113Change description to new version #
     114
     115Open boinc_vbox_x64.ism
     116In Installshield, select Application Data / Redistributables
     117In list of files, check boxes for new .prq file (32 or 64 as appropriate).