I am using NSIS v2.0b3 and this is the code extract that does not seem to be functioning (the ReplaceInFile macro is from the NSIS Archive)
However, this writes the following to php.iniGetFullPathName $1 $TEMP
!insertmacro ReplaceInFile "$INSTDIR\Apache\php.ini" "§Temp§" "$1"
session.save_path = C:\DOCUMEN~1\ADMINI~1\LOCALS~1\TempIs this how GetFullPathName should be used?
Any suggestions welcome! The full file is attached.
Thanks in advance,
Stefan Norman