<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    there is this guy Stefan who doesn't like it if we top post so reply
    is at the end<br>
    <div class="moz-cite-prefix">On 02/03/2020 17:26, Kris Lou wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGyTNKGSDHVkxgsYadM290NOF8GW6SKBu+1XNRNkfmth-iv6CA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">FWIW, I've moved towards using WMIC for many of
        these uninstalls.  It has added overhead, but that generally
        doesn't matter as much as I don't do a lot of forced uninstalls.
        <div><br>
        </div>
        <div> <remove cmd='%COMSPEC% /C wmic /node:localhost product
          where name="LibreOffice %PKG_EXE_VERSION%" call uninstall
          /nointeractive' /><br>
        </div>
        <div>
          <div>
            <div dir="ltr" class="gmail_signature"
              data-smartmail="gmail_signature">
              <div dir="ltr">
                <div>
                  <div dir="ltr">
                    <div><br>
                      Kris Lou<br>
                      <a href="mailto:klou@themusiclink.net"
                        target="_blank" moz-do-not-send="true">klou@themusiclink.net</a></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Mon, Mar 2, 2020 at 12:58
          AM Marco Gaiarin <<a href="mailto:gaio@sv.lnf.it"
            moz-do-not-send="true">gaio@sv.lnf.it</a>> wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Mandi!
          Jáder Marasca<br>
            In chel di` si favelave...<br>
          <br>
          > So in Linux, a "file X.MSI"  would tell the exact version
          of MSI file and his<br>
          > uninstall string.<br>
          <br>
          WOW! You save my time! Thanks! ;-)<br>
          <br>
          -- <br>
          dott. Marco Gaiarin                                     GNUPG
          Key ID: 240A3D66<br>
            Associazione ``La Nostra Famiglia''          <a
            href="http://www.lanostrafamiglia.it/" rel="noreferrer"
            target="_blank" moz-do-not-send="true">http://www.lanostrafamiglia.it/</a><br>
            Polo FVG   -   Via della Bontà, 7 - 33078   -   San Vito al
          Tagliamento (PN)<br>
            marco.gaiarin(at)<a href="http://lanostrafamiglia.it"
            rel="noreferrer" target="_blank" moz-do-not-send="true">lanostrafamiglia.it</a> 
           t +39-0434-842711   f +39-0434-842797<br>
          <br>
                          Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!<br>
                <a
            href="http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://www.lanostrafamiglia.it/index.php/it/sostienici/5x1000</a><br>
                  (cf 00307430132, categoria ONLUS oppure RICERCA
          SANITARIA)<br>
          ---------------------------------<br>
          wpkg-users mailing list archives >> <a
            href="http://lists.wpkg.org/pipermail/wpkg-users/"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
          _______________________________________________<br>
          wpkg-users mailing list<br>
          <a href="mailto:wpkg-users@lists.wpkg.org" target="_blank"
            moz-do-not-send="true">wpkg-users@lists.wpkg.org</a><br>
          <a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users"
            rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">---------------------------------
wpkg-users mailing list archives >> <a class="moz-txt-link-freetext" href="http://lists.wpkg.org/pipermail/wpkg-users/">http://lists.wpkg.org/pipermail/wpkg-users/</a>
_______________________________________________
wpkg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a>
<a class="moz-txt-link-freetext" href="https://lists.wpkg.org/mailman/listinfo/wpkg-users">https://lists.wpkg.org/mailman/listinfo/wpkg-users</a>
</pre>
    </blockquote>
    I didn't like the overhead of WMIC, plus it only handles MSI so I
    wrote something to handle it:<br>
    <a class="moz-txt-link-freetext" href="https://github.com/stringydave/uninstallbyname">https://github.com/stringydave/uninstallbyname</a><br>
    <br>
    Dave
  </body>
</html>