Recommended Posts

Flishfun, perhaps I may be of some help in the suggestion about detecting currently installed hotfixes. I know that your Autopatcher doesn't really interface with Windows at all, it just runs batch files pointed to the hotfix with appropiate switches and such - anyway, I'm guessing that AutopatcherXP is done in VB, I'm pretty sure I dig up the appropiate code for an interface between the registry and your VB project (I managed to pull it off once many moons ago), and all you would need to do is check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\<kbnumberhere> to see if the key is present.

I hope you don't mind me infinging in this way, just offering a suggestion just in case it's helpful. :)

also :) why msn plus? or msn at all? then you'll have to add icq, yahoo, etc.. instead how bout trillian ? www.trillian.cc or miranda? the all 4 instant messengers in one programs.. that way you only add 1-2 megs i think .. instead of 4 seperate programs with bloatware..etc..

just thoughts.

trillain .74 is free.

allot of people don't like trillian

Okay, time for my answer so far. :)

@junkyinny - I'll look into Startup Control Panel & Startup Control Monitor. Also, the reason I included MSN is because it's a Microsoft Program. :) I personally don't like Trillian, because it has a big security flaw which I don't like. As far as the rest (AIM, ICQ, etc), you'll have to install yourself.

@mipra - Yes, Patchou's Messenger Plus (I e-mailed him and got approval)

@Bant - Starting with the November version, the AP can detect what it has installed.

@BananaMan - Now that we changed the way the program operates, I'll see if I can change the way the batch files are stored (I wanted to do this, but couldn't before). Also, the fade will be removed from the next version. And if you can, maybe you'd like to talk more about the detection in the registry... we'll see what we can do. :)

@QuickReply - I'll look into IrfanView & Media Player Classic

@episode - Not gonna include Virus software (too many different kinds of free ones out there... for example, I like Avast). And BananaMan is right... the uxtheme patcher is included in all builds so far. :)

Okay guys, keep the ideas flowin'! :D

Good idea...Media Player Classic (with Real player and Quick Time decoder) and Irfan view will be good one :rofl: . But, flish fun....not to offense...you need the files to be as slim as possible. And, putting those things into your AP will just bloat up your AP. I would suggest not to put in software that we can download ourself. The main problem for me was...I need to search for different patches at different places in addition to the Windows Update. Since you invited the AutoPatcher..everything seems to be condensed in one place. I dont have to go anywhere..I just trust your AP to keep my clients updated.

So, my suggestion is try to keep softwares seperately :D ....just keep the AP updated as far as the Patches and Updates. We really need it to be always updated :). But well...for me who has DSL, having those softwares included in AP will be a very good idea

Good idea...Media Player Classic (with Real player and Quick Time decoder) and Irfan view will be good one :rofl: . But, flish fun....not to offense...you need the files to be as slim as possible. And, putting those things into your AP will just bloat up your AP. I would suggest not to put in software that we can download ourself. The main problem for me was...I need to search for different patches at different places in addition to the Windows Update. Since you invited the AutoPatcher..everything seems to be condensed in one place. I dont have to go anywhere..I just trust your AP to keep my clients updated.

So, my suggestion is try to keep softwares seperately :D ....just keep the AP updated as far as the Patches and Updates. We really need it to be always updated :). But well...for me who has DSL, having those softwares included in AP will be a very good idea

Don't worry, I didn't say I'm including anything much yet. I just want your ideas... :D

Flishfun, perhaps I may be of some help in the suggestion about detecting currently installed hotfixes. I know that your Autopatcher doesn't really interface with Windows at all, it just runs batch files pointed to the hotfix with appropiate switches and such - anyway, I'm guessing that AutopatcherXP is done in VB, I'm pretty sure I dig up the appropiate code for an interface between the registry and your VB project (I managed to pull it off once many moons ago), and all you would need to do is check HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\<kbnumberhere> to see if the key is present.

I hope you don't mind me infinging in this way, just offering a suggestion just in case it's helpful. :)

Yea, he said he'll look into this. :)

Man, this is turning more and more into a restore CD instead of a simple update patcher.

But what the heck, I'll recommend something once I think of it :ninja:

