Hi,
I have an installer which launches a DLL method using System::Call.
System::Call "MyDll::MyFunc(m '$1') i.r2"
...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
17 results in 0.0070 seconds.
Keywords
Members
Tags
-
Wierd issue wiht NSIS 3.0 and System::Call
-
NSIS 3.0 Breaks Dynamically Linked Plugin DLL?
Hello,
I'm trying to upgrade from NSIS 3.0b2 to NSIS 3.0 and it seems that the changes to load DLLs more securely breaks my custom plugins....
-
How to call NSIS function from C++ DLL
Hi everyone,
I need help calling a NSIS function from my C++ DLL. I actually have no clue how to pass the address to the DLL.
...
-
Mp3 hd?
Is the ability to play MP3 HD files automatic with WinAmp or do I need to download an add on plugin in order to play this type of file properly?
...
-
NSIS dlls crash at first run
Hi all!
I'm just finished working on my first NSIS installer and I have one annoying issue: sometimes installer crashed while it's performing...
-
Issues with different Windows Versions
Hello,
I developed a gen_plugin for winamp. It works well on the system i developed it.
(Server2012, VS2012 Premium, DLL C++, .Net...
-
NSIS script not installing in correct directory System32
Hello everybody,
I am trying to make an install script. I need to place some dlls and ocx on C:\Windows\System32 either on 32bits pc or...
-
Installer that use the regsvr32.exe to register a dll
Hello,
I am creating an nsi file to install some dlls but I need also to register them using regsvr32.exe
How can I do this?...
-
Extract compressed files by 7z.dll
Hi all,
I want to extract a specific password protected *.7z file by using 7z.dll so I've to use CallInstDLL because I couldn't find any...
-
Access denied
i know this is kinda stupied to ask, as i can't provide an example script to reproduce the problem, but maybe someone can figure out the problem anyway....
-
Problem sending string arg to DLL function
Hey all,
I need some assistant.
I'm calling a DLL function from an NSIS script. The function takes a char* as an argument. However, when...
-
Failed to call dll.
Hi all,
I would like to call an external dll using the system.dll plugin, and I could manage it with documents and samples.
I could...
-
Can NSIS scripts be compiled into DLLs?
Can NSIS scripts be compiled into DLLs or static LIBs, using .nsh files as an interface (and documentation) only?
In other words, can NSIS...