Skip to content
⌘ NSIS Forum Archive

Message Box

5 posts

Guest#

Message Box

HI,
I m new hear and try to understand nsi.
I have a simple dll that dislays a message box (vb.net).
How can i call it from setup ?
I tried System::Call but it's not very clear ?

Thanx
Guest#
well

1.i load my dll
file "WindowsApplication1.dll"

2. i call a function where the dll is called
call test

3. i thin there's an error in this line?
function test
System::Call /NOUNLOAD 'WindowsApplication1:😳pen()'
FunctionEnd
Guest#
well

1.i load my dll
file "WindowsApplication1.dll"

2. i call a function where the dll is called
call test

3. i thin there's an error in this line?
function test
System::Call /NOUNLOAD 'WindowsApplication1:😳pen()'
FunctionEnd