I've beeing using unattended for 2 weeks and it seems to work very well.
I wrote some scripts to install few applications. Maybe they can be useful to somebody:
====================================
Installing Netscape 7.02
Complete installation: ftp://ftp.netscape.com/pub/netscape7/english/7.02/windows/win32/sea/NSSetupB.exe
Base installation: ftp://ftp.netscape.com/pub/netscape7/english/7.02/windows/win32/sea/NS702base.exe
For unattended/silent install run: start /wait z:\packages\netscape\NS702base.exe -ms -ira -ispf
====================================
Installing Ghostscript/Ghostview
Download Ghostscript 8.0/Ghostview 4.4 from: http://www.cs.wisc.edu/~ghost/
For unattended/silent install run:
mkdir %PROGRAMFILES%\ghostscript
mkdir %PROGRAMFILES%\ghostview
start /Dz:\packages\ghostview\gs /wait z:\packages\ghostview\gs\gs800w32.exe %PROGRAMFILES%\ghostscript
start /Dz:\packages\ghostview\gv /wait z:\packages\ghostview\gv\gsv44w32.exe %PROGRAMFILES%\ghostview
====================================
Installing Winzip (Commercial) Download Winzip from http://www.winzip.com
Extract files to: z:\packages\winzip\
For unattended/silent install run:
mkdir %PROGRAMFILES%\winzip xcopy z:\packages\winzip\*.* %PROGRAMFILES%\winzip /s start /wait %PROGRAMFILES%\winzip\winzip32.exe /autoinstall
====================================
Installing Winscp 2.3 (Free Secure Copy client) Download it from http://winscp.vse.cz/eng/
For unattended/silent install run:
start /wait z:\packages\winscp2\winscp230setup.exe /silent
====================================
Installing Putty (Free Telnet/SSH Client) Download it from: http://www.chiark.greenend.org.uk/~sgtatham/putty/
For unattended/silent install run:
z:\bin\AutoIt.exe z:\scripts\putty.aut
Where putty.aut contain:
Run, z:\\packages\\putty\\putty-installer.exe /silent
WinWait, Setup, This will install PuTTY. Do you wish to continue?
Send, {ENTER}====================================
Installing Java Runtime Environment Download it from: http://java.sun.com
For unattended/silent install run:
start /wait z:\packages\jre\jre.exe /a /s /sms /f1z:\packages\jre\jre.iss /f2c:\netinst\logs\jre.txt
====================================
Installing Windows Messenger 4.7 Download it from http://download.microsoft.com
For unattended/silent install run:
start /wait z:\packages\messenger\messenger.exe /q
====================================
Installing Windows Mediaplayer 9 Download it from http://download.microsoft.com
For unattended/silent install run: start /wait z:\packages\mediaplayer\mediaplayer.exe /q
====================================
------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
