Archive: Message Box


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


Have you read the System plug-in readme? What's not clear? Any specific problems?


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::open()'
FunctionEnd


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::open()'
FunctionEnd


System::Call'WindowsApplication1::Open()'