Feedreader uninstall problem

BatchPatch Forums Home Forums BatchPatch Support Forum Feedreader uninstall problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8892
    kigor
    Participant

    Hello,

    in around 40 pc I have program FeedReader, version 3.14. It is not use for years.

    It have uninstall file call unins000.

    So I try ‘Remote process/command’ where write

    “C:Program Files (x86)FeedReader30unins000.exe” /S

    It’s not work, so I try

    “C:Program Files (x86)FeedReader30unins000.exe”

    Also not work.

    In both case and after few hours receive Remote Command: Exit Code: 59

    I see this is An unexpected network error occurred.

    I try this to two different PC where all other operation from install and uninstall software and also Windows Update go without problem

    What I do wrong?

    #10273
    doug
    Moderator

    When determining how to uninstall a program you need to first test it at the cmd prompt on the target computer WITHOUT using BatchPatch. This way you can determine what the quiet/silent/unattended parameter is.

    I just installed FeedReader 3.14 and tested uninstalling with your commands:

    “C:Program Files (x86)FeedReader30unins000.exe” /S

    “C:Program Files (x86)FeedReader30unins000.exe”

    Neither of those commands will perform a silent/quiet/unattended uninstall.

    However, the following command works properly to perform a quiet/silent/unattended uninstallation of FeedReader 3.14:

    “C:Program Files (x86)FeedReader30unins000.exe” /silent

    #10269
    kigor
    Participant

    Thanks. This is it!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.