PDA

Показать полную графическую версию : [addon] ImgBurn


Страниц : 1 2 [3] 4 5 6

andrew71
31-07-2009, 10:59
Аддон обновлён в соответствии с честным руссификатором.

Ссылка в шапке

tyt
16-03-2010, 23:55
Current version: 2.5.1.0
Released: 16th March 2010

зы: русик в процессе согласования

tyt
18-03-2010, 11:20
Новый перевод(русик) пока только Здесь (http://forum.imgburn.com/index.php?showtopic=14081)

andrew71
19-03-2010, 15:52
Аддон обновлён до версии ImgBurn 2.5.1.0
Руссификация программы любезно предоставлена tyt,
выполнена DimmY.
З что им обоим спасибо.
Из программы удалены рекламные модули и произведена небольшая корректировка настроек.
Здравая критика приветствуется.

Ссылка в шапке.

tyt
19-03-2010, 16:02
Руссификация программы
выполнена DimmY и namchik
За что им обоим спасибо. »
Так будет точнее(там 2 автора) :)

Valery_Procenko
19-03-2010, 17:55
andrew71,
В addon.nfo год подправьте
"v0.5 - 19 марта 2009г. ImgBurn 2.5.1.0"

Nun-Nun
26-03-2010, 15:10
А как в аддон добавить свои настройки? Ветку реестра сохранил, теперь бы понять куда этот reg-файл воткнуть. Разобрать exe-шник из аддона, просто положить туда с таким же именем reg-файл, потом снова всё запаковать в самораспаковывающийся exe-шник и закинуть в 7z-архив или тут всё сложнее?

andrew71
26-03-2010, 21:51
Nun-Nun, в составе аддона есть файл ImgBurn.ini. Настриваете программу под себя, заменяете в аддоне и пользуетесь.
Только будьте внимательны, программа сохраняет в файле абсолютные пути. Эти строки нужно просто удалить, либо заменить пути на относительные.

Nun-Nun
26-03-2010, 22:08
andrew71,

Ну что ж, понятно. Благодарю за пояснение.

У меня к Вам ещё вопрос: а возможно ли сделать аддон с подхватом reg-файла, как это реализовано в некоторых других аддонах? Во всяком случае, мне с reg-файлом как-то проще, тогда и спутями ничего изобретать не нужно. Да и каждый мог бы закинуть в аддон свой reg-файл.

andrew71
29-03-2010, 13:07
Nun-Nun,
У меня к Вам ещё вопрос: а возможно ли сделать аддон с подхватом reg-файла »
- возможно.
для этого в конфигурационном файле при сборке аддона нужно добавить команду, например
RunProgram="REGEDIT /S reg.reg"

Только вначале, естественно, нужно соответственно своим потребностям настроить саму программу и експортировать параметры реестра, например, при помощи RegShot.
В принципе, если Вы не новичок - разберётесь.

GreyAngel
29-03-2010, 14:30
В ImgBurn.ini поставьте лучше PortableMode=1 :)

Nun-Nun
29-03-2010, 14:40
GreyAngel,
В ImgBurn.ini поставьте лучше PortableMode=1
Это позволит автоматом подхватить reg-файл или имеется ввиду, что ImgBurn запустится как portable-версия без прописки в реестре?

для этого в конфигурационном файле при сборке аддона нужно добавить команду, например...
Речь идёт о файле ImgBurn.ini ?

Только вначале, естественно, нужно соответственно своим потребностям настроить саму программу и експортировать параметры реестра, например, при помощи RegShot.
В принципе, если Вы не новичок - разберётесь.
Да, с этой штукой я знаком.

andrew71
29-03-2010, 14:43
Nun-Nun, программа запустится с настройками в реестре, но при их отсутствии создадутся ветки с настройками по умолчанию.

Nun-Nun
29-03-2010, 14:51
andrew71,
для этого в конфигурационном файле при сборке аддона нужно добавить команду, например...
RunProgram="REGEDIT /S reg.reg"
Речь идёт о файле ImgBurn.ini ?
программа запустится с настройками в реестре, но при их отсутствии создадутся ветки с настройками по умолчанию.
Т.е. если предварительно запустить reg-файл, то ImgBurn подхватит эти настройки из реестра и reg-файл ей уже не нужен?
Если да, то вариант тоже интересный, но тогда нужно как-то в аддоне обеспечить запуск reg-файла до установки ImgBurn-а. Но как? Сработает ли reg-файл, если я его пропишу первой командой в файле Run ?

tyt
04-04-2010, 12:33
andrew71,
Если в ваш аддон доложить немецкий языковой файл и использовать не как аддон, а как SVCPACK можно где то предусмотреть чтоб был выбран нужный язык ?
Или программа установится на языке системы с возможностью дальнейшего выбора языка ? (система английская)

andrew71
04-04-2010, 15:27
tyt, в файле ImgBurn.ini строка с параметром GENERAL_Language=1049 (русский) меняем на

GENERAL_Language=1031 (немецкий)

и кроме того, в папку Languages необходимо положить распакованный языковой файл взятый, например, отсюда (http://download.imgburn.com/translations/german.zip).

tyt
04-04-2010, 15:46
andrew71,
Извиняюсь, но сначала нужно чтоб установился английский, а потом(в процессе работы) можно было сменить на немецкий

Но выше написанное тоже пригодится :good:

andrew71
08-04-2010, 15:17
tyt, в файле ImgBurn.ini строка с параметром GENERAL_Language=1049 (русский) меняем на


GENERAL_Language=2057 (английский)

файлы для английского дбавлять не нужно - он встроен.

Lisabon
04-06-2010, 19:56
Может кому-то пригодится инструкция на ImgBurn в CHM.

ImgBurn.chm_19.10.2010.rar (3.97 МБ)

http://rghost.ru/2979178

http://www.multiupload.com/XWYLXCMO7L

igor84ua
02-09-2010, 03:56
Инструкция в формате PDF (http://rghost.ru/1812296)

ImgBurn 2.5.2.0 (http://download.imgburn.com/SetupImgBurn_2.5.2.0.exe) Added: Built in support for 'ATAPI iHBS' drives for the auto booktype/advanced settins stuff.
Added: Option within the installer to manipulate the registry key / GPO to do with allowing access to drives within a remote session.
Added: New icons in Vista / 7 style (rather than the now 'dated' XP look).
Added: Workaround for a firmware bug in the 'Read Track Information' command on the Asus DVD-E616P (FW: 1.04) drive.
Added: An 'ImgBurn' icon at the 'All Programs' top level within the start menu (Only Windows Vista+).
Added: Support for reading the layer break position from the image file descriptor within a Nero (NRG) image file.
Added: Options that allow the user to override which info should be used to create the program's internal disc layout info. (1 = TOC, 2 = Disc/Track Info, 3 = Disc Capacity (Basic single session/track!)) Buggy firmware on certain drives may benefit from using TOC info for DVD media rather than the now default Disc/Track Info.
Added: Option to allow non compliant file/folder creation dates in the UDF file system (only applies to UDF 2.00+). Normally, the creation date must be before the modified/accessed date and it's 'tweaked' so that's always true. (I take the 'Modified' date to be the most important of the 3 as that's what's displayed in Explorer)
Added: Workaround for LiteOn/Samsung drives that report an incorrect 'Logical Track Size' for DVD-R/DVD-RW discs where the track size is 1 sector over being divisible (exactly) by 16.
Added: Ability to read the layer break position (put in by Rimage software) from a special field in the ISO9660 PVD.
Added: You can now opt to have the Explorer/Disc panes side by side (rather than stacked) in the Disc Layout Editor window.
Added: When device enumeration of 'Auto Loaders' is enabled, you can now choose which types to search for (Acronova / Primera Technology).
Added: Option where you can configure the PreGap detection command order (1 = Read CD, 2 = Read SubChannel, 3 = Read CDDA).
Added: Support for Primera Technology auto-loaders.
Added: 'Underburning' option to the 'Warnings' group within the Settings. This will allow you to configure if the program should tell you that you can burn to a single layer disc and don't need to use the double layer disc in the drive.
Added/Changed: The program now warns you (by means of a log entry) if loading a project or queue file failed. (i.e. for 'Advanced' mode, if a file/folder mentioned in the IBB no longer exists)
Added/Changed: One extra method of generating and suggesting a volume name in Build mode when the user hasn't entered one themselves.
Added/Changed: Lots of error handling code to hopefully enable better (more useful) error reports from Eurekalog/madExcept.
Changed: When loading the settings from an ini file (via the /SETTINGS CLI parameter), the program will attempt to load the settings from the registry if the ini file doesn't exist (rather than just using the defaults).
Changed: The 'Close' -> 'Track' tool now closes the last track on the disc (as reported by the disc information command) rather than being fixed on track 1.
Changed: When the GUI font is set to 'Segoe UI', the program now uses size 9 rather than size 8 (http://msdn.microsoft.com/en-us/library/aa511282.aspx).
Changed: Switched to using madExcept for catching errors and sending logs instead of Eurekalog. (Just testing something out!)
Changed: Updated to latest revision of the Explorer Treeview/Listview components used in the DLE window of Advanced Build mode.
Changed: Using FastMM v4.92 memory manager again (like in 2.5.0.0) rather than the Borland/CodeGear default one (like in 2.5.1.0). Newer versions of FastMM have given odd access violations during the beta cycle so sticking with 4.92 for now.
Changed: The DLE window now works on / remembers percentages rather than actual sizes for the explorer pane and folder treeviews - so they can be applied directly when switching from stacked to side by side view and vice versa.
Changed: The installer wipes out the file splitting settings (due to new values being added to the list) - should have done this in 2.5.1.0 but I forgot.
Changed: Handling of DirectShow errors so that if anything fails when 0 bytes have been processed, you no longer have the option to call that the end of the file and continue.
Changed: Moved the running of the Toolbar checker program (checks to see if the toolbar should be offered at all) to before the installer GUI loads - so now there's no pause between pages.
Changed: Re-wrote the installer so the Ask Toolbar gets installed along with the rest of the files (if it's selected of course!) and not the second you click the 'Next/Install' button on the toolbar offer page. (No freeze when clicking 'Next' and looks nicer)
Changed: Now using the 'MainFormOnTaskbar' option (when running Vista+) so you can interact with the program properly via the taskbar. There are z-order issues with doing this but you'll just have to live with them!
Changed: Uniblue desktop (internet) shortcuts are now more obvious within the installer and are deselected by default. You can also pick to have just 1 of them if you so wish rather it being all or nothing.
Changed: Uniblue links within the program itself are totally gone. (Everything is back to normal - phew!)
Changed/Fixed: The keyboard shortcuts for switching modes and showing/hidings certain windows now use Shift+Ctrl+? instead of Ctrl+Alt+?. The Ctrl+Alt+? ones prevented certain letters from working on non-English setups.
Changed/Fixed: The installer creates the uninstall.exe earlier on now so that it exists before the 'Uninstall' shortcut gets created - fixes an issue where the shortcut doesn't have the correct icon under Windows 7.
Changed/Fixed: The user can now select if 'BiDiMode' should be 'Left To Right' / 'Right To Left'.
Fixed: An internal table containing file system info during a Read/Verify operation was using an incorrect start LBA value for files when UDF 2.50+ was being used. (Only used when logging which file a certain bad sector belongs to)
Fixed: 'Soft link' (Symbolic link) files were added to Build mode compilations with a size of 0 rather than the size of the file they linked to.
Fixed: The 'Include Reparse Point Files' option wasn't working in 'Standard' build mode.
Fixed: Potential infinite loop when an error occurs re-enabling media control notification (MCN).
Fixed: Workaround for a Borland/CodeGear/Embarcadero bug in the TComoboBoxEx component regarding the size of the drop down list, the ItemHeight and the DropDownCount.
Fixed: The 'Write Queue' window would open partially hidden behind the taskbar if it was aligned at the top of the screen.
Fixed: Bug where an extra trailing backslash ('\') would be added to a BDAV/BDMV folder name when the program automatically created one as part of adding a 'known' BD Video file to the compilation.
Fixed: Wasn't removing the file association 'OpenWithProgids' registry values when uninstalling.
Fixed: Invalid info in 'Write Speed Miscompare' warnings in the log if the write speed is set to 'MAX' and the commands used to set the write speed fail (i.e. due to DMA issues).
Fixed: Taskbar button text swapping between 0% and x% when formatting a disc at the start of a DVD-RW burn when the Incremental write type is being used.
Fixed: Reading a couple of track information flags (NWA_V and LRA_V) from the wrong byte in the information data (Doh!).
Fixed: Bug in the DLE window where if you bring up the context menu on a certain item and then delete it, if you press the Delete key again you'll get an Access Violation.
Fixed: Explorer treeview/listview on DLE window were forcing 'Black' as the text colour for the first column.
Fixed: Mouse wheel scrolling bug in the Explorer style combobox component within the 'Disc Layout Editor' window.
Fixed: Couldn't set 'Delete Incomplete Files' (Settings -> Events) to 'No'.
Fixed: (Hopefully) an issue where a thread could be created after they're all supposed to have been destroyed and this then causes an access violation.
Fixed: Bug that could prevent the new (in v2.5.1.0) MCN/ISRC subchannel scanning code from running.
Fixed: Cancelling any of the prompts about building such and such a disc (or anything before 'Operation Started' goes into the log) wouldn't actually abort a build operation.
Fixed: Potential access violation when performing a drag+drop operation and setting the drop description.
Fixed: Potential access violation when parsing APE tags.
Fixed: Potential access violation when connecting directshow filters fails.
Fixed: Issues with pure ISO9660 images and file/folder names using double byte characters based on the system locale.
Fixed: Issue in the Explorer style component (from MustangPeak) that caused a 'No Disk' type of error to pop up when selecting 'My Computer' in the treeview on the left.
Fixed: Access violation when detecting regional code of DVD Video files if an IFO was missing from the set.
Fixed: Potential 'Divide By Zero' error as a result of another error which caused a thread runtime exception.
Fixed: Potential infinite loop problem (due to odd drive response) when analysing track PreGaps.




© OSzone.net 2001-2012