Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > bb2d8fd5d3cbf309655854e95f6b2e27 > files > 74

BitTornado-0.3.18-2.noarch.rpm

install Python, version 2.0 or later -
            http://python.org/

install wxPython -
            http://wxpython.org/

install Python for Windows extensions -
            http://sourceforge.net/projects/pywin32/

install py2exe -
            http://py2exe.org

install the Python Cryptography Toolkit, if available -
            http://www.amk.ca/python/code/crypto
            http://www.voidspace.org.uk/python/modules.shtml#pycrypto

install the nullsoft installer -
            http://nsis.sourceforge.net

copy icon_bt and icon_done from the icons directory to the root
BitTornado directory.  Then, in a shell, go to the root BitTornado
directory and run this command

python winsetup.py py2exe

change to the newly created subdirectory dist, copy bittorrent.nsi
and the icons into that directory, and run nsis on it.

cd dist
copy ..\bittorrent.nsi .
copy ..\icon*.ico .
c:\progra~1\nsis\makensis.exe bittorrent.nsi

This will create an installer called bittornado-x.x.x.w32install.exe

The installer is completely self-contained and will work on any 
Windows machine, even without the above software having been 
installed.