ghenne píše v Út 09. 11. 2010 v 11:43 -0800:
> How can I fill in Window's Properties?
> File version
> Product Name
> Product version
> Copyright
> Language
> 
> I see there is a --version=FILE option for the File version, but the
> format of FILE is not discussed in the docs.

Try using file 'GrabVersion.py'.

Save the output of command 'python GrabVersion.py file.exe' to a file,
edit it and put the file as --version=FILE.

However be aware that pyinstaller is not able save unicode strings as
Properties:
http://www.pyinstaller.org/ticket/87

It is planned to fix this by using code from file 'pefile.py'

-- 
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