Opened 17 years ago

Closed 17 years ago

#121 closed Defect (fixed)

Both 32-bit and 64-bit BOINC Windows Installation packages require bootstrap loader.

Reported by: romw Owned by: romw
Priority: Blocker Milestone: 5.10
Component: Client - Setup Version:
Keywords: Cc:

Description

Both installers need a bootstrap loader to preform the following functions:

  • Uncompress the MSI file
  • Copy uncompressed MSI file to "%SystemRoot?%\Downloaded Installations"
  • Trigger the Windows Vista UAC dialog for administrative previliages.

Without the bootstrap loader the following bad things happen:

  • Uninstall will fail if the user has deleted the MSI file from the original launch point.
  • Service mode installs will fail since the attempting to grant 'execute as a service' right doesn't trigger the Vista UAC dialog.

Change History (3)

comment:1 Changed 17 years ago by romw

Status: newassigned

comment:2 Changed 17 years ago by Didactylos

WiX includes a bootstrapper stub (setup.exe) and setupbld which packages an msi in a stub.

I think the standard stub does everything we need. It caches the msi, and Vista installer detection will trigger the UAC dialog anyway.

comment:3 Changed 17 years ago by romw

Resolution: fixed
Status: assignedclosed

(In [12464]) Rom 24 Apr 2007

  • fixes #121 - Both 32-bit and 64-bit BOINC Windows Installation

packages require bootstrap loader.

win_build/installerv2/

BOINC.ism BOINCx64.ism

Note: See TracTickets for help on using tickets.