RTK999 Posted February 3, 2011 Posted February 3, 2011 Somebody know if Aimp 3 even why its a beta has silent install switches just to know aimp2 used /S.
ZileXa Posted February 7, 2011 Posted February 7, 2011 (edited) 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 February 7, 2011 by ZileXa
ZileXa Posted February 13, 2011 Posted February 13, 2011 (edited) 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 February 13, 2011 by ZileXa
RTK999 Posted February 14, 2011 Author Posted February 14, 2011 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.
ZileXa Posted February 20, 2011 Posted February 20, 2011 I got news from the Russian AIMP forum:a silent switch will be available in the RC version./REG should work with admin permission.
montage Posted January 3, 2012 Posted January 3, 2012 (edited) 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 January 3, 2012 by montage
ionut_y Posted January 10, 2012 Posted January 10, 2012 Silent install is not working with Aimp 3 current version (AIMP 3.00.976) : http://www.aimp.ru/forum/index.php?topic=32303.msg183653#msg183653you can try this until is done : http://www.ryanvm.net/forum/viewtopic.php?t=7705&highlight=aimp Just extract exe from the archiveA good day !
ssjoco Posted January 16, 2012 Posted January 16, 2012 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
eDooM Posted July 1, 2012 Posted July 1, 2012 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 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now