Ken Jackson - 2008-02-04

Looking in file src/j-client/win32-installer/netchat.nsi, I noticed the following on line 8 (all on one line):

!define NETCHATDIR "C:\Documents and Settings\Andy Street\My Documents\netchat\trunk\src\j-client"

I recommend changing it to this:

!define NETCHATDIR "$DOCUMENTS\netchat\trunk\src\j-client"

Similarly, line 15 could be changed to this:

OutFile "$PROFILE\Desktop\netchat-win32-installer.exe"

The $DOCUMENTS and $PROFILE constants and others are documented here:
http://nsis.sourceforge.net/Docs/Chapter4.html#4.2.3