First of all, I know there are a number of similar posts, but they do not contain solution for my problem.

I’m using Setup Builder Developer Edition v 7.3.3288

I’m trying to make web install.

To test it I was going to use virtual folder created by IIS 5.1 (on Win XP Prof SP3). It is named “Setup” and has “test” subfolder. MIME type for empty file extensions is set to “applications/octet-stream”. The location "http://boris-wm-pc/setup/test/" is accessible in web browser (“boris-wm-pc” is a name of my PC).

So I have specified “//boris-wm-pc/setup” for “Host Address” and “test” for “Host Directory” (iDeploy Web Installation properties).

After project was compiled (it is named “test_simple”) I have copied all “test_simple_xxxxx” files to “//boris-wm-pc/setup/test” folder. These files are browseable and downloadable from web browser.

When I launch test_simple.exe it gives me error message “Source file not found: //boris-wm-pc/setup/test/test_simple_00001. Verify that the file exists and that you can access it.” and then message “Network communication error: 502010093”

Can somebody help me with this problem?