Problems in merge.py when building the Python MSI installer

  • Thread starter Gabriel Genellina
  • Start date
G

Gabriel Genellina

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top