Does anyone know the requirements of the NsisIIS plugin?
I am getting this error:
code:
Could not load: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nsb2.tmp\Nsi开发者_JAVA百科sIIS.dll
This is on a Window Server 2003, which has IIS installed and running. I am logged onto the server as an adminsitrator.
Thank you.
The plugin seems to require MSVCR100.DLL and MSVCP100.DLL so it probably needs the Visual C++ 2010 Redistributable Package (x86). You should ask the author if he could create a statically linked version or use a older version of VC that links to MSVCRT.DLL (Or compile yourself, the source code is on sourceforge)
精彩评论