I'm a pretty much noob to making portable apps, as well as coding/programming in general, but I seem to have grasped NSIS pretty well.
Besides that, I've been getting errors in Line 171 of the compiler using John's installer .nsi files as an example. In fact, I even tried the AbiWord installer file to see if it would work flawlessly. Well enough, the compiler hung with this error log:
IfFileExists: "$PROGRAMDIRECTORY\$PROGRAMEXECUTABLE" ? FoundProgramEXE :
MessageBox: 48: "$PROGRAMEXECUTABLE was not found. Please check your configuration"
Abort: ""
Invalid command: FindProcDLL::FindProc
Error in script "C:\Documents and Settings\Ian\Desktop\PortableApps\AbiWordPortable\Other\AbiWordPortableSource\AbiWordPortable.nsi" on line 171 -- aborting creation process
Can anyone help me?