Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   NSIS & Installation via LAN (http://forums.winamp.com/showthread.php?t=232586)

bujia 5th December 2005 12:29

NSIS & Installation via LAN
 
Hi!
I'm developing an application for Windows. My target clients are Net Administrators, so I want to create an application .EXE that give possibility to my client to install software from their PC to any other PC of the LAN, simply select IP address of the target PC, after that, my installer push software files to remote destination and then launch installation like it was performed in a local way.

Is this possible to realize with NSIS software?

Thanks in advance to any give me help!

Regards,
Alessandro

Comm@nder21 5th December 2005 12:55

it is for sure.
its just a bit difficult to develop all the code you need.

you ought to use lots of winapi instructions, meaning a heavy use of the system plugin.

bujia 5th December 2005 13:19

Installation via LAN
 
So, it's possible do that with NSIS.

But, do you know best solutions for my task?

Thanks in advance,
Alessandro

Instructor 5th December 2005 13:36

Quote:

and then launch installation like it was performed in a local way
You can do it only if you have user shell access.
code:
mstsc.exe /?
Remark: If users servers are on the WinXP and higher.

bujia 5th December 2005 13:43

Help
 
Can you post me an example script with NSIS in order to copy a .exe file to remote IP and then launch installation? Controlled by net administrator on his PC.

Thanks in advance,
Alessandro

Instructor 5th December 2005 14:02

Now I can't. Maybe tomorrow in the office. PS: For the clients on the Win9X/Me and NT/2000, need to be installed special additional software some server to connect.

bujia 5th December 2005 14:11

I hope that you give me help tomorrow... I need this feauter...but I'm very beginner in this argument...

Thanks in advance,
Alessandro

Instructor 6th December 2005 16:24

1 Attachment(s)
I found nothing useful. My advice: use some program "Client - Server". I have attached RpcExec V1.0, it contain server and client, you can play with it.
code:
NOTE THAT THE 'RpcExec' SERVER DOES _NOT_ PERFORM ANY SORT OF AUTHENTIFICATION !!!
Therefore, make sure that the machine running the 'RpcExec' server is not directly
accessible via Internet !!!



All times are GMT. The time now is 05:50.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.