Jump to content

Aimp 3


RTK999

Recommended Posts


I'm also interested in installing AIMP3 silently.

From what I remember, AIMP2 could just be extracted to a folder, no installation necessary. But it would be nice to associate AIMP3 with common files silently and add a shortcut silently. For file association you can use the latest Regshot easily. For shortcut creation I'm sure there must be an easy way to to that. Will get back with results later..

Edited by ZileXa
Link to comment
Share on other sites

So I have made a first attempt at creating an Autoit script to install AIMP3 silently, results:

- AIMP3 cannot be installed using your keyboard (tab, enter etc doesn't work) so autoit will be impossible since catching mouse clicks is not a reliable method.

- all the AIMP3 installer actually does is extract the contents to %programfiles%. So you don't need an installer. Just install it manually and make sure you select "1 configuration for all users" because all the settings will be saved in the same folder. Then copy the the AIMP3 folder from your %programfiles% to a 7zip file. Extract this during your Windows setup.

Whats left is file associations:

- AIMP3 doesn't set file associations. You have to do this manually.

- Unfortunately even if I run AIMP3 as admin, the most common file associations are not set. This is a bug. reported here:

http://www.aimp.ru/forum/index.php?topic=25857.0

- When this bug is fixed, capture the registry edits being made during file association process and save those to your regtweaks.reg file. Then you'll be able to set file associations silently.

This bug makes it a bit unuseful on Windows 7! Will have to wait for a new version..

Edited by ZileXa
Link to comment
Share on other sites

in fact i do regfile with aimp2 to associate file and with aimp3 i deploy the content but i have issues with playlist it erase from aimp3 after close it so i will wait to a RC or for further beta.

Anyway thanks to answer.

Link to comment
Share on other sites

  • 10 months later...

I got news from the Russian AIMP forum:

a silent switch will be available in the RC version.

/REG should work with admin permission.

Hi,

Could you please quote the silent switch about you talk ?

thks

Edited by montage
Link to comment
Share on other sites

Here is an AutoIt script for AIMP3 silent installion.

Autoit can't use buttons or keys in the installer, so I created a mouse clicking script. The script will click on the buttons coordinates depends on the window's position.

You can change the setup.exe name from an ini file.

aimp_script.au3

Link to comment
Share on other sites

  • 5 months later...

These are the switches for AIMP3 B)

/AUTO="Destination folder" - Automatic install to destination folder.

/UPDATE - Update version.

[used with /AUTO]

/SILENT - without GUI

[used with /AUTO]

use this as example:

Aimp.exe /AUTO="%programfiles%\AIMP3\" /SILENT

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...