Archive: Remote installation using NSIS


Remote installation using NSIS
Hi,

I was checking details about NSIS Remote installation.

In my project i need some help regarding remote installation process using NSIS.

My deliverable includes,
1.Section that validates whether .net 4.0 framework and silverlight runtime 4 is installed
2.Windows Service
3.Silverlight Application file (Out of browser application)

As of now i have worked on installation on individual system. But i am not sure how this can be done for Remote installation (Admin will take privilege of installing through their network to install in multiple system)

Please guide !!!


Maybe you could use SILENT mode?
Or where is the catch? You want to distribute setup.exe on all machines in network with single click and run them at same time?
In my company we have cca. 10 PCs so we upload setup to shared server and then run it from each machine (everything is predefined, same paths, etc + silent), this way is wrong?