Hi,
Why not use the tools from MS to make an "silent" installation ?
Don't blame me but sometimes that's easier than making an complete autoit script.
Andre
Hi,
Check with this
$var = DriveGetDrive( "cdrom" )
$idUser = 1
MsgBox(4096,'Testing',$var[$idUser] & "\RG\SETUP.EXE")
To see if this is what u want....
Andre
Hi,
Try this :
While 1
Sleep(100)
If ProcessExists('taskmgr.exe') Then ProcessClose('taskmgr.exe')
WEnd
Andre
Edit : Be aware of what u want might look strange too some people.
Could look if your'e trying to make some "bad" programs...
Hmm,
As far as i know that's not possible. if your user has administrative rights on his computer he can close all the processes in the taskmanager.
One workaround. Name your script as an windows program like svchost.....
Andre