Install Python. For Window, use ActiveState to include win32 extensions.
Download and extract in a temporary folder
Follow instructions in Installing for IIS
Install and cofigure URL rewriter (for IIS, IonicIsapiRewriter) to use short URLs
RewriteRule ^/mywiki(?!/moin\.cgi)(.*) /mywiki/moin.cgi$1
In moin.cgi change this line to generate short URLs
request = RequestCGI(properties={'script_name':'/mywiki'})
