Forum: NSIS Discussion
21st June 2006, 14:50
|
Replies: 3
Views: 4,089
|
Forum: NSIS Discussion
17th May 2006, 15:13
|
Replies: 3
Views: 2,065
|
Forum: NSIS Discussion
12th April 2006, 18:11
|
Replies: 5
Views: 2,390
|
Forum: NSIS Discussion
31st March 2006, 16:46
|
Replies: 6
Views: 2,761
|
Forum: NSIS Discussion
8th March 2006, 14:37
|
Replies: 4
Views: 11,608
I do it like this:
ExecWait...
I do it like this:
ExecWait '"$PROGRAMFILES\MyApp\MyApp.exe" /regserver' ;register
ExecWait '"$PROGRAMFILES\MyApp\MyApp.exe" /unregserver' ;unregister
This is for ActiveX EXEs created in VB.
|
Forum: NSIS Discussion
21st February 2006, 15:50
|
Replies: 4
Views: 2,253
|
Forum: NSIS Discussion
17th February 2006, 14:47
|
Replies: 6
Views: 2,132
Might be a bug. It acts like it's interpreting...
Might be a bug. It acts like it's interpreting the "$\t" as a tab character (reference (http://nsis.sourceforge.net/Docs/Chapter4.html#4.2.4)) regardless of the escaped the dollar sign.
On the...
|
Forum: NSIS Discussion
15th February 2006, 20:36
|
Replies: 2
Views: 1,804
|
Forum: NSIS Discussion
15th February 2006, 18:45
|
Replies: 3
Views: 1,619
|
Forum: NSIS Discussion
9th February 2006, 15:07
|
Replies: 7
Views: 3,503
|
Forum: NSIS Discussion
9th February 2006, 15:03
|
Replies: 7
Views: 2,399
I think it must renumber the fields, because...
I think it must renumber the fields, because InstallOptions iterates through them in a "1 to n" fashion, where n is equal to the NumFields key in the INI. I believe you'll find other InstallOptions...
|
Forum: NSIS Discussion
25th January 2006, 15:08
|
Replies: 3
Views: 2,070
For another readme/info page...
For another readme/info page (non-InstallOptions), see http://forums.winamp.com/showthread.php?s=&postid=1846450#post1846450
|
Forum: NSIS Discussion
17th January 2006, 20:34
|
Replies: 4
Views: 2,750
Try using MUI_PAGE_HEADER_TEXT and...
Try using MUI_PAGE_HEADER_TEXT and MUI_PAGE_HEADER_SUBTEXT:
!define MUI_PAGE_HEADER_TEXT "Information"
!define MUI_PAGE_HEADER_SUBTEXT "Please read the following important information before...
|
Forum: NSIS Discussion
9th January 2006, 22:24
|
Replies: 3
Views: 1,934
Rather than a bug that has been introduced, it...
Rather than a bug that has been introduced, it sounds like a bug that's been fixed. Semicolons indicate a comment in an INI file, so it would make sense that ReadINIStr $R2 "some.ini" "SomeSection"...
|
Forum: NSIS Discussion
5th January 2006, 18:37
|
Replies: 6
Views: 2,575
|
Forum: NSIS Discussion
5th January 2006, 17:34
|
Replies: 6
Views: 2,575
Microsoft addressed this issue with the concept...
Microsoft addressed this issue with the concept of shared DLLs. Take a look at appendix B (http://nsis.sourceforge.net/Docs/AppendixB.html) of the NSIS docs for info about how to use InstallLib and...
|
Forum: NSIS Discussion
30th December 2005, 20:47
|
Replies: 13
Views: 3,772
The tutorial is a tutorial. It's simply not of...
The tutorial is a tutorial. It's simply not of the step-by-step-do-this-and-you're-done variety. The "putting it all together" section that you seem to want isn't missing--it's in the form of example...
|
Forum: NSIS Discussion
29th December 2005, 14:45
|
Replies: 2
Views: 2,170
|
Forum: NSIS Discussion
27th December 2005, 19:20
|
Replies: 6
Views: 2,224
|
Forum: NSIS Discussion
19th December 2005, 16:33
|
Replies: 4
Views: 1,609
|
Forum: NSIS Discussion
19th December 2005, 16:32
|
Replies: 6
Views: 3,242
|
Forum: NSIS Discussion
19th December 2005, 15:57
|
Replies: 5
Views: 2,559
|
Forum: NSIS Discussion
19th December 2005, 15:30
|
Replies: 3
Views: 5,516
|
Forum: NSIS Discussion
29th November 2005, 22:30
|
Replies: 5
Views: 2,373
|
Forum: NSIS Discussion
29th November 2005, 22:19
|
Replies: 34
Views: 20,205
New? Less-known? Less-debugged? There are some...
New? Less-known? Less-debugged? There are some BIG names on the list of NSIS users. If those companies thought NSIS was immature or obscure or bug-ridden, do you really suppose they'd have even given...
|