Page 4 of 6

Re: AIMP

Posted: Sun Aug 07, 2011 12:58 pm
by Ruby
webfork wrote:
joby_toss wrote:Quick test on my win7x64; it creates

HKLM\software\classes\AIMP.TDropTarget
and
HKLM\software\classes\Wow6432Node\CLSID\{0041494D-5033-4472-6F70-546172676574}\ProgID
registry keys.
The current entry lists those registry entries, so I guess this is portable. Should I add a note to the entry?

Thanks for testing, Joby
It's been awhile and I could be wrong, but I think those are only created when using the Installer (portable method) and not when using the extraction method, i.e. if you delete are they re-created?
Extraction Method:
Extract files and create (if not exist) a file in AIMP\Data\AIMP.ini and add the following:

Code: Select all

[system]
UserMode=0
BlockAssociations=1

Re: AIMP

Posted: Mon Aug 08, 2011 5:02 am
by zak_711
@Ruby
Where did you get the informatrions on ini?

Re: AIMP

Posted: Mon Aug 08, 2011 5:13 am
by Ruby
zak_711 wrote:@Ruby
Where did you get the informatrions on ini?
Trial & Error

Re: AIMP

Posted: Wed Aug 10, 2011 1:47 am
by zak_711
... :arrow: :oops:

Re: AIMP

Posted: Sat Aug 13, 2011 9:21 pm
by joby_toss
Ruby wrote:It's been awhile and I could be wrong, but I think those are only created when using the Installer (portable method) and not when using the extraction method, i.e. if you delete are they re-created?
Yes, they are recreated! No matter if the files are manually extracted (uniextract does not work for me, but I manually recreated the portable version selecting and tweaking the files I needed) or the portable-installer method is used.
And there is no "Data" subfolder in Aimp3; did you mean "Profile"?

Re: AIMP

Posted: Mon Aug 15, 2011 8:12 am
by Ruby
Now who's :oops:

I guess I should have downloaded and tested (latest beta) I could have sworn last I tested V.3, I was able to extract and edit the ini.

Apologize for the pre-mature post (which actually works in V.2).

Re: AIMP

Posted: Sat Dec 31, 2011 12:51 am
by Emka
AIMP v3 is out!
Some of the major features in AIMP3 (compared with AIMP2):
New style of both the program and the project in whole
New version of skin-engine - focus to modern versions Windows
Own sound engine - output using ASIO / WASAPI / DirectSound methods
Playlists - Added "Single playlist mode"
Playlists - Added ability to lock playlist from changes
Playlists - Added ability to set individual appearance settings for every playlist
Playlists - Extended functionality for working with groups
Support of surround sound 5.1 / 7.1
Completely redesigned the Audio Library
Full support of the ReplayGain
Plugins API has been redesigned
Usability has been improved
Is it still portable?

Re: AIMP

Posted: Sat Dec 31, 2011 3:30 am
by tproli
I am using the beta for a while and it behaves portably but haven't tested it thoroughly.

I'm glad it is updated but I liked the v2's convert feature a lot and that is unfortunately removed in v3.

Re: AIMP

Posted: Sat Dec 31, 2011 9:45 am
by lautrepay
tproli wrote:I'm glad it is updated but I liked the v2's convert feature a lot and that is unfortunately removed in v3.
I don't think was a bad idea the remotion of the conversion features.
But the probable remotion of the audio library would be certainly a dangerous move.

AIMP3

Posted: Thu Feb 16, 2012 5:43 pm
by lautrepay
Personally, I disagree with qualify aimp as Not Stealth, as reflected in its entry, because:

1) Running AIMP3 on an account without Admin rights (which I suppose is the most common scenario): Stealth.
2) Running AIMP3 on an account with Admin rights: Not stealth.
Creates the following keys:
XP 32

Code: Select all

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIMP.TDropTarget
		HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AIMP.TDropTarget\CLSID
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0041494D-5033-4472-6F70-546172676574}
		HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0041494D-5033-4472-6F70-546172676574}\LocalServer32
		HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0041494D-5033-4472-6F70-546172676574}\ProgID
HKEY_CLASSES_ROOT\AIMP.TDropTarget
		HKEY_CLASSES_ROOT\AIMP.TDropTarget\CLSID
HKEY_CLASSES_ROOT\CLSID\{0041494D-5033-4472-6F70-546172676574}
		HKEY_CLASSES_ROOT\CLSID\{0041494D-5033-4472-6F70-546172676574}\LocalServer32
		HKEY_CLASSES_ROOT\CLSID\{0041494D-5033-4472-6F70-546172676574}\ProgID
VISTA 64

Code: Select all

HKEY_CLASSES_ROOT\CLSID\{0041494D-5033-4472-6F70-546172676574}
		HKEY_CLASSES_ROOT\CLSID\{0041494D-5033-4472-6F70-546172676574}\ProgID
		HKEY_CLASSES_ROOT\CLSID\{0041494D-5033-4472-6F70-546172676574}\LocalServer32
HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{0041494D-5033-4472-6F70-546172676574}\
		HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{0041494D-5033-4472-6F70-546172676574}\LocalServer32
		HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{0041494D-5033-4472-6F70-546172676574}\ProgID
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{0041494D-5033-4472-6F70-546172676574}
		HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{0041494D-5033-4472-6F70-546172676574}\ProgID
		HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{0041494D-5033-4472-6F70-546172676574}\LocalServer32
3) Running AIMP3 on an Admin account with less privileges using the runas command: Stealth
For example, launching the program with a bat file with this content:

Code: Select all

runas /trustlevel:0x20000 AIMP3.exe
or

Code: Select all

runas /trustlevel:"Basic User" AIMP3.exe
All the functions of the program work well this way.

To find out the levels available in your system (assuming that you're using an administrator account), just open a prompt and type:

Code: Select all

c:\>runas /showlevels
So I think that, at least, it deserves a mention about the fact of its "stealthness" when is the case.
(Thanks to SYSTEM and dany for opening my eyes) :wink:

Re: AIMP3

Posted: Fri Feb 17, 2012 5:37 am
by SYSTEM
I have added more information to the entry.
lautrepay wrote:(Thanks to SYSTEM and dany for opening my eyes) :wink:
What do you mean? These comments?

(BTW, I have regshotted PhotoFiltre Portable after writing the comment there. See this thread.)

Re: AIMP3

Posted: Fri Feb 17, 2012 5:50 am
by guinness
SYSTEM wrote:I have added more information to the entry.
Thanks. I was going to ask what would be the best approach with this entry and what you did seems it.

Re: AIMP3

Posted: Fri Feb 17, 2012 9:19 am
by Checker
guinness wrote:Thanks. I was going to ask what would be the best approach with this entry and what you did seems it.
Agree :!:
We should keep this entry as brief as possible and avoid the necessity of editing it with every update.

The only thing I had to change is "Start AIMP2.exe" into "Launch AIMP3.exe" ... I missed that (too) :oops:

Re: AIMP3

Posted: Fri Feb 17, 2012 12:35 pm
by freakazoid
That "runas" command is new to me!

I only have two trust levels on my XP com - "Disallowed" and "Unrestricted."
Will give the "Disallowed" one a try to see what happens.

Update:
"Disallowed" doesn't allow the program to run, which is appropriate! ;)
"Unrestricted" is basically the same as running the app regularly as an admin. (Not stealth)

Re: AIMP3

Posted: Fri Feb 17, 2012 4:50 pm
by I am Baas
freakazoid wrote:That "runas" command is new to me!
It should be in your Windows\System32 folder (runas.exe). Documentation at http://www.microsoft.com/resources/docu ... x?mfr=true