Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Problems in merge.py when building the Python MSI installer

Reply
Thread Tools

Problems in merge.py when building the Python MSI installer

 
 
Gabriel Genellina
Guest
Posts: n/a
 
      11-01-2009
I'm trying to build a Python MSI installer for Windows using the scripts
provided at Tools\msi\

msi.py runs fine and generates a python-xxx.msi file.
Then, when I run the merge.py script, I get these error messages:

e:\prog\python\py3k\Tools\msi\msilib.py:8: DeprecationWarning: the sets
module i
s deprecated
import re, string, os, sets, glob, subprocess, sys, _winreg, struct
Opened Log
Opened DB
C:\Archivos de programa\Archivos comunes\Merge
Modules\Microsoft_VC90_CRT_x86.ms
m
Opened Module C:\Archivos de programa\Archivos comunes\Merge
Modules\Microsoft_V
C90_CRT_x86.msm
Errors:
4 _Validation _Validation
Modkeys: _Validation Nullable
DBKeys: _Validation Nullable
4 _Validation _Validation
Modkeys: CustomAction Type
DBKeys: CustomAction Type
4 _Validation _Validation
Modkeys: File Sequence
DBKeys: File Sequence
C:\Archivos de programa\Archivos comunes\Merge
Modules\policy_9_0_Microsoft_VC90
_CRT_x86.msm
Opened Module C:\Archivos de programa\Archivos comunes\Merge
Modules\policy_9_0_
Microsoft_VC90_CRT_x86.msm
Errors:
5 ModuleInstallExecuteSequence InstallExecuteSequence
Modkeys: SxsInstallCA
DBKeys: SxsInstallCA
5 ModuleInstallExecuteSequence InstallExecuteSequence
Modkeys: SxsUninstallCA
DBKeys: SxsUninstallCA
4 _Validation _Validation
Modkeys: _Validation Nullable
DBKeys: _Validation Nullable
4 _Validation _Validation
Modkeys: CustomAction Type
DBKeys: CustomAction Type
4 _Validation _Validation
Modkeys: File Sequence
DBKeys: File Sequence
Start of Media 2644

The final .msi file appears to work fine as long as I can tell.
Error type 4 is "msmErrorTableMerge" and type 5 is
"msmErrorResequenceMerge", but I don't know enough of the msi technology
to tell if those errors are important or not.

--
Gabriel Genellina

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create ASP.NET installer --msi Sukh ASP .Net 1 05-26-2005 06:20 PM
Launch a specific msi installer based on an authenticated user Olivier Verdin ASP .Net 0 11-05-2004 07:10 AM
Re: MSI Installer issues Tim Peters Python 2 08-18-2004 09:54 PM
MSI Installer issues =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= Python 0 08-07-2004 09:26 AM
.msi installer Becky Turner MCSE 2 07-16-2004 12:55 PM



Advertisments