+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Source file not found (Web Install)

  1. #1

    Default Source file not found (Web Install)

    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?

  2. #2
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Source file not found (Web Install)

    Hello Boris,

    "Network communication error: 502010093" is WinSock error code 10093:

    http://support.ipswitch.com/kb/WSK-19980714-EM37.htm

    The WinSock component can't resolve "//boris-wm-pc/setup". I would suggest to try the IP address for your "//boris-wm-pc/setup" host.

    Does this help?

    Friedrich

  3. #3

    Default Re: Source file not found (Web Install)

    Yes I have tried both 127.0.0.1 and 192.168.1.2 (IP reported by network connection properties). Both work fine in browser but produces the same error in Setup.

    Btw I have tried localhost too (the same results).

  4. #4
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Source file not found (Web Install)

    Perhaps your "Port" is incorrect?

    You "only" have a configuration setting issue here. But the main problem is to find out which configuration setting is incorrect.

    Friedrich

  5. #5

    Default Re: Source file not found (Web Install)

    I have tried to deploy installation files on remote server ad had exactly the same error.

    How can I verify my port number (it is default - 80) is correct?

  6. #6

    Default Re: Source file not found (Web Install)

    And again - files are downloadable by web browsers!

  7. #7
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Source file not found (Web Install)

    Hi Boris,

    You have defined the port number in your IIS configuration. The default is always 80.

    Friedrich

  8. #8
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Source file not found (Web Install)

    "Web browsers" can also download from, say, a FTP server. So unfortunately, this can't help you to find out what the problem is in your HTTP configuration.

    Friedrich

  9. #9
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Source file not found (Web Install)

    BTW, here is a similar IIS thread (in case you are not using port 80)

    http://www.lindersoft.com/forums/showthread.php?p=47833

    Friedrich

  10. #10

    Default Re: Source file not found (Web Install)

    I have examined similar threads before staring this one.

    Both local IIS (5.1) and remote IIS (6.1) configured to port 80 (I did not change defauklt settings).

    Btw, I have workable setup bound to another web-server. But when I change iDeploy settings to any of my servers it produces the same error.

    May be I have to configure my sites somehow special?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •