Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patches for Tools/msi #46651

Closed
teoliphant mannequin opened this issue Mar 18, 2008 · 5 comments
Closed

Patches for Tools/msi #46651

teoliphant mannequin opened this issue Mar 18, 2008 · 5 comments
Assignees
Labels
type-feature A feature request or enhancement

Comments

@teoliphant
Copy link
Mannequin

teoliphant mannequin commented Mar 18, 2008

BPO 2399
Nosy @loewis, @tjguk, @zware, @zooba
Files
  • msilib_patch.diff: Patch to Tools/msilib.py
  • msi.patch: Patch to Tools/msi.py
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/loewis'
    closed_at = <Date 2014-09-30.04:42:32.813>
    created_at = <Date 2008-03-18.16:45:37.262>
    labels = ['type-feature']
    title = 'Patches for Tools/msi'
    updated_at = <Date 2014-09-30.13:38:44.764>
    user = 'https://bugs.python.org/teoliphant'

    bugs.python.org fields:

    activity = <Date 2014-09-30.13:38:44.764>
    actor = 'berker.peksag'
    assignee = 'loewis'
    closed = True
    closed_date = <Date 2014-09-30.04:42:32.813>
    closer = 'benjamin.peterson'
    components = ['Demos and Tools']
    creation = <Date 2008-03-18.16:45:37.262>
    creator = 'teoliphant'
    dependencies = []
    files = ['9733', '9734']
    hgrepos = []
    issue_num = 2399
    keywords = ['patch']
    message_count = 5.0
    messages = ['63940', '95119', '95131', '227862', '227864']
    nosy_count = 7.0
    nosy_names = ['loewis', 'teoliphant', 'illume', 'tim.golden', 'BreamoreBoy', 'zach.ware', 'steve.dower']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue2399'
    versions = ['Python 3.5']

    @teoliphant
    Copy link
    Mannequin Author

    teoliphant mannequin commented Mar 18, 2008

    The attached patches add the following features to MSI building:

    • allow splitting into multiple CABs
    • prevent problem when data-base commits grow beyond a certain number
    • fix to handle all file names
    • change the way unique keys are created in the File and Directory
      tables by adding a globally-incrementing number to the file name (unless
      it is a keyfile. This prevents the repeated searching of a large set
      (important when you are packaing 47k files...)
    • fix so that the file id that goes into the HashFileTable is never
      larger than 72 characters.

    @teoliphant teoliphant mannequin added type-bug An unexpected behavior, bug, or error OS-windows labels Mar 18, 2008
    @illume
    Copy link
    Mannequin

    illume mannequin commented Nov 10, 2009

    Adding distutils to components for this old msi patch.

    These seem like useful things for those making msi packages with distutils.

    @illume illume mannequin added the stdlib Python modules in the Lib dir label Nov 10, 2009
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Nov 10, 2009

    Strictly speaking, they apply to Tools/msi only (IIUC). So adjusting
    them to msilib is likely extra work.

    @merwok merwok added type-feature A feature request or enhancement and removed stdlib Python modules in the Lib dir OS-windows type-bug An unexpected behavior, bug, or error labels Nov 26, 2010
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Sep 29, 2014

    Has this issue been overtaken by events?

    @zooba
    Copy link
    Member

    zooba commented Sep 29, 2014

    I think they've all been fixed anyway, but yeah, they're not going to be relevant with my new installer.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants