How could one know what name of the manifest file will the executable
use?

When the bootloader is compiled with the link flag '/MANIFEST', the name
of the executables are:

run.exe
runw.exe
run_d.exe
runw_d.exe

So the manifest file should be in this case:

run.exe.manifest
runw.exe.manifest
run_d.exe.manifest
runw_d.exe.manifest

However. when a python app is frozen and the exe file renamed is it
supposed that the file name of the manifest will be
new_app_name.exe.manifest?

Stefan or anybody else having this error could try rename the manifest
file to anything from the following, if it will work:

run.exe.manifest
runw.exe.manifest
run_d.exe.manifest
runw_d.exe.manifest


This is just an idea what else to try. Is really anybody able to
successfully reproduce this error?

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to