Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   NSIS & App deployment? (http://forums.winamp.com/showthread.php?t=234090)

sorex 27th December 2005 07:40

NSIS & App deployment?
 
Hello,

Just found this neat scriptable installer and wondered if it can be used as application deployment aswell?

we want to plug a pc onto the network, turn it on and the OS + required apps for that machine will be installed on it (by using RAT or something I believe)

Will this work (without being an .MSI) ?

Comm@nder21 27th December 2005 16:16

nsis needs a ready setup windows to work.

you may download applications through nsis (nsisdl plugin, e.g.) and install them (file operations, registry, shortcuts ... all possible) but you cant install windows itself.

sorex 28th December 2005 09:15

Well, I've informed by a collegue and apparently it's something like this...

the pc boots on a special boot sector that starts an unattended/silent windows installation over the network

once that is done it boots windows and that special deploy client runs applications/scripts in sequence like...

join computer onto xxx domain (.vbs)
install Office with the right parameters (.exe/msi)
install winzip
etc

thus I guess that this installer can be of any use anyway since windows is running already.

Afrow UK 28th December 2005 12:12

In that case this is possible. Just use Exec or ExecWait to run external applications.

-Stu


All times are GMT. The time now is 04:56.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.