<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hey Heiko,</p>
    <p>My fork is based on the latest git version so it should be
      0.18b1, but i think you figured that out allready.</p>
    <p>Regarding the generated update xml:<br>
    </p>
    We have quite the uniform structure regarding os and software in our
    organisation so i didnt really thought about this problem. I had the
    idea you mentioned (using wpkg to query the updates) before but i
    ditched it because i didnt wanted to mess with wpkg-gp in any way
    when i started the project. <br>
    Since i ended up creating my own fork anyway this is a good idea and
    it would also fix the problem of not being able to query newly
    installed packages, tho i wonder how big the impact on the wpkg
    server would be if you do this i alot (im not an expert on this
    topic). <br>
    <br>
    I will definatly look into this but it will take a bit longer since
    i have to mess more with other peoples code :) <br>
    <br>
    Thanks for the feedback!<br>
    <br>
    Best Regards,<br>
    Nils<br>
    <br>
    <br>
    <br>
    <font face="sans-serif" size="2"></font>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 09.09.2016 um 09:50 schrieb
      <a class="moz-txt-link-abbreviated" href="mailto:heiko.helmle@horiba.com">heiko.helmle@horiba.com</a>:<br>
    </div>
    <blockquote
cite="mid:OFD937C6C6.F977CD03-ONC1258029.0029C44E-C1258029.002B1A97@smtpgw.horiba.co.jp"
      type="cite"><font face="sans-serif" size="2">Hello again,</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">nevermind my previous question, i
        actually<br>
        found it myself.</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">I really like the little tray
        gui. A<br>
        few questions on the approach:</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">Using a special XML with just the
        version<br>
        brings a few little problems:</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">* it ignores changes to profiles
        and<br>
        hosts</font><br>
      <br>
      <font face="sans-serif" size="2">* it ignores any changes that
        actually<br>
        depend on advanced mechanisms of package matching (architecture,
        dependencies,<br>
        extended matches) that may change in updated packages.</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">what would you think of - instead
        of<br>
        generating a special file and parsing that - just leave the
        package matching<br>
        mechanics up to wpkg.js - that would mean:</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">* modifying wpkg-gp to be able to
        execute<br>
        wpkg.js in Query-Mode (for example 'cscript /NoLogo /E:Jscript
        !SCRIPTPATH!<br>
        /synchronize /query:uI' will output a list of all packages wpkg
        will update<br>
        or install on the next run - this is the statement i use on my
        little wpkg-notification<br>
        batchfile)</font><br>
      <br>
      <font face="sans-serif" size="2">* then communicate that list to
        wpkg-gp-client<br>
        to display it.</font><br>
      <br>
      <font face="sans-serif" size="2">* bonus points if the resulting
        list<br>
        could be filtered for packages you don't want the user to be
        nagged with.</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">That way you eliminated the need
        for<br>
        a special file and the extra step of generating it. And you
        don't have<br>
        to maintain the logic for determining the update list because
        wpkg.js already<br>
        does that anyway. </font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">And you still wouldn't need user
        permissions<br>
        on the wpkg share because wpkg-gp is doing the query.</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">What's you opinion?</font><br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">Best Regards</font><br>
      <br>
      <font face="sans-serif" size="2"> Heiko</font><br>
      <br>
      <br>
      <br>
      <br>
      <br>
      <br>
      <br>
      <font face="sans-serif" color="#5f5f5f" size="1">From:      <br>
         </font><font face="sans-serif" size="1"><a class="moz-txt-link-abbreviated" href="mailto:heiko.helmle@horiba.com">heiko.helmle@horiba.com</a></font><br>
      <br>
      <font face="sans-serif" color="#5f5f5f" size="1">To:      <br>
         </font><font face="sans-serif" size="1">Nils Thiele
        <a class="moz-txt-link-rfc2396E" href="mailto:it.service.kultur@uni-hamburg.de"><it.service.kultur@uni-hamburg.de></a></font><br>
      <br>
      <font face="sans-serif" color="#5f5f5f" size="1">Cc:      <br>
         </font><font face="sans-serif" size="1"><a class="moz-txt-link-rfc2396E" href="mailto:wpkg-users@lists.wpkg.org">"wpkg-users@lists.wpkg.org"</a><br>
        <a class="moz-txt-link-rfc2396E" href="mailto:wpkg-users@lists.wpkg.org"><wpkg-users@lists.wpkg.org></a></font><br>
      <br>
      <font face="sans-serif" color="#5f5f5f" size="1">Date:      <br>
         </font><font face="sans-serif" size="1">09.09.2016 08:59</font><br>
      <br>
      <font face="sans-serif" color="#5f5f5f" size="1">Subject:    <br>
           </font><font face="sans-serif" size="1">Re: [wpkg-users]<br>
        User GUI for WPKG-GP</font><br>
      <br>
      <font face="sans-serif" color="#5f5f5f" size="1">Sent by:    <br>
           </font><font face="sans-serif" size="1">"wpkg-users"<br>
        <a class="moz-txt-link-rfc2396E" href="mailto:wpkg-users-bounces@lists.wpkg.org"><wpkg-users-bounces@lists.wpkg.org></a></font><br>
      <br>
      <br>
      <hr noshade="noshade"><br>
      <br>
      <br>
      <br>
      <br>
      <br>
      <font face="sans-serif" size="2">Hello Nils,</font><font size="3">
        <br>
        <br>
      </font><font face="sans-serif" size="2"><br>
        <br>
        just a stupid question: Did you merge the bugfixes that went
        into wpkg-gp-18b1<br>
        into your fork? there were two fixes, one was kinda important...</font><font
        size="3"><br>
        <br>
        <br>
      </font><font face="sans-serif" size="2"><br>
        <br>
        I'm asking because i'm obviously not capable of reading github
        properly<br>
        :)</font><font size="3"> <br>
        <br>
      </font><font face="sans-serif" size="2"><br>
        <br>
        Best Regards</font><font size="3"> </font><font
        face="sans-serif" size="2"><br>
        <br>
      </font><font size="3"> </font><font face="sans-serif" size="2"><br>
        <br>
        Heiko</font><font size="3"> <br>
        <br>
        <br>
        <br>
        <br>
        <br>
      </font><font face="sans-serif" color="#5f5f5f" size="1"><br>
        <br>
        From:        </font><font face="sans-serif" size="1">Nils<br>
        Thiele <a class="moz-txt-link-rfc2396E" href="mailto:it.service.kultur@uni-hamburg.de"><it.service.kultur@uni-hamburg.de></a></font><font
        size="3"> </font><font face="sans-serif" color="#5f5f5f"
        size="1"><br>
        <br>
        To:        </font><font face="sans-serif" size="1"><a class="moz-txt-link-rfc2396E" href="mailto:wpkg-users@lists.wpkg.org">"wpkg-users@lists.wpkg.org"</a><br>
        <a class="moz-txt-link-rfc2396E" href="mailto:wpkg-users@lists.wpkg.org"><wpkg-users@lists.wpkg.org></a></font><font size="3"> </font><font
        face="sans-serif" color="#5f5f5f" size="1"><br>
        <br>
        Date:        </font><font face="sans-serif" size="1">07.09.2016<br>
        14:36</font><font size="3"> </font><font face="sans-serif"
        color="#5f5f5f" size="1"><br>
        <br>
        Subject:        </font><font face="sans-serif" size="1">Re:<br>
        [wpkg-users] User GUI for WPKG-GP</font><font size="3"> </font><font
        face="sans-serif" color="#5f5f5f" size="1"><br>
        <br>
        Sent by:        </font><font face="sans-serif" size="1">"wpkg-users"<br>
        <a class="moz-txt-link-rfc2396E" href="mailto:wpkg-users-bounces@lists.wpkg.org"><wpkg-users-bounces@lists.wpkg.org></a></font><font size="3">
        <br>
        <br>
      </font><br>
      <hr noshade="noshade"><font size="3"><br>
        <br>
        <br>
        <br>
      </font><tt><font size="2"><br>
          <br>
          Hey,<br>
          <br>
          I have just uploaded my latest release to the github page
          (0.9.6.6):</font></tt><font color="blue" size="3"><u><br>
          <br>
        </u></font><a moz-do-not-send="true"
        href="https://github.com/sonicnkt/wpkg-gp-client/releases"><tt><font
            color="blue" size="2"><u>https://github.com/sonicnkt/wpkg-gp-client/releases</u></font></tt></a><tt><font
          size="2"><br>
          <br>
          <br>
          <br>
          I think i have ironed out most bugs and disabled the debug
          console <br>
          <br>
          window because of this.<br>
          <br>
          <br>
          <br>
          This release depends on the latest version of my wpkg-gp
          modification:</font></tt><font color="blue" size="3"><u><br>
          <br>
        </u></font><a moz-do-not-send="true"
        href="https://github.com/sonicnkt/wpkg-gp/releases/tag/v0.17.11"><tt><font
            color="blue" size="2"><u>https://github.com/sonicnkt/wpkg-gp/releases/tag/v0.17.11</u></font></tt></a><tt><font
          size="2"><br>
          <br>
          <br>
          <br>
          Both programs are tested on several systems in our
          organisation (windows<br>
          <br>
          <br>
          7 to windows 10) and even different language settings,<br>
          <br>
          but i should still mention that this shouldnt be used in
          production <br>
          <br>
          right away and you should test it in your environment before
          that.<br>
          <br>
          <br>
          <br>
          Check out the wiki on github: </font></tt><font color="blue"
        size="3"><u><br>
          <br>
        </u></font><a moz-do-not-send="true"
        href="https://github.com/sonicnkt/wpkg-gp-client/wiki"><tt><font
            color="blue" size="2"><u>https://github.com/sonicnkt/wpkg-gp-client/wiki</u></font></tt></a><tt><font
          size="2"><br>
          <br>
          I should have added all the necessary information to get this
          running on<br>
          <br>
          <br>
          your systems.<br>
          <br>
          <br>
          <br>
          If you encounter any errors please report them on github.<br>
          <br>
          <br>
          <br>
          Hope to get some feedback on this soon :)<br>
          <br>
          <br>
          <br>
          Best Regards,<br>
          <br>
          Nils<br>
          <br>
          <br>
          <br>
          <br>
          <br>
          ---------------------------------<br>
          <br>
          wpkg-users mailing list archives >> </font></tt><a
        moz-do-not-send="true"
        href="http://lists.wpkg.org/pipermail/wpkg-users/"><tt><font
            color="blue" size="2"><u>http://lists.wpkg.org/pipermail/wpkg-users/</u></font></tt></a><tt><font
          size="2"><br>
          <br>
          _______________________________________________<br>
          <br>
          wpkg-users mailing list<br>
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a></font></tt><font color="blue"
        size="3"><u><br>
          <br>
        </u></font><a moz-do-not-send="true"
        href="https://lists.wpkg.org/mailman/listinfo/wpkg-users"><tt><font
            color="blue" size="2"><u>https://lists.wpkg.org/mailman/listinfo/wpkg-users</u></font></tt></a><font
        size="3"><br>
        <br>
        <br>
        <br>
      </font><tt><font size="2">---------------------------------<br>
          <br>
          wpkg-users mailing list archives >> </font></tt><a
        moz-do-not-send="true"
        href="http://lists.wpkg.org/pipermail/wpkg-users/"><tt><font
            size="2">http://lists.wpkg.org/pipermail/wpkg-users/</font></tt></a><tt><font
          size="2"><br>
          <br>
          _______________________________________________<br>
          <br>
          wpkg-users mailing list<br>
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
          <br>
        </font></tt><a moz-do-not-send="true"
        href="https://lists.wpkg.org/mailman/listinfo/wpkg-users"><tt><font
            size="2">https://lists.wpkg.org/mailman/listinfo/wpkg-users</font></tt></a><tt><font
          size="2"><br>
          <br>
        </font></tt><br>
      <br>
      <br>
      <br>
      <br>
      <br>
      <br>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
IT-Support - Fachbereich 09 Kulturgeschichte und Kulturkunde
Universität Hamburg
Flügelbau West, R. 204
Edmund-Siemers-Allee 1
D-20146 Hamburg
Tel.: +49-40-42838-3024
Email: <a class="moz-txt-link-abbreviated" href="mailto:it.service.kultur@uni-hamburg.de">it.service.kultur@uni-hamburg.de</a></pre>
    <br>
  </body>
</html>