Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Аватара для hb860

Идиот


Сообщения: 1126
Благодарности: 420

Профиль | Сайт | Отправить PM | Цитировать


zilexa, well, i try
How to make your own setup:
1. Make next folders on your drive C: - c:\Aimp\Player, c:\Aimp\skins\, c:\aimp\Icons, c:\Aimp\profile
2. Copy to c:\Aimp\Player files from original untouched setup. You can use 7-zip ( http://www.7-zip.org ) archiver to extract them from original distro.
3. Copy into c:\aimp\skins\ your favorite skins
4. Copy into c:\aimp\icons\ your favorite icons
5. This item is not mandatory. Copy into c:\Aimp\profile content of %programfiles%\aimp\data\profile(do this if you have "one user" configuration, in other case you have to copy content of %APPDATA%\AIMP).
5. Compile .nsi file using NSIS compiler( http://nsis.sf.net ). You will get Aimp2-<current version>.exe file.

For Dutch Language by default replace this code
Код: Выделить весь код
	WriteINIStr "$ProfilePath\AIMP2.INI" System LangFile russian.lng ;язык по умолчанию для плеера
		WriteINIStr "$ProfilePath\AIMP2r.INI" System LangFile russian.lng ;язык по умолчанию для рекордера
		WriteINIStr "$ProfilePath\AIMP2c.INI" System LangFile russian.lng ;язык по умолчанию для конвертера
		WriteINIStr "$ProfilePath\AIMP2t.INI" System LangFile russian.lng ;язык по умолчанию для таггера
with next code
Код: Выделить весь код
	WriteINIStr "$ProfilePath\AIMP2.INI" System LangFile dutch.lng 
		WriteINIStr "$ProfilePath\AIMP2r.INI" System LangFile dutch.lng 
		WriteINIStr "$ProfilePath\AIMP2c.INI" System LangFile dutch.lng 
		WriteINIStr "$ProfilePath\AIMP2t.INI" System LangFile dutch.lng
Also you have to know what if you decide to include your own settings as described at item 5, they will kept except skin & icons specified from command line

Typical usage:
1. Simple silent installation: AIMP2-2.5.0.303.exe /S
2. With custom skin by default: AIMP2-2.5.0.303.exe /S /SKIN=WMP11.acs2
3. With custom skin and icons library: AIMP2-2.5.0.303.exe /S /SKIN=WMP11.acs2 /ICONS=XP.dll
4. With custom skin and icons library, what contains spaces in their names: AIMP2-2.5.0.303.exe /S /SKIN="WMP11 Glow.acs2" /ICONS="XP Blue.dll"
5. Multiuser configuration of player: AIMP2-2.5.0.303.exe /S /SKIN="WMP11 Glow.acs2" /ICONS="XP Blue.dll" /MULTIUSER=1
6. Command line shortcuts management keys:
AIMP2-2.5.0.303.exe /S /shortcut=101 - shortcuts in start menu and on desktop
AIMP2-2.5.0.303.exe /S /shortcut=011 - shortcuts in start menu and quick launch
AIMP2-2.5.0.303.exe /S /shortcut=110 -shortcuts on desktop and quick launch
AIMP2-2.5.0.303.exe /S /shortcut=000 - no any shortcuts
Remember what /shortcut=1 means /shortcut=001,not 100

Комсомолец, уверен что получится. И при чём тут инно или не инно ? Или ты считаешь что у NSIS функционал слабее ?

-------
http://feeds.feedburner.com/Winreviewru.1.gif
Горячие клавиши Windows 8 | Все программы, которые я разработал| Гаджеты для Windows 8

Это сообщение посчитали полезным следующие участники:

Отправлено: 20:49, 22-01-2009 | #130