Discussion:
[wpkg-users] Makemsi broken in Wpkg-GP-0.17.16_x64.exe ?
Mike Burgener
2016-11-15 13:50:57 UTC
Permalink
Hi everybody,

it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe

"C:\Program Files\Wpkg-GP\MakeMSI.exe"
Traceback (most recent call last):
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.

Tried on 2 Computer (my workstations and a test-vm)

Regards

Mike
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
i***@uni-hamburg.de
2016-11-15 18:26:46 UTC
Permalink
Hi,
Thanks for the info, i have to look into this. Nerver touched the
related source files as far as i know but maybe there is a problem
with my updated python base.

Sadly because of other personal issues i don't have much time at the
moment but i hope to be able to look at it later next week.

Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Tried on 2 Computer (my workstations and a test-vm)
Regards
Mike
---------------------------------
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
IT-Support - Fachbereich Kulturgeschichte
Universität Hamburg
Flügelbau West, R. 218
Edmund-Siemers-Allee 1
D-20146 Hamburg
20146 Hamburg
Tel.: +49-40-42838-3024
Email: ***@uni-hamburg.de

---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
Mike Burgener
2016-11-16 08:14:09 UTC
Permalink
a way to give me a short introduction on how to work with the repository so that I may have a look in to it myself?

Is just picking up an eclipse enough?

Regards

Mike
-----Ursprüngliche Nachricht-----
Gesendet: Dienstag, 15. November 2016 19:27
Betreff: Re: [wpkg-users] Makemsi broken in Wpkg-GP-0.17.16_x64.exe ?
Hi,
Thanks for the info, i have to look into this. Nerver touched the related
source files as far as i know but maybe there is a problem with my updated
python base.
Sadly because of other personal issues i don't have much time at the
moment but i hope to be able to look at it later next week.
Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht
gefunden.
Post by Mike Burgener
Tried on 2 Computer (my workstations and a test-vm)
Regards
Mike
---------------------------------
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
IT-Support - Fachbereich Kulturgeschichte Universität Hamburg Flügelbau
West, R. 218 Edmund-Siemers-Allee 1
D-20146 Hamburg
20146 Hamburg
Tel.: +49-40-42838-3024
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-
users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
Nils Thiele
2016-11-25 12:36:39 UTC
Permalink
Hey,

I finally had a bit of time to check this out:

Test 1 on My development system (Win8.1 x64, up to date):

With 0.17.16 installed i ran:

makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%

Without any errors.

Test2 on another system without the python environment (Win7, x64):

With 0.17.16 installed i ran:

makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%

And error:

"C:\Program Files\Wpkg-GP\MakeMSI.exe"
Traceback (most recent call last):
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.


Ok it seems that in my packaged installer there is a python
part/module/dll missing that is necessary for the makemsi tool and
because my dev system has all of these installed anyway it works anyway.

Sadly i have no idea how to fix this easily, i haven't touched the build
routine of wpkg-gp and the method for building the exe (py2exe) is not
the same i use for my client software (pyinstaller) which with which im
way more experienced.

But i may still have any easy solution:

I tried installing the latest official wpkg-gp build (0.18b1) and then
used its makemsi tool to create a msi package of the 0.17.16 installer
which worked fine, but i have not tested the created msi.

Maybe this is a workaround until im able to fix the problem in my version.

Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Tried on 2 Computer (my workstations and a test-vm)
Regards
Mike
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
--
IT-Support - Fachbereich 09 Kulturgeschichte und Kulturkunde
Universität Hamburg
Flügelbau West, R. 204
Edmund-Siemers-Allee 1
D-20146 Hamburg
Tel.: +49-40-42838-3024
Email: ***@uni-hamburg.de

---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
Mike Burgener
2017-03-16 09:31:22 UTC
Permalink
Hi everybody,

Perhaps any update/hint on this?

Nils, would it be possible to increase the debug level? Perhaps we get the name of the dll then?

Kind regards

Mike
-----Ursprüngliche Nachricht-----
von Nils Thiele
Gesendet: Freitag, 25. November 2016 13:37
Betreff: Re: [wpkg-users] Makemsi broken in Wpkg-GP-0.17.16_x64.exe ?
Hey,
makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%
Without any errors.
makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Ok it seems that in my packaged installer there is a python part/module/dll
missing that is necessary for the makemsi tool and because my dev system
has all of these installed anyway it works anyway.
Sadly i have no idea how to fix this easily, i haven't touched the build routine
of wpkg-gp and the method for building the exe (py2exe) is not the same i
use for my client software (pyinstaller) which with which im way more
experienced.
I tried installing the latest official wpkg-gp build (0.18b1) and then used its
makemsi tool to create a msi package of the 0.17.16 installer which worked
fine, but i have not tested the created msi.
Maybe this is a workaround until im able to fix the problem in my version.
Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht
gefunden.
Post by Mike Burgener
Tried on 2 Computer (my workstations and a test-vm)
Regards
Mike
---------------------------------
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
--
IT-Support - Fachbereich 09 Kulturgeschichte und Kulturkunde Universität
Hamburg Flügelbau West, R. 204 Edmund-Siemers-Allee 1
D-20146 Hamburg
Tel.: +49-40-42838-3024
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-
users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
Nils Thiele
2017-07-25 12:25:19 UTC
Permalink
Hi,

