Profiledir=D:\Documents (Change the path to fit you need and place in the winnt.sif under the [GUIUnatteded] Set WshShell = WScript.CreateObject("WScript.Shell") Set fso = CreateObject("Scripting.FileSystemObject") On Error Resume Next WshShell.Popup "This will Install ICQ Lite DO NOT MOVE THE MOUSE OR PRESS ANY KEYS!",5," - Warning - ",48 'Run setup from location on hdd' 'you have to check the path ! WshShell.Run ("%systemdrive%\install\ICQ\icqlite1300.exe") 'if your hdd is very slow, increase the next value WScript.Sleep 5000 'don't use "{n 5}" instead of five times "n" ! WshShell.SendKeys "n" WScript.Sleep 10000 WshShell.SendKeys "n" WScript.Sleep 20000 Wscript.Quit Use this vbs script to install ICQ.