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

MSI: Remove win32com dependency from installer generator #55306

Closed
techtonik mannequin opened this issue Feb 2, 2011 · 4 comments
Closed

MSI: Remove win32com dependency from installer generator #55306

techtonik mannequin opened this issue Feb 2, 2011 · 4 comments
Labels
OS-windows topic-installation type-feature A feature request or enhancement

Comments

@techtonik
Copy link
Mannequin

techtonik mannequin commented Feb 2, 2011

BPO 11097
Nosy @loewis, @tjguk, @zware, @zooba

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 = None
closed_at = <Date 2015-03-03.15:38:32.544>
created_at = <Date 2011-02-02.08:14:30.625>
labels = ['type-feature', 'expert-installation', 'OS-windows']
title = 'MSI: Remove win32com dependency from installer generator'
updated_at = <Date 2015-03-03.15:38:32.543>
user = 'https://bugs.python.org/techtonik'

bugs.python.org fields:

activity = <Date 2015-03-03.15:38:32.543>
actor = 'steve.dower'
assignee = 'none'
closed = True
closed_date = <Date 2015-03-03.15:38:32.544>
closer = 'steve.dower'
components = ['Installation', 'Windows']
creation = <Date 2011-02-02.08:14:30.625>
creator = 'techtonik'
dependencies = []
files = []
hgrepos = []
issue_num = 11097
keywords = []
message_count = 4.0
messages = ['127720', '220759', '220925', '237111']
nosy_count = 6.0
nosy_names = ['loewis', 'techtonik', 'tim.golden', 'BreamoreBoy', 'zach.ware', 'steve.dower']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue11097'
versions = ['Python 3.5']

@techtonik
Copy link
Mannequin Author

techtonik mannequin commented Feb 2, 2011

The MSI installer is generated using msilib.py from http://svn.python.org/projects/python/branches/release27-maint/Tools/msi that is dependent from external win32com module. We also have internal 'msilib' module that is unused for some reason.

Is it possible to incrementally transition from Tools/msilib.py to builtin 'msilib'?

See http://codereview.appspot.com/4080047/ for the start of the thread.

@techtonik techtonik mannequin added the topic-installation label Feb 2, 2011
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Jun 16, 2014

If this report is (still) true I'd assume that we'd want to eventually action it. Otherwise can we close this as out of date?

@BreamoreBoy BreamoreBoy mannequin added the type-feature A feature request or enhancement label Jun 16, 2014
@loewis
Copy link
Mannequin

loewis mannequin commented Jun 18, 2014

There is a high chance that 3.5 might use an entirely different MSI generator, possibly based on WiX. If that happens, this issue will be outdated.

@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Mar 3, 2015

This can now be closed as out of date.

@BreamoreBoy BreamoreBoy mannequin added the OS-windows label Mar 3, 2015
@zooba zooba closed this as completed Mar 3, 2015
@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
OS-windows topic-installation type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant