Ru-Board.club
← Вернуться в раздел «Программы»

» NSIS (Nullsoft Scriptable Install System)

Автор: Rogov Nos
Дата сообщения: 11.03.2005 23:16
уважаемые members! пора шапку обновлять.
Release Name: 2.05
Страница загрузки

а то чуть старую версию не закачал ))
Автор: zhuman
Дата сообщения: 17.03.2005 15:01
а чем распаковать NSIS инсталлятор?
Install Explorer для Far-а последние версии NSIS с LZMA сжатием не берет..
Автор: serggl2003
Дата сообщения: 19.03.2005 20:25
NSIS v2.06
изменения
http://sourceforge.net/project/shownotes.php?release_id=314042
загрузка
http://prdownloads.sourceforge.net/nsis/nsis206.exe?download
Автор: Wtm
Дата сообщения: 19.03.2005 21:34
Rogov Nos

Цитата:
то чуть старую версию не закачал ))

качай CVS - всегда последняя и, соответственно - свежая
Автор: Boss Dmitry
Дата сообщения: 21.03.2005 09:14
Народ, как у нас русским мануалом? Ни у кого нет? Очень надо, некоторые вещи непонятны.
Автор: Wtm
Дата сообщения: 21.03.2005 15:57
Boss Dmitry
нет такого мануала.
Автор: netspider
Дата сообщения: 28.03.2005 15:16
Всем привет ...можно ли в nisedit импортировать ветки реестра как в InnoSetup ?
Или там это по-другому делается?
Автор: Danil5
Дата сообщения: 03.04.2005 05:26
Подскажите плиз есть ли програмка для конвертирования .ini в .nsi
Автор: Wtm
Дата сообщения: 03.04.2005 09:27
Danil5
не встречалась. Вручную сделать недолго
Автор: Danil5
Дата сообщения: 03.04.2005 14:59
Wtm
а если ini файл большой? Руками долгоооо...
Автор: Boss Dmitry
Дата сообщения: 08.04.2005 08:57
Народ, вопрос по существу: нужно создать инсталяцию с выбором компонентов программы с вложениями, кто-нить может подкинуть скрипт, если не жалко
Автор: Danil5
Дата сообщения: 08.04.2005 14:00
Boss Dmitry Лови

SectionGroup /e "1"
Section "1.1"
SetOutPath "$INSTDIR"
File /r "tc"
SectionEnd

Section /o "1.2"
SetOutPath "$INSTDIR\10"
File /r "TotalCmd\AddOn\AkelPad"
SectionEnd
SectionGroupEnd
Автор: Wtm
Дата сообщения: 08.04.2005 16:37
Boss Dmitry
в инсталляторе с оффсайта есть такие римеры. Можешь брать и прямо под свой дистр переделывать
Автор: BeerLion
Дата сообщения: 30.05.2005 13:37
NSIS 2.07 Beta 0
Цитата:
Notes:
Due to severe problems with the space-time continuum (read: too much to do, too
little time), I have decided to release a beta version of 2.07 so you, the
users, can easily help me test it.

So... What's new? First and foremost, there is the build system. It owns.
Worship it. I can finally build (almost) the entire package with one command
line. And fast. And with multiple parallel jobs. And with pretty colors.
Actually, no colors yet... Why is it good for average Joe, you ask? Well, it
allowed me to easily add an option to the script to change to solid compression
without recompiling NSIS. It also means you'll be able to download real nightly
CVS builds. When? Once I get WINE and CL to figure out what a define is. What
else is new in this version? Some new language files, the usual collection of
bug fixes and documentation typo fixes... Nothing too critical...

Now for some things you need to know before you start playing with this new hot
version. The first you'll probably notice is your installer growing by size.
This is because solid compression is no longer the default for lzma and bzip2.
You'll need to explicitly ask for solid compression using:

SetCompressor /SOLID lzma

Another thing you'll notice is the new structure of the directory.
Documentation of various modules has been moved into the Docs folder and
example into the Examples folder.

Right, so that's it for 2.07 beta 0. Please start the bug reports flood and
don't spare on the patches too.

