Thanks for the quick reply, Nephenee13.  I have, now.  Same problem.  Also, I get an error with the installer with the PyWin 32 217:
C:\...\Temp\Python~1\pywin32.exeThe NTVDM CPU has encountered an illegal instruction.CS:0de1 IP:0104 OP:63 74 79 70 65 Chose 'Close' to terminate the application."
^^ This problem I have had aswell on Win 7.
Apparently its a known but un-solveable problem (its in the help file) .. and before I post the next quote, 
DO NOT follow its suggested solution ..
The NTVDM CPU has encountered an illegal instruction.
?  If an error message like this pops up (very rare) the problem is with your OS installation. For some reason the Microsoft utility that handles the installation of installer files is messed up. As far as I know, the only solution is to fix (maybe reinstall) your OS (the utility is part of the Windows OS)
I have been delayed doing anything else with the installer trying to get my head around this problem.
Looked up lots of links via google search, and cannot pin down exactly what the cause is.
The installer downloads the necessary pywin32 exe installer, and saves it to $Temp\pywin32.exe
Then (like all the other python component installers) executes it and waits for it to finish.
The problem is, when the above error occurs, the downloaded pywin32.exe is only a partial (and corrupt) download
The Wrye Bash installer tries to execute it .. And fails with that error.
Its not a problem with your system, something is going wrong with the download for some people (including me on that occasion)
I can't figure out how to ensure that does not happen 

I asked if there would be any chance of a different installer (reference the full screen problem here http://sourceforge.net/tracker/?func=detail&aid=3532135&group_id=78018&atid=551957, that issue is a cant fix \ wont fix because the creator of that installer knows it is related to python ..
I'm afraid this is a problem with bdist_wininst in distutils - part of Python itself - it needs to be fixed there. No .msi
as bdist_msi doesn't have post-install scripts.
Unfortunately for us, we can only use one version of pywin32.exe, (compatible with the rest of the setup for python), there will be no MSI created for it (the author answers that question in another installing related artifact).
The only solutions for those of us getting this problem is ..
1. As you found, downloading the linked pywin32 and installing after Wrye Bash - Completes the setup
2. Use Standalone instead 
