A while ago i downloaded this file wwwfree-codecs.com/download/CoreFLAC_Decoder_Encoder.htm because i needed it, but then my curiosity got hold of me and i extracted the file.
What i found out was amazing, it had only a file called [NSIS].nsi and $SYSDIR folder which had the CoreFLACDecoder.ax in it.
Now this should be easy, I just compile it back again by downloading and installing NSIS, but it was harder then i thought, as am a complete noob with this thing.
When i put the script and try to compile it gives me and error.
Now i come here to seek for help and see if anyone has any idea how to fix this script:
MessageBox 4 1 6 3 0If i learn how to do this then i would use the same manner to get some of my files working like CLVSD.AX
Abort
Return
SetOutPath $SYSDIR
File CoreFLACDecoder.ax
WriteReg 2147483650 105 194 206 1
WriteReg 2147483650 105 257 273 1
WriteUninstaller $SYSDIR\CoreFLACDecoder-uninstall.exe 217092 756
RegisterDLL $SYSDIR\CoreFLACDecoder.ax DllRegisterServer 4294967258
Return