Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NsisIIS - plugin requirements

Tags:

iis

nsis

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\NsisIIS.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.

like image 366
Guilherme Oliveira Avatar asked Sep 14 '26 08:09

Guilherme Oliveira


1 Answers

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)

like image 103
Anders Avatar answered Sep 18 '26 11:09

Anders



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!