Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
NSIS RDK script
Can you provide a new NSIS script for OI10 upgrade. I am getting REVCAP32.DLL not found error with the one used for OI9
Comments
Let me clarify that NSIS installers do allow 64-bit, but it's not a trivial thing for SRP to support. We have to update our NSIS plugins to support 64-bit. Then we have to revisit our approach to installers: should we supply one installer that supports 32-bit or 64-bit, or do we maintain separate installers? This brings us to the question, do we stick with NSIS technology at all?
We have not settled on answers to these questions. In the meantime, you will have to interface with OI10's API directly from within your NSIS script using their built-in DLL calling mechanism.