<font size=2 face="sans-serif">Hello again,</font>
<br>
<br><font size=2 face="sans-serif">nevermind my previous question, i actually
found it myself.</font>
<br>
<br><font size=2 face="sans-serif">I really like the little tray gui. A
few questions on the approach:</font>
<br>
<br><font size=2 face="sans-serif">Using a special XML with just the version
brings a few little problems:</font>
<br>
<br><font size=2 face="sans-serif">* it ignores changes to profiles and
hosts</font>
<br><font size=2 face="sans-serif">* it ignores any changes that actually
depend on advanced mechanisms of package matching (architecture, dependencies,
extended matches) that may change in updated packages.</font>
<br>
<br><font size=2 face="sans-serif">what would you think of - instead of
generating a special file and parsing that - just leave the package matching
mechanics up to wpkg.js - that would mean:</font>
<br>
<br><font size=2 face="sans-serif">* modifying wpkg-gp to be able to execute
wpkg.js in Query-Mode (for example 'cscript /NoLogo /E:Jscript !SCRIPTPATH!
/synchronize /query:uI' will output a list of all packages wpkg will update
or install on the next run - this is the statement i use on my little wpkg-notification
batchfile)</font>
<br><font size=2 face="sans-serif">* then communicate that list to wpkg-gp-client
to display it.</font>
<br><font size=2 face="sans-serif">* bonus points if the resulting list
could be filtered for packages you don't want the user to be nagged with.</font>
<br>
<br><font size=2 face="sans-serif">That way you eliminated the need for
a special file and the extra step of generating it. And you don't have
to maintain the logic for determining the update list because wpkg.js already
does that anyway. </font>
<br>
<br><font size=2 face="sans-serif">And you still wouldn't need user permissions
on the wpkg share because wpkg-gp is doing the query.</font>
<br>
<br><font size=2 face="sans-serif">What's you opinion?</font>
<br>
<br><font size=2 face="sans-serif">Best Regards</font>
<br><font size=2 face="sans-serif"> Heiko</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From:      
 </font><font size=1 face="sans-serif">heiko.helmle@horiba.com</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To:      
 </font><font size=1 face="sans-serif">Nils Thiele <it.service.kultur@uni-hamburg.de></font>
<br><font size=1 color=#5f5f5f face="sans-serif">Cc:      
 </font><font size=1 face="sans-serif">"wpkg-users@lists.wpkg.org"
<wpkg-users@lists.wpkg.org></font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date:      
 </font><font size=1 face="sans-serif">09.09.2016 08:59</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject:    
   </font><font size=1 face="sans-serif">Re: [wpkg-users]
User GUI for WPKG-GP</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by:    
   </font><font size=1 face="sans-serif">"wpkg-users"
<wpkg-users-bounces@lists.wpkg.org></font>
<br>
<hr noshade>
<br>
<br>
<br><font size=2 face="sans-serif">Hello Nils,</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
just a stupid question: Did you merge the bugfixes that went into wpkg-gp-18b1
into your fork? there were two fixes, one was kinda important...</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
I'm asking because i'm obviously not capable of reading github properly
:)</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Best Regards</font><font size=3> </font><font size=2 face="sans-serif"><br>
 </font><font size=3> </font><font size=2 face="sans-serif"><br>
 Heiko</font><font size=3> <br>
<br>
<br>
</font><font size=1 color=#5f5f5f face="sans-serif"><br>
From:        </font><font size=1 face="sans-serif">Nils
Thiele <it.service.kultur@uni-hamburg.de></font><font size=3> </font><font size=1 color=#5f5f5f face="sans-serif"><br>
To:        </font><font size=1 face="sans-serif">"wpkg-users@lists.wpkg.org"
<wpkg-users@lists.wpkg.org></font><font size=3> </font><font size=1 color=#5f5f5f face="sans-serif"><br>
Date:        </font><font size=1 face="sans-serif">07.09.2016
14:36</font><font size=3> </font><font size=1 color=#5f5f5f face="sans-serif"><br>
Subject:        </font><font size=1 face="sans-serif">Re:
[wpkg-users] User GUI for WPKG-GP</font><font size=3> </font><font size=1 color=#5f5f5f face="sans-serif"><br>
Sent by:        </font><font size=1 face="sans-serif">"wpkg-users"
<wpkg-users-bounces@lists.wpkg.org></font><font size=3> <br>
</font>
<hr noshade><font size=3><br>
<br>
</font><tt><font size=2><br>
Hey,<br>
I have just uploaded my latest release to the github page (0.9.6.6):</font></tt><font size=3 color=blue><u><br>
</u></font><a href="https://github.com/sonicnkt/wpkg-gp-client/releases"><tt><font size=2 color=blue><u>https://github.com/sonicnkt/wpkg-gp-client/releases</u></font></tt></a><tt><font size=2><br>
<br>
I think i have ironed out most bugs and disabled the debug console <br>
window because of this.<br>
<br>
This release depends on the latest version of my wpkg-gp modification:</font></tt><font size=3 color=blue><u><br>
</u></font><a href="https://github.com/sonicnkt/wpkg-gp/releases/tag/v0.17.11"><tt><font size=2 color=blue><u>https://github.com/sonicnkt/wpkg-gp/releases/tag/v0.17.11</u></font></tt></a><tt><font size=2><br>
<br>
Both programs are tested on several systems in our organisation (windows
<br>
7 to windows 10) and even different language settings,<br>
but i should still mention that this shouldnt be used in production <br>
right away and you should test it in your environment before that.<br>
<br>
Check out the wiki on github: </font></tt><font size=3 color=blue><u><br>
</u></font><a href="https://github.com/sonicnkt/wpkg-gp-client/wiki"><tt><font size=2 color=blue><u>https://github.com/sonicnkt/wpkg-gp-client/wiki</u></font></tt></a><tt><font size=2><br>
I should have added all the necessary information to get this running on
<br>
your systems.<br>
<br>
If you encounter any errors please report them on github.<br>
<br>
Hope to get some feedback on this soon :)<br>
<br>
Best Regards,<br>
Nils<br>
<br>
<br>
---------------------------------<br>
wpkg-users mailing list archives >> </font></tt><a href="http://lists.wpkg.org/pipermail/wpkg-users/"><tt><font size=2 color=blue><u>http://lists.wpkg.org/pipermail/wpkg-users/</u></font></tt></a><tt><font size=2><br>
_______________________________________________<br>
wpkg-users mailing list<br>
wpkg-users@lists.wpkg.org</font></tt><font size=3 color=blue><u><br>
</u></font><a href="https://lists.wpkg.org/mailman/listinfo/wpkg-users"><tt><font size=2 color=blue><u>https://lists.wpkg.org/mailman/listinfo/wpkg-users</u></font></tt></a><font size=3><br>
<br>
</font><tt><font size=2>---------------------------------<br>
wpkg-users mailing list archives >> </font></tt><a 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>
wpkg-users mailing list<br>
wpkg-users@lists.wpkg.org<br>
</font></tt><a 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>
</font></tt>
<br>
<br>