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

    • Still using Classic Outlook? Microsoft highlights 15 reasons to switch to New Outlook by Usama Jawad As many of you may know, Microsoft has been trying to get customers to ditch Classic Outlook in favor of New Outlook for quite some time now. To that end, it has added numerous capabilities to the latter, including PST features, and it is working on several more, such as a unified inbox. However, customer response has been a bit lukewarm so far, with many considering the New Outlook to be "hot garbage". Now, Microsoft has highlighted 15 features that users can leverage in New Outlook in yet another attempt to get customers to migrate. Although not all of the 15 capabilities are exclusive to New Outlook, in fact, most of them are available in Classic Outlook as well. But Microsoft hopes that this combination of familiar and fresh features will be able to attract existing users as well as new ones. For ease of readability, we have summarized the 15 features below: Pin an email: This makes it easier to track important emails Snooze an email: You can temporarily snooze an email thread for a specific time frame until it becomes relevant again. This can be very useful in scenarios where you don't feel like actively following a thread or simply want to follow up on a later date Add multiple categories at the same time: You can assign multiple categories to an email through a single, simplified interface Sweep: As the name implies, you can define automated move processes on your inbox to declutter it, rather than cleaning it up manually Schedule send: Does exactly what it says on the tin, and can be useful when accommodating recipients in different timezones Simplified folder sharing: The sharing process has been simplified so permissions are automatically applied on parent folders Follow a meeting: This is an RSVP option that lets people know that you won't be able to join the meeting but would still like to access a recap Save calendar views: You can save different views for the calendar based on different workflows Improved meeting tracking: Organizers have more controls in viewing meeting responses, such as the ability to sort and download them. Typically useful when there is a large audience Meeting recap: The Outlook Calendar surfaces a meeting recap with recordings, transcripts, and shared files Filtered views: Allows you to declutter your Calendar so that it's easier to scan and schedule Change a recurring event: Users can modify future events of a series of meetings while preserving the configuration of previous ones Rename your email account: This labeling makes it easier to identify multiple accounts in Outlook Modern themes: Exactly what the name says, plus Dark Mode Keyboard shortcuts: This facilitates flexible user behavior as customers can choose between Outlook for Windows shortcuts, Outlook for the web, or turn them off completely There you have it. It's a decent list, but it remains to be seen if it will move the needle in a meaningful way for users who are attached to Classic Outlook. Again, a lot of the aforementioned features are already available in Outlook Classic, but for some, native functionality is not present, and people typically resort to workarounds. Microsoft will be hoping that it's primarily those capabilities that get people to finally switch.
    • Please I need help I been trying to find this secure boot on my ColorFul motherboard in the bios But i cant i turned off CSM everything watch every video i cant find it. BATTLE-AX B660M-HD DELUXE V20
    • LibreWolf 151.0.3-1 by Razvan Serea LibreWolf is an independent “fork” of Firefox, with the primary goals of privacy security and user freedom. It is the community run successor to LibreFox. LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM. LibreWolf features: Latest Firefox — LibreWolf is compiled directly from the latest build of Firefox Stable. You will have the the latest features, and security updates. Independent Build — LibreWolf uses a build independent of Firefox and has its own settings, profile folder and installation path. As a result, it can be installed alongside Firefox or any other browser. No phoning home — Embedded server links and other calling home functions are removed. In other words, minimal background connections by default. User settings updates Extensions firewall: limit internet access for extensions. Multi-platform (Windows/Linux/Mac/and soon Android) Community-Driven Dark theme (classic and advanced) LibreWolf privacy features: Delete cookies and website data on close. Include only privacy respecting search engines like DuckDuckGo and Searx. Include uBlockOrigin with custom default filter lists, and Tracking Protection in strict mode, to block trackers and ads. Strip tracking elements from URLs, both natively and through uBO. Enable dFPI, also known as Total Cookie Protection. Enable RFP which is part of the Tor Uplift project. RFP is considered the best in class anti-fingerprinting solution, and its goal is to make users look the same and cover as many metrics as possible, in an effort to block fingerprinting techniques. Always display user language as en-US to websites, in order to protect the language used in the browser and in the OS. Disable WebGL, as it is a strong fingerprinting vector. Prevent access to the location services of the OS, and use Mozilla's location API instead of Google's API. Limit ICE candidates generation to a single interface when sharing video or audio during a videoconference. Force DNS and WebRTC inside the proxy, when one is being used. Trim cross-origin referrers, so that they don't include the full URI. Disable link prefetching and speculative connections. Disable disk cache and clear temporary files on close. Disable form autofill. Disable search and form history...and more. LibreWolf 151.0.3-1 changelog: Upstream release, see the Firefox 151.0.3 Release Notes Notable changes: Clears the preference toolkit.winRegisterApplicationRestart, which may otherwise trigger an upstream bug on Windows (librewolf/issues#3056) Download: LibreWolf 64-bit | Portable 64-bit | ~100.0 MB (Open Source) Download: ARM64 | Portable ARM64 Links: LibreWolf Home Page | Addons | Screenshot | Reddit Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Unsurprisingly, there's what the law says and what the old white wealthy males legally enforce...
    • Or anything online that requires an anti-cheat
  • 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
      478
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      76
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!