WinApp_Manager

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

WinApp_Manager

#1 Post by guinness »

http://sourceforge.net/projects/appdriverupdate/
WinApp_Manager is like the linux package manager, but for windows. It can update programs you already have installed and it's also possible to install other free programs.

It's Portable and Stealth but the applications it checks are limited, BUT, having looking around it seems easy to add more because it works a bit like WebVersions when updating the applications. As you can see below this is the .XML file for Skype, you edit the appropriate parts for the application you want to edit and Voila! it will check and update. The version checking is done with <VERSION url="http://www.filehippo.com/download_skype/" StartString="Skype " EndString=" - FileHippo.com" /> if this is changed to <VERSION url="http://www.filehippo.com/download_utorrent/" StartString="uTorrent " EndString=" - FileHippo.com" /> and the rest is self explanatory.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<PACKAGE NAME="skype" DESCRIPTION="Skype is software for calling other people" INFO="Skype is software for calling other people on their computers or phones. Download Skype and start calling for free all over the world.&#xD;&#xA;&#xD;&#xA;The calls have excellent sound quality and are highly secure with end-to-end encryption. You don't even need to configure your firewall or router or any other networking gear.&#xD;&#xA;&#xD;&#xA;Additionally it doesn't just work on Windows. Skype is also for Mac OS X, Linux and PDAs using Pocket PC, with a native look and feel for each platform. Talking, sending instant messages or even file transfers work between different platforms like a charm.&#xD;&#xA;&#xD;&#xA;    * Skype calling - Skype has all the features of an ordinary phone so it's even easier to manage your calls.&#xD;&#xA;    * Video calling - see who you are talking to at the same time as speaking to them.&#xD;&#xA;    * Add Skype and SkypeOut contacts - Add contacts who use Skype and those who use ordinary phones so you can call more people.&#xD;&#xA;    * Organising groups - group contacts under certain names and share them with your contacts so they can talk to them too.&#xD;&#xA;    * Basic chat and emoticons - when it's not convenient to call, chat or Instant Message (IM) your contacts.&#xD;&#xA;    * Group chat - for when it's easier to chat or Instant Message (IM) all your friends at once.&#xD;&#xA;    * Profile settings - change how you appear to the world and let people know a bit about you.&#xD;&#xA;    * Conference calling - talk to more than one friend at a time.&#xD;&#xA;    * Import contacts - search your address book to find friends and family that already have a Skype name and start calling them for free.&#xD;&#xA;    * View Outlook contacts - view and call your Microsoft Outlook® contacts quickly and directly from your Skype contact list.&#xD;&#xA;    * Quickfilter and Speed-Dial - find Skype contacts, recent chats and SkypeOut contacts quickly and easily, then enter their Skype name to call them back quickly. " WEBPAGE="http://www.skype.com">
  <VERSION url="http://www.filehippo.com/download_skype/" StartString="Skype " EndString=" - FileHippo.com" />
  <FILELIST url="http://www.filehippo.com/download_skype/">
    <FILE Description="All available languages" id="0">
      <FOLLOW_LINK StartString="alt="Download"/></a><a href="" EndString="/">">
        <FOLLOW_LINK StartString=""black" href="" EndString="/">" />
      </FOLLOW_LINK>
    </FILE>
  </FILELIST>
  <CATEGORYS>
    <CATEGORY id="Software" />
    <CATEGORY id="Internet" />
  </CATEGORYS>
  <INSTALL params="" time="0" />
  <UPGRADE params="" time="0" />
  <REMOVE param="" time="" />
  <REGISTRY path="{D103C4BA-F905-437A-8049-DB24763BBE36}" version="" icon="" silent_uninstall="" uninstall=""></REGISTRY>
</PACKAGE>
[GHacks]

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: WinApp_Manager

#2 Post by webfork »

Just an idea...

I think I can picture something like this as a torrent with some of the more popular PFW items that allow for redistribution. Still, the advantage of something like WinApp is that it could get ALL the programs because it can download from the home websites (e.g. sysinternals stuff).

A torrent would also be nice because PFW users could contribute a little to reduce the bandwidth costs of hosting web sites.

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: WinApp_Manager

#3 Post by webfork »

Version 13.06.29 is out (noticed this over at softpedia)

Post Reply