Simple question, I want to incorporate email alerts.
As per the info on the following page, I am to download the SSL add-on. However, when I try to extract it, I keep getting an error that says "An error prevents this program from continuing: Could not extract the current file. Access is denied.
For the record, I am using the latest Amibroker version, just updated it.
Any ideas of what is wrong or what I can try next?
You are getting this message because some of the files that setup program needs to write are locked by running process.
You have to close AmiBroker and close AmiQuote, before you run setup program.
If this does not work, there may be hidden instance running or some other process locking access (antivirus).
In such case you need to restart Windows and/or disable antivirus.
after installing the AB SSL addon i get EMailerSSL.exe not found errors.
It appears the program is blindly installed in the 32 bit amibroker folder. (C:\Program Files (x86)\AmiBroker) It needs manually copied to the 64 bit folder (C:\Program Files\AmiBroker)
My guess is the Access Denied error is from the installer trying to create the 32 bit folders.
If we are using 64-bit version, then it is necessary need to manually copy BrokerIB.exe and BrokerIB.xml files to the installation folder of 64-bit version, by default that is: C:\Program Files\AmiBroker
Generally it makes no sense to produce 64-bit versions of such small add-on programs as they are not gaining anything from 64-bits.
Exactly what error? Precisely what does the error say? Because "error" without details means nothing.
Unfortunately your question isn't clear enough and does not provide all necessary details to give you an answer. Please follow this advice: How to ask a good question
Usually the Windows UAC pops up to ask for permission when installing something. It did not in this case and instead showed the error mentioned in the first post. I right clicked on the file and selected 'Run as Administrator'. It was not a big deal.