Road to 2.0: Help test the PA.c Platform 2.0 Beta 5 + PA.c Updater or read up on PA.c Format 2.0 and PA.c Installer 2.0.3.
Now you can make apps portable without writing a single line of code with the PortableApps.com Launcher 2.0.
|
aMSN Portable 0.98.3 Released
Submitted by John T. Haller on March 17, 2010 - 12:28am
aMSN Portable 0.98.3 has been released. aMSN is a free open source MSN Messenger clone packaged with a PortableApps.com Launcher as a portable app,
so you can chat or video chat with your MSN contacts on the go. This release updates aMSN to the latest version and fixes some portablization issues. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Suite. And it's open source and completely free.
Read on for more details...
Features
aMSN is a free open source MSN Messenger clone, with features such as:
- Offline Messaging
- Voice Clips
- Display pictures
- Custom emoticons
- Multi-language support (around 40 languages currently supported)
- Webcam support
- Sign in to more than one account at once
- Full-speed File transfers
- Group support
- Normal, and animated emoticons with sounds
- Chat logs
- Timestamping
- Event alarms
- Conferencing support
- Tabbed chat windows
- And lots more...
Learn more about aMSN...
New In This Release
This release updates aMSN to the latest version and fixes some portablization issues.
PortableApps.com Installer / PortableApps.com Format
aMSN Portable is packaged in a PortableApps.com Installer so it will automatically detect an existing PortableApps.com installation when your drive is plugged in. It supports upgrades by installing right over an existing copy, preserving all settings. And it's in PortableApps.com Format, so it automatically works with the PortableApps.com Suite including the Menu and Backup Utility.
Download
aMSN Portable is available for immediate download from the aMSN Portable homepage. Get it today!
|
Thanks
for the update.
ONe thing: The "Languages"-link on the aMSN page leads nowhere.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
Avira AntiVir reports a trojan in aMSN Portable 0.98.3
The trojan TR./ATRAPS.Gen is reported/found in libasyncresolver.dll by Avira AntiVir.
Report It
Please report the false positive issue to Avira. They have then fairly often. In this case, it looks like the standard false-positive leaders are all having the issue (Avira, one McAfee variant, Norton and TrendMicro, all of whom have them fairly regularly):
http://www.virustotal.com/analisis/74e060dd5f28d9b1725d5efe2ee21a716a43e...
In the future, please double-check with another antivirus product before reporting, and then report it in the forums (not as comments on a news story well it will get lost in the shuffle). You can do this online. Details are here:
http://portableapps.com/support#false_positive
Sometimes, the impossible can become possible, if you're awesome!
this is not really portable
this is not really portable
?
What are you saying? If you're going to say that something's not portable (when it is) please provide reasoning. Unless you do it's utterly unhelpful.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Is not portable. Try running
Is not portable. Try running in a computer with a amsn version installed and you will see that you can see profiles stored there.
The only way to make aMSN portable is to edit the amsn file and replace these lines:
if { [OnDarwin] } {
set HOME "[file join $env(HOME) Library/Application\ Support/amsn]"
} elseif { [OnUnix] } {
set HOME "[file join $env(HOME) .amsn]"
} elseif { [OnWin] } {
if {[info exists env(USERPROFILE)]} {
set HOME "[file join $env(USERPROFILE) amsn]"
} else {
set HOME "[file join [pwd] amsn_config]"
}
} else {
set HOME "[file join [pwd] amsn_config]"
}
whit this one:
set HOME "[file join [pwd] amsn_config]"
Sorry for my english
Next Release
I'll have that fixed in the next release. It is fully portable, I think that just means it will also show any local profiles, if there are any. As aMSN has a very small userbase, you'll only encounter it on your own PC at the moment, so it may not warrant a rushed revision.
Sometimes, the impossible can become possible, if you're awesome!