Environment:
TeamSite 7.4.1 on W2K8 R2 (64-bit)
Scenario:
In order to debug an issue, I "shared" the IWHOME directory from the server so I could mount it on my Mac - in so doing I inadvertently prevented everyone else from accessing the directories (yikes!)
I thought I put it back the way it had been (unsharing the directory) but I'm still faced with a problem (small surprise ;-))
Problem:
When I run the workflow (the first task is a CGI Task using iw_cgiwrapper.cgi) - it works just fine, but when the users run it - they get errors, like:

I went through a bunch of threads related to the above error and I believe I can safely say:
- It's not because of the absense of IWHOME/tmp/cci (it's there - though I do need to double-check the permissions)
- It's not because of bad XML in the workflow
- It's not because of an '&' in the job description or file comments.
One suggestion (I believe from @nipper in an old thread) was to use the sample_cgi_task.ipl script. I had the user try to go to:

This leaves me to believe that there may be an issue with permissions for iw_cgi_wrapper.cgi - but I'm not sure how to fix that on Windows (it's not like Unix where there's a setuid bit and owner to check)
Looking for suggestons on how to check / verify / fix the above issue(s)