I think Flish and Raptop are trying to keep this strictly pre-sp1 updates with a few extras to maximize the operating system's usability (directx 9.0b, java updates, flash player, etc.)

Since everyone's preferences are different when it comes to software like Spybot, and Winamp, they want to let everyone make their own decisions with those (otherwise I would've suggested Winamp5 b2 first :p) I prefer Ad-Aware over Spybot for my anti-spyware jobs, but that's just my personal preference.

If they included every variation like that to keep the public happy, you'd need DVD's to distribute this awesome package.

I dunno...just my 2 cents....maybe Flish has changed his mind...we'll see :)

I absolutely agree ... 300% (Y)

Great thread.

One suggestion, make sure the MSN PLUS crappy spyware is not installed.

Totally agree. I'm sure you know this, but just reminding that to do a Messenger Plus! install (2.2 and up I believe), use "msgplus-install-file.exe /SilentInstallNoSponsor" (w/o quotes). Be sure to include the NoSponsor part of that switch.

These were mentioned in the main thread and should be included:

HighMAT CD Viewer

HighMAT Extension for the Windows XP CD Writing Wizard

Microsoft Highlighter for Windows (highlights the currently selected textbox)

These should be included:

Replacer (here)

md5sum.exe (here)

I will edit this post as I think of more

Hope you don't mind post barrage in this thread FlishFun, but here's another idea..

About the batch files, maybe you could do away with them all together. I'm not saying remove support for batch files, that would be bad since it would mean people couldn't customize their copy of AutoPatcherXP, but for the default hotfixes, you could do that within the program with (and I'm working for memory here so I may be off) a command like

Shell (".\ProgFiles\Qwhatever.exe /q:a /R:N")

The only thing about that is I don't think the shell command supports long filenames, so you may need to make it..

Shell (".\progfi~1\Qwhatever.exe /q:a /R:N")

Also, a UI for creating custom entries into the AutoPatcherXP would be cool. You could probably pull it off like this..

First of all, make the UI for it, which is easy. Ask the user for the executable name (not it's location, inform the user through the UI that the file must be in the ProgFiles) and set the executable field input to say... $customfile. Make the UI ask for a alias (with no illegal characters, just alphanumeric), and we'll call that $alias. Once the user clicks OK for the generation of the custom batch..

$alias = $aliasbatch
$aliasbatch = $aliasbatch + ".BAT"

Then..

Open $aliasbatch For Output As #1
Print #1, "\ProgFiles\",$customfile
Close #1

And you could do the same thing for addition to the DAT file. This is a very basic and crude example on how it could be performed, but I thought I'd just say how I mean just in case.

Again, hope I'm not infringing FlishFun, just wanted to offer a suggestion. :)

Personally I would prefer AutoPatcher to just stick with updating WindowsXP and bundled tools so that would mean no MSPlus! or any other 3? party tool (and don't take me wrong I use MSPlus!). Flash and Java are of course exeptions to that rule.

About new features I would like:

- Better installer descriptions, some of the ones you have now like "this will install xxx" are redundent, it would be better you said what it was and what it's for/solves.

- Registry Tweaks uninstallers, somehow I installed a Switch User tweak and had to go hunting in the AutoPatcher *.reg files to find what the installer did so I could revert it.

- Better file organization,I like to have everything tidy and neet and AutoPatcher looks like mess.

- Other Languages AutoPatcher namelly Portugu?s (Portugal) so I can update all my friends PC's.

- All the windows updates of Decembe:p:p

Edit: ..almost forgoth MORE MIRROR not really up to you but it would be great

And congratulations for the good work, this has really help me and I'm greatfull for it but theres still a long way to go, so get workin;);).

On a side note, being a big fan of NSIS [ http://nsis.sf.net ] (and a part time pimp for it, in a good wa:devil:l:) I was wondering if you ever consider using it for the installer? It is very powerfull and flexible and would allow all that your current installer does and allot more...

Edited by DragonSoull

i would like to see just windows updates... i think you should go back to the "bonus" thing... that way people who just want the hotfixes in a GUI format can have it... and people who want the bonus stuff can have it too.. :)

@DragonSoull & SpaceGuy - Thanks for your thoughts on this, I will take it into account. :) I'm trying not to bog down the patcher too much, so most programs get counted out right away. But thanks for your input, and we will work more on the patcher. Remember, it hasn't yet even been a month yet since we embarked on this project (and on Oct. 16th it was still just an overglorified batch file). So we still have a lot more to do... but I think we've made very good process so far. :)

@DragonSoull & SpaceGuy - Thanks for your thoughts on this, I will take it into account. :) I'm trying not to bog down the patcher too much, so most programs get counted out right away. But thanks for your input, and we will work more on the patcher. Remember, it hasn't yet even been a month yet since we embarked on this project (and on Oct. 16th it was still just an overglorified batch file). So we still have a lot more to do... but I think we've made very good process so far. :)

dont get me wrong.... you guys have done great work! :) i might have to reinstall my os soon so this will help out a great deal! :D :)

