Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Web updates

  1. #1

    Default Web updates

    Friedrich,

    Have a client with a program that does web updates. The install on my
    system works perfectly checking (and downloading) updates. When
    checking for updates on his system, he gets the error message about the
    manifest file not found.

    This tells me something is blocking wupdate.exe from accessing the
    internet. I've added a firewall exception for it and he's still getting
    the error. This tells me the next likely culprit is his anti-virus
    program. I've recommended his IT folks add that exception.

    Is there anything else that could prevent the program from doing its job?
    --

    Russ Eggen
    RADFusion International, LLC

  2. #2

    Default Re: Web updates

    Hi Russ,

    > Is there anything else that could prevent the program from doing its job?

    The web client communication is very simple to make it through 99.999% of
    all "protection" systems. The web client makes use of the Windows core
    WinSock component (Port 80) to download via the HTTP protocol.

    The following can "block" communication:

    #1. The anti-virus / anti-spyware system blocks the wupdate.exe and/or
    wucheck.exe component -or- your IP address.

    #2. The firewall(s) block(s) wupdate.exe and/or wucheck.exe (depends on what
    client you are using).

    #3. If a proxy server is involved, the proxy does some unusual things.

    I have not seen a #4 in all the years (assuming that the server
    configuration settings are correct, including MIME types).

    Friedrich

  3. #3

    Default Re: Web updates

    Thanks.

    --

    Russ Eggen
    RADFusion International, LLC

  4. #4

    Default Re: Web updates

    >
    > Thanks.
    >

    If possible, please keep me posted!

    Friedrich

  5. #5

    Default Re: Web updates

    OK, this is getting strange.

    On my machine, I can install the program (as I often do to test installs
    and updates) and it can spot the update and apply it.

    I remoted in to his machine and looking at the registry, there was no
    HKEY_LOCAL_MACHINE\SOFTWARE\Lindersoft\ key! Even ran the install
    again, never showed up. The Uninstall hangs instantly. Even if run as
    admin. They are on Win 7.

    But without that reg key (and the stuff under it), this now explains why
    I'm getting the manifest error - has no information on where to look.

    Even tried manually adding everything (could have made a typo somewhere).

    Funny thing is, the program runs fine. But the install does not write
    to the registry and the update fails.

    Would you like me to send you the two projects via private mail?

    --

    Russ Eggen
    RADFusion International, LLC

  6. #6

    Default Re: Web updates

    Russ,

    >
    > Would you like me to send you the two projects via private mail?
    >

    Yes, you can send the project files. But IMO, you do not let the install
    run with elevated privileges and as a result, you do not have write access
    to protected areas (e.g. the HKEY_LOCAL_MACHINE). This is a typical
    permission issue. Or do you see the HKLM entries in the uninstall .log? If
    yes, then an external program "removed" the entries (quite a few people run
    Registry Clean software to "optimize" their OS not realizing that they
    damage their machines).

    Friedrich

  7. #7

    Default Re: Web updates

    See email. Thanks in advance!

    --

    Russ Eggen
    RADFusion International, LLC

  8. #8

    Default Re: Web updates

    >
    > See email. Thanks in advance!
    >

    BTW, if your customer is running a 64-bit machine, are you sure you have
    looked in the right registry branch (the 32-bit one and not 64-bit)?

    On 64-bit machines there is no "HKEY_LOCAL_MACHINE\SOFTWARE\Lindersoft"

    Friedrich

  9. #9

    Default Re: Web updates

    No, I'm not sure <g>.

    But I can test this on my Surface.

    --

    Russ Eggen
    RADFusion International, LLC

  10. #10

    Default Re: Web updates

    Hi Russ,

    > No, I'm not sure <g>.
    >
    > But I can test this on my Surface.

    <g>

    See attached screenshots. Your project running on Windows 7 Ultimate x64.
    It creates all registry entries and web update works as expected (no
    manifest error).

    Friedrich
    Attached Images Attached Images   

Thread Information

Users Browsing this Thread

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

Posting Permissions

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