Oh, one last thing... There is no installer for this version, just a zip file
with the compiled executables. I haven't finished updating makensis.nsi yet.
Patch anyone?

Changes:
A complete change log can be found at the following URL until 2.07 is released:

http://nsis.sourceforge.net/development/changelog/
http://prdownloads.sourceforge.net/nsis/nsis-2.07b0.zip?download
Автор: sk0t
Дата сообщения: 02.06.2005 00:22
Подскажите пожалуйста, как сделать так, чтобы инсталлятор использовал шрифт, который определён для элемента "Выделенный пункт меню" или "Окно сообщения" в насройках "Дополнительно" на вкладке "Оформление" Свойств экрана
Автор: Dj_Lamer
Дата сообщения: 21.06.2005 11:28
NSIS 2.07
_http://osdn.dl.sourceforge.net/sourceforge/nsis/nsis-2.07.exe
_http://umn.dl.sourceforge.net/sourceforge/nsis/nsis-2.07.exe
_http://unc.dl.sourceforge.net/sourceforge/nsis/nsis-2.07.exe
_http://ovh.dl.sourceforge.net/sourceforge/nsis/nsis-2.07.exe
_http://kent.dl.sourceforge.net/sourceforge/nsis/nsis-2.07.exe
_http://nchc.dl.sourceforge.net/sourceforge/nsis/nsis-2.07.exe
Автор: BeerLion
Дата сообщения: 21.06.2005 15:15

Цитата:
NSIS 2.07 is released. It's fresh and it's waiting just for you.

This release took a little longer than usual. `Short` in short-release-cycle
era was stretched a bit, but now that the new build system is feature complete,
short should be short again.

Release Notes:
* NSIS Update was removed and the update check was moved back to MakeNSISw (Help -> NSIS Update). Use the nightly builds to get the latest compiled binaries from CVS.
* Solid compression is no longer the default for bzip2 and lzma, use SetCompressor /SOLID bzip2 or SetCompressor /SOLID lzma for solid compression.
* Source code is no longer supplied with the installer package. Source code can be downloaded from CVS or from the download page.
* The directory structure of the installation has been changed. All documentation is now in the Docs folder and all examples are in the Examples folder.
[more=Changes]Changes:
Major Changes
* Added /SOLID switch for SetCompressor
* New build system
* Stubs (exeheads) are no longer compiled into makensis.exe, but kept in the Stubs folder
New/Changed Commands
* EnumRegValue sets the error flag, if the enumeration index is out of range (bug #1178756)
* ExpandEnvStrings now sets the error flag as the documentation states
* Made File /oname throw an error if the first character is a quote
Minor Changes
* Added $LOCALAPPDATA (RFE #1172123)
* Changed MUI dialogs charset from ANSI_CHARSET to DEFAULT_CHARSET (bug #1193736, bug #1201712)
* Fixed $INSTDIR changing, even if user clicked Cancel in browse dialog
* Fixed a crash in makensis when using WindowIcon off (bug #1123353)
* Fixed Call :label in uninstall code
* Fixed compilation error without NSIS_CONFIG_COMPONENTPAGE
* Fixed compilation errors on various platforms (including patch #1179116, patch #1193692)
* Fixed CreateDirectory setting the error flag for directories with two consecutive backslashes (bug #1119442)
* Fixed InstallLib setting the error flag for new shared libraries (bug #1181951)
* Fixed letters case in examples (patch #1184571)
* Fixed logging state being reset after the directory page (bug #1168711)
* Fixed overlapping icon in welcome page (bug #1221772)
* Fixed RMDir /REBOOTOK setting the reboot flag when trying to delete non-existent directory (bug #1073792)
* Minor documentation fixes and improvements (including bug #1220940)
* Removed NSIS Update, MakeNSISw checks for new versions again
Include Files
* More messages in WinMessages.nsh (Shengalts Aleksander)
* Some more useful macros in Colors.nsh (Joel)
Utilities and Plug-ins
* Fixed halibut segfaults on PowerPC (patch #1180886)
* Math: Fixed memory leak (brainsucker)
* zip2exe: upgraded to zlib 1.2.2
Translations
* Added Malaysian translation (Azwa)
* Added Welsh translation (Rhoslyn Prys)
* Fixed Breton NLF file (credits weren't commented)
* Fixed duplicate accelerator in French translation (bug #1168652)
* Improved French translation (bug #1220277)
* Updated Russian translation (Dmitry)
* Updated translation credits (patch #1223362)[/more]
Автор: Boss Dmitry
Дата сообщения: 05.07.2005 07:59
Ту перевод NSIS 2.07 нашел, ша попробую вспомнить где.

Добавлено:
http://samlab.rusc.ru/ruz/nsis27_drcracker.rar
Автор: Wtm
Дата сообщения: 05.07.2005 11:32
Boss Dmitry
Перевод справки или чего?
Автор: DimmY
Дата сообщения: 05.07.2005 14:44
Wtm

Цитата:
Перевод справки или чего?

Или чего. А точнее -- файлов zip2exe.exe, MakeLangId.exe и makensisw.exe.
При переводе использовались аж Microsoft Office FrontPage 2003, Passolo, PatchWise Free, Adobe Photoshop CS и PROMT XT Family. Всё серьёзно, всё не по-детски!
Автор: Boss Dmitry
Дата сообщения: 15.07.2005 14:29
да ватный перевод, если увижу нормальный перевод справки - отпишу
Автор: IMPOMEZIA
Дата сообщения: 23.07.2005 23:56
NSIS v2.08
изменения:
http://sourceforge.net/project/shownotes.php?release_id=344237
загрузка:
http://prdownloads.sourceforge.net/nsis/nsis-2.08.exe?download
Автор: Labean_Hesv
Дата сообщения: 24.07.2005 15:08

Цитата:
NSIS v2.08

А русик не пробегал еще на эту версию?
Автор: Boss Dmitry
Дата сообщения: 29.07.2005 12:12
Опять нашел руссификатор
http://samlab.rusc.ru/ruz/nsis28_drcracker.rar
наверное такаяже вата как и предыдущий, проверим, если кто найдет перевод спраки - отпишите
Автор: Boss Dmitry
Дата сообщения: 01.08.2005 14:10
Народ подскажите как в NSIS v2.08 зделать так, что бы там где пишешь имя или копирайт в низу окна (там по умолчанию NSIS v2.08), была ссылка на сайт, вроде в инно сетап такое возможно, можно ли в NSIS?
Автор: IMPOMEZIA
Дата сообщения: 01.08.2005 18:55
Boss Dmitry
Разумеется возможно! И не только в 2.08


Код: BrandingText "твои копирайты"
Автор: Boss Dmitry
Дата сообщения: 03.08.2005 11:36
не ну ты читай хорошо, меня и так уже за мат банить собрались, мне нужно что бы на копирайт нажать можно было и перейти по ссылке на какую-нить страницу
Автор: namchik
Дата сообщения: 04.08.2005 18:48
Народ, как убрать эту надпись в titlebar?




Пробовал через "name" и "caption" - не получается
Автор: BeerLion
Дата сообщения: 05.08.2005 18:52
Boss Dmitry
AFAIK так нельзя. Только в ModernUI на странице Finish или вообще самодельных страницах.

namchik
Это DefaultUI. IMHO никак.
Нужно использовать либо ModernUI, либо в файле ${NSISDIR}\Contrib\Language files\Russian.nlf (или через копию файла) эти строки (DirSubCaption и т.п.) сделать равными, например, пробелу. Затем в скрипте сделать LoadLanguageFile "${NSISDIR}\Contrib\Language files\Russian.nlf"
Автор: Wtm
Дата сообщения: 05.08.2005 22:50

Цитата:
Это DefaultUI. IMHO никак.

можно. Сейчас пороюсь в своих старых проектах. Со старым интерфейсом давно не работал - не упомню навскидку... но точно убирал эти надписи.

Страницы: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364

Предыдущая тема: The Bat!


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.