I tried to build the latest release on windows 7 instead of windows 8.1
and it seems this fixed the problem with the makemsi.exe (atleast on the
2 win7 systems i tried).
This build seems to work fine on newer versions too but i hope to get a
bit more feedback on this. Especially because the filesize on with
win8.1 and win7 builds differ so much.

Check the releases page on github for the download:

https://github.com/sonicnkt/wpkg-gp/releases

Best Regards,

Nils
Post by Mike Burgener
Hi everybody,
Perhaps any update/hint on this?
Nils, would it be possible to increase the debug level? Perhaps we get the name of the dll then?
Kind regards
Mike
-----Ursprüngliche Nachricht-----
von Nils Thiele
Gesendet: Freitag, 25. November 2016 13:37
Betreff: Re: [wpkg-users] Makemsi broken in Wpkg-GP-0.17.16_x64.exe ?
Hey,
makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%
Without any errors.
makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Ok it seems that in my packaged installer there is a python part/module/dll
missing that is necessary for the makemsi tool and because my dev system
has all of these installed anyway it works anyway.
Sadly i have no idea how to fix this easily, i haven't touched the build routine
of wpkg-gp and the method for building the exe (py2exe) is not the same i
use for my client software (pyinstaller) which with which im way more
experienced.
I tried installing the latest official wpkg-gp build (0.18b1) and then used its
makemsi tool to create a msi package of the 0.17.16 installer which worked
fine, but i have not tested the created msi.
Maybe this is a workaround until im able to fix the problem in my version.
Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht
gefunden.
Post by Mike Burgener
Tried on 2 Computer (my workstations and a test-vm)
Regards
Mike
---------------------------------
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
--
IT-Support - Fachbereich 09 Kulturgeschichte und Kulturkunde Universität
Hamburg Flügelbau West, R. 204 Edmund-Siemers-Allee 1
D-20146 Hamburg
Tel.: +49-40-42838-3024
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-
users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
--
IT-Support - Fachbereich 09 Kulturgeschichte und Kulturkunde
Universität Hamburg
Flügelbau West, R. 204
Edmund-Siemers-Allee 1
D-20146 Hamburg
Tel.: +49-40-42838-3024
Email: ***@uni-hamburg.de

---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
Mike Burgener
2018-08-22 10:52:48 UTC
Permalink
Hi everybody, just updated to Wpkg-GP-0.17.17_w7_x64.exe and on win7 i still get the same result.

Kind regards

Mike
-----Ursprüngliche Nachricht-----
Vincent Sneyers - make IT simple
Gesendet: Freitag, 28. Juli 2017 06:34
Betreff: Re: [wpkg-users] Makemsi broken in Wpkg-GP-0.17.16_x64.exe ?
Thumbs up Nils for keeping wpkg-gp & client alive!
They're being used here and highly appreciated.
Regards
Vincent
Post by Nils Thiele
Hi,
I tried to build the latest release on windows 7 instead of windows
8.1 and it seems this fixed the problem with the makemsi.exe (atleast
on the 2 win7 systems i tried).
This build seems to work fine on newer versions too but i hope to get
a bit more feedback on this. Especially because the filesize on with
win8.1 and win7 builds differ so much.
https://github.com/sonicnkt/wpkg-gp/releases
Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
Perhaps any update/hint on this?
Nils, would it be possible to increase the debug level? Perhaps we
get the name of the dll then?
Kind regards
Mike
-----Ursprüngliche Nachricht-----
Auftrag von Nils Thiele
Gesendet: Freitag, 25. November 2016 13:37
Betreff: Re: [wpkg-users] Makemsi broken in Wpkg-GP-0.17.16_x64.exe ?
Hey,
makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%
Without any errors.
makemsi.exe x64 %path_to_installer% %path_to_ini% %path_for_msi%
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht gefunden.
Ok it seems that in my packaged installer there is a python
part/module/dll missing that is necessary for the makemsi tool and
because my dev system has all of these installed anyway it works anyway.
Sadly i have no idea how to fix this easily, i haven't touched the
build routine of wpkg-gp and the method for building the exe
(py2exe) is not the same i use for my client software (pyinstaller)
which with which im way more experienced.
I tried installing the latest official wpkg-gp build (0.18b1) and
then used its makemsi tool to create a msi package of the 0.17.16
installer which worked fine, but i have not tested the created msi.
Maybe this is a workaround until im able to fix the problem in my version.
Best Regards,
Nils
Post by Mike Burgener
Hi everybody,
it seems that makemsi.exe is broken in Wpkg-GP-0.17.16_x64.exe
"C:\Program Files\Wpkg-GP\MakeMSI.exe"
File "MakeMSI.py", line 2, in <module>
File "msilib\__init__.pyc", line 4, in <module>
File "_msi.pyc", line 12, in <module>
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: Die angegebene Prozedur wurde nicht
gefunden.
Post by Mike Burgener
Tried on 2 Computer (my workstations and a test-vm)
Regards
Mike
---------------------------------
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
--
IT-Support - Fachbereich 09 Kulturgeschichte und Kulturkunde
Universität Hamburg Flügelbau West, R. 204 Edmund-Siemers-Allee 1
D-20146 Hamburg
Tel.: +49-40-42838-3024
---------------------------------
wpkg-users mailing list archives >>
http://lists.wpkg.org/pipermail/wpkg-
users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
https://lists.wpkg.org/mailman/listinfo/wpkg-users
---------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
Loading...