Page 2 of 6

Re: Autopatcher v6 Blog

Posted: Fri May 16, 2014 11:23 pm
by TheAPGuy
Going to change the option area around a bit. Auto hint text box too. Mouse over something and it will tell you what it is. Added a check box for showing hidden items.

Re: Autopatcher v6 Blog

Posted: Fri May 30, 2014 8:48 pm
by TheAPGuy
Been a while since I have posted progress but, rest assured progress is still going. I have been seriously slowed down though. I have been reading a book... I just can't put the damn thing down its an emotional roller coaster.

Re: Autopatcher v6 Blog

Posted: Sat May 31, 2014 2:51 pm
by parkd1
When do you think the next test version will be out?

Re: Autopatcher v6 Blog

Posted: Sat May 31, 2014 3:33 pm
by TheAPGuy
Soon I hope. I rewrote half of the option forms code, edited the ini section so that it could remember your selection for hidden items also simplified other sections of the code while I was there, and I started work on how the tree is generated.

Re: Autopatcher v6 Blog

Posted: Sat Jun 14, 2014 6:20 pm
by TheAPGuy
Currently rewriting the APM load functions to suit the new way to display things it will also help the transition to AP2 since it will use similar load setup.

Re: Autopatcher v6 Blog

Posted: Tue Jul 15, 2014 6:37 pm
by parkd1
Any update on how things are giong with version 6?

Re: Autopatcher v6 Blog

Posted: Tue Jul 15, 2014 8:04 pm
by DesertJerry
AutoPatcher v6.1.10 - Download Updates > Selections made > Next

Performing MD5 checks - OK

Fetching selected releases: only top bar scrolls across - downloads; bottom bar does not.

Re: Autopatcher v6 Blog

Posted: Wed Jul 16, 2014 1:49 am
by TheAPGuy
yup.. got that fixed. Still working on the silly apm loading. I already threw out a few different attempts to do it elegantly.

Re: Autopatcher v6 Blog

Posted: Sat Feb 14, 2015 10:14 pm
by TheAPGuy
Its been a while since the last test version however I have made significant progress and have actually manage to convert the code over to VB.NET. Working out the bugs created in the conversion now. It runs with bugs around every corner.

Pros:
  • Will be significantly easier to maintain the code.
  • Tons of more debugging abilities and catching errors before I even run the program.
  • Easy access to win API previously too much of a serious pain to access.
  • I will be able to auto sign the app (yaye)
  • Windows DEP "should" be less of an issue since all memory orations will be carried out that won't violate rules.
Cons:
  • There will be a required level of .NET installed to run the program. For all OS except Windows XP there will be no issue. Windows XP users would have to install .NET 2.0 at least (So far. It might go higher). I will however maintain a non .NET version. However note it will probably no longer get new features just bug fixes.
  • Lost the ability to use "any" in function and API calls. Seriously that hurts but, it can be dealt with.

Re: Autopatcher v6 Blog

Posted: Sun Feb 15, 2015 8:55 pm
by ChrisJ
ViroMan wrote:Cons:
  • There will be a required level of .NET installed to run the program. For all OS except Windows XP there will be no issue. Windows XP users would have to install .NET 2.0 at least (So far. It might go higher). I will however maintain a non .NET version. However note it will probably no longer get new features just bug fixes.
YUK! :cry: