Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 24th January 2009, 11:24   #1
TobbeSweden
Senior Member
 
Join Date: Oct 2006
Posts: 106
Changes in v2.42

Reading the changelog for 2.42 there are two things I'd like clarification on.

1. Useful header functions no longer require usage declaration and different syntax for uninstaller functions

What are these "useful header functions"?

2. "vastly improved and thoroughly tested version of WinVer.nsh" and "WinVer.nsh: Fixed 95/NT4 ambiguity"

Does that mean it's now enough to do ${If} ${AtMostWinME} to check if I'm installing on a 9x system? (No need to also check for ${IsNT}.)
TobbeSweden is offline   Reply With Quote
Old 24th January 2009, 12:19   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,337
  1. The change log contains a link to the useful header functions: http://nsis.sourceforge.net/Docs/AppendixE.html
  2. No, 2000 is still newer than ME, but you will no longer get true for ${IsWin95} on NT4 and vice versa.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 24th January 2009, 12:51   #3
TobbeSweden
Senior Member
 
Join Date: Oct 2006
Posts: 106
This is the changelog I'm talking about: http://sourceforge.net/project/shown...ease_id=648502

Is there another one I'm not aware of?
TobbeSweden is offline   Reply With Quote
Old 24th January 2009, 12:58   #4
TobbeSweden
Senior Member
 
Join Date: Oct 2006
Posts: 106
Found it
http://nsis.sourceforge.net/Docs/AppendixF.html
TobbeSweden is offline   Reply With Quote
Old 24th January 2009, 13:06   #5
TobbeSweden
Senior Member
 
Join Date: Oct 2006
Posts: 106
Aha! So I no longer have to do
code:
!insertmacro GetParent

and I can use
code:
${GetParent}

in uninstaller functions too.

That is a nice change
TobbeSweden is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump