Hi,
we build an msi on a windows7-64 Bit successfully. Our client needs an 32-Bit version, so i build the whole source tree on a 32 Bit Windows. Everything is fine, but the last step is failing: We can't pack all into an msi archive.
The error i get is:
Can't load 'C:\Program Files\ActiveState Perl Dev Kit 9.4\lib518/auto/MSI/Util/Util.dll' for module MSI::Util: load_file
:A dynamic link library (DLL) initialization routine failed at C:/Perl/lib/DynaLoader.pm line 191.
at C:\Program Files\ActiveState Perl Dev Kit 9.4\lib518/MSI.pm line 5.
Compilation failed in require at C:\Program Files\ActiveState Perl Dev Kit 9.4\lib518/MSI.pm line 5.
BEGIN failed--compilation aborted at C:\Program Files\ActiveState Perl Dev Kit 9.4\lib518/MSI.pm line 5.
Compilation failed in require at C:\Program Files\ActiveState Perl Dev Kit 9.4\lib518/MSI/Installer.pm line 8.
BEGIN failed--compilation aborted at C:\Program Files\ActiveState Perl Dev Kit 9.4\lib518/MSI/Installer.pm line 8.
Compilation failed in require at .\OUTPUT\opentabsPOS.pl line 19.
BEGIN failed--compilation aborted at .\OUTPUT\opentabsPOS.pl line 19.
.\OUTPUT\*.msi
Why the initialization routine failed? What is wrong with the perl 5.18 dll in the PDK bundle?
Thank you very much for any kind of help.
Kris