dont get me wrong.... you guys have done great work! :) i might have to reinstall my os soon so this will help out a great deal! :D :)

No, I know where you're coming from... don't worry. I just wanted to let you know that I appreciate your help, and that all I was trying to do is see everyone's thoughts on this. :) I really do appreciate all of your help in this, and I hope you keep givin' me support! :D

oh and i really dont think trillian should be included... its not part of windows... thats why... MsgPlus can be because MSN Messenger is part of windows.. not sure if you get what i mean... and lots of people just dont like it... like my self... :)

oh and i really dont think trillian should be included... its not part of windows... thats why... MsgPlus can be because MSN Messenger is part of windows.. not sure if you get what i mean... and lots of people just dont like it... like my self... :)

I agree... plus, the fact that I can extract/decode all the passwords from Trillian and it tells me it's just not secure (it's why I don't use it anymore). I don't plan to include any IM client except MSN Messenger and Windows Messenger. :D

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I recommend checking to see if your UEFI/Bios is up to date.  It took me a while to find the product / support download page. https://test.colorful.cn/en/home/product?mid=84&id=937 Bios Update Guide - https://endownload.colorful.cn/EnDownload/MotherBroard/2022/BIOS update guide/BIOS update guide.pdf    
    • Calendar management with the new Outlook is horrendous! Things I can do in one or two clicks in classic take 4-5 in the new version. Sometimes I can't even find the same options I had in classic.
    • 10 games join Xbox Free Play Days this weekend by Pulasthi Ariyasinghe Another Free Play Days offer has just landed, and this one is a unique one. On top of offering 10 games to jump into for Xbox players, all the titles are from a single publisher: No More Robots. The promotion has games like Little Rocket Lab, Spirittea, Descenders Next, Let's Build a Zoo, and much more. Almost every game in the selection does need an Xbox Game Pass Ultimate, Premium, or Essential subscription, so keep this in mind when browsing. Many of the titles are Xbox Play Anywhere titles though, so both Xbox console and PC players can jump in. Here's how the announcement blog post described some of the available titles: There is one game that's available to all Xbox players without the need for any subscriptions, which is Descenders. Here are the announced games and the platforms they are available to play on: Little Rocket Lab (Xbox Series X|S, Xbox One, PC) Spirittea (Xbox Series X|S, Xbox One, PC) Soccer Story (Xbox Series X|S, Xbox One, PC) Descenders Next (Game Preview) (Xbox Series X|S, Xbox One, PC) Let's Build a Zoo (Xbox Series X|S, Xbox One, PC) Hypnospace Outlaw (Xbox Series X|S, Xbox One, PC) Slayers X: Terminal Aftermath: Vengance of the Slayer (Xbox Series X|S, Xbox One, PC) Nowhere Prophet (Xbox Series X|S, Xbox One, PC) Family Man (Xbox Series X|S, Xbox One) Descenders (Xbox Series X|S, Xbox One, PC) To easily find the titles on Xbox consoles, first head to the Store, then in the sidebar, find the Home section. In there, open the Subscriptions tab. The Free Play Days collection will show up in this area. This week's Free Play Days promotions will end on Sunday, June 7, at 11:59 pm PT.
    • It STILL has horrid theme support. Hard to look at for me. The white is too bright, and the black too dark. I'm using classic outlook for the Dark Grey theme. It's just right for me.
    • inb4 someone leaves the usual "what an unfortunate name" comment
  • Recent Achievements

    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      476
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      76
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!