Difference between revisions of "User:Kr/Packaging"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Added product relationships)
m (Package Systems)
Line 44: Line 44:
 
Program Management basically mediates between marketing / market requirements and the pool available technologies.
 
Program Management basically mediates between marketing / market requirements and the pool available technologies.
  
==Package Systems==
+
==Installation System==
 +
There a basically two types of installation systems around,
 +
* one using the "package" as the basic building block (e.g. .rpm or .deb), creating products by combining packages,
 +
* the other supporting the "product" as the installation unit (e.g. Windows, Mac?).
 +
 
 +
In "package" based installations, the user typically sees the "packages" in the systems configuration, being able to tweak a product by (de-)selecting packages, while product based installations leave it to the actual product, to provide customization options.
 +
 
 +
===Package Based Installation===
 +
Package based installation allows for sharing of packages between products. Having the consequences,
 +
* that one product may update another product, to function better,
 +
* that two products may conflict.
  
 
====.deb/apt====
 
====.deb/apt====
Line 68: Line 78:
 
* "requires"
 
* "requires"
  
 +
 +
===Product Based Installation===
 
====.msi====
 
====.msi====
 +
Though not providing package granularity at installation time, MS installer provides similar functionality at product creation time (.msm).
 +
 
Features:
 
Features:
 
* installation on demand
 
* installation on demand

Revision as of 09:44, 12 November 2007

Product

A Product is a set of bits, e.g. an ISO image or a self extracting exe.

A product may be described by

  • the source code to be used (e.g. a CVS repository and a CVS tag), this is the products code base,
  • it's features, as well as the brand and the localization to be included, and the configuration used while building, this is the products variant,
  • it's relationship to previous products, this may be something as "patch", "update", "respin" or "add-on", this is the products type,
  • the format of its bits, e.g. "ISO image", "self extracting archive" or "APT repository", this is the products format.
  • the target platform (architecture and Operating System), e.g. Solaris Sparc, Linux x86 or Windows x64, this is the products platform.

E.g.

SO8u9Solx86-CD = SRC680_m236, [{StarOffice}, {Writer, Calc, Impress, Draw}, {English, German}], Update-to(SO8u1), ISO, Solaris/x86

Version

Software provided to a customer typically has a version, describing timely variant. Typically older variants have smaller version the younger variants. Versions may be differentiated into Major, Minor and Micro.

Relationship

  • No relationship -> self contained
  • Update relationship
    • update only (e.g. add-ons, localizations)
    • self contained (e.g. OOo 2.1 updating OOo 2)
    • Multi-update relationship
      • Cross version (major / minor / micro)
      • Cross language
      • Cross brand
      • Cross variant
      • Cross platform

Requirements

Development

Support for Changes:

  • updated package(s)
  • (automatically) remove package(s)
  • add package(s)
  • rename package(s)
  • remove file(s)
  • add file(s)
  • move file(s)

Program Management

In a perfect world, program management would be able to create any kind of product, only depending on business needs, not at all restricted by technical constraints.

Program Management basically mediates between marketing / market requirements and the pool available technologies.

Installation System

There a basically two types of installation systems around,

  • one using the "package" as the basic building block (e.g. .rpm or .deb), creating products by combining packages,
  • the other supporting the "product" as the installation unit (e.g. Windows, Mac?).

In "package" based installations, the user typically sees the "packages" in the systems configuration, being able to tweak a product by (de-)selecting packages, while product based installations leave it to the actual product, to provide customization options.

Package Based Installation

Package based installation allows for sharing of packages between products. Having the consequences,

  • that one product may update another product, to function better,
  • that two products may conflict.

.deb/apt

Relations:

  • "depends"
  • "recommends"
  • "conflicts"
  • "suggests"
  • "replaces"
  • "pre-depends"
  • "breaks"

Tags:

  • "priority"
  • "section"

Features:

  • "manual install"

.rpm

Relations:

  • "provides"
  • "requires"


Product Based Installation

.msi

Though not providing package granularity at installation time, MS installer provides similar functionality at product creation time (.msm).

Features:

  • installation on demand
  • advertisement ("assigning" / "publishing")
  • customization
  • patching / updating
  • usage metrics on features - automagic de-installation
  • Incorporated installations == ? "dependencies" ?
  • Resiliency
  • User / Machine wide installation
  • Installer functions (API for MSI)
  • Administrative Installation

Links: http://msdn2.microsoft.com/en-us/library/aa372866.aspx

Constraints

Example Implementation

Example Product creation for by target platform.

Windows

Simple Installation Set

Product Description=

Personal tools