Index of /projects/gnuradio/mdvh/mingw/binary-installer/old/old
      Name                      Last modified       Size  Description

[DIR] Parent Directory 13-Jan-2006 16:11 - [   ] gnuradio-2.5cvs.win32.exe 20-Jul-2005 16:16 5.3M [   ] readme 20-Jul-2005 07:01 1k [TXT] setup.py 20-Jul-2005 06:13 1k

How to make a windows installer for gnuradio-core (including audio)
build and install gnuradio-core (on msys/mingw)
build and install gr-audio-windows
copy the installed gnuradio folder to this folder 
$cp -a /c/Python24/Lib/site-packages/gnuradio ./
copy all required dlls to ./gnuradio/gr
$cp /usr/local/bin/libgnuradio-core-0.dll  ./gnuradio/gr
$cp /usr/local/bin/libfftw3f-3.dll  ./gnuradio/gr
$cp /usr/local/bin/libcppunit-1-10-2.dll ./gnuradio/gr
run the setup script with the argument bdist_wininst
$python setup.py bdist_wininst

Now the windows installer is in the dist folder

The only requirement for installing gnuradio-2.5cvs.win32.exe is an installed Python2.4.1 
(download Python 2.4.1 installer at http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi)