Nick.Morris
Aug 10 2004, 02:51 AM
Does anyone know how to silently install Cortona VRML Client without it popping up with the readme and rose picture? Just a bit of a pain really. If anyone could help me with that then i would be very grateful. Here's link to download if anyone wants to play around and try and help me
http://www.parallelgraphics.com/bin/cortvrml.exeCheers
Nick
MCT
Aug 10 2004, 03:05 AM
hi
if its free.. chances are it uses a free installer.. ( i dont wanna download it tho)
try
/S
/SILENT
/VERYSILENT
u may have 2 use taskkill to kill the process @ the end
Nick.Morris
Aug 10 2004, 03:22 AM
yes the /s switch is what silently installs it but it has those 2 popups at end (readme and rose picture), which if installing mass programs silently in a batch file it halts it. the taskkill thing sounds like something that could be what i need. how does that command exactly work or how do i use it or what it is?
cheers
nick
MCT
Aug 10 2004, 11:07 AM
example..
taskkill /IM program.exe /F
replace program.exe with the program name (look in taskmanager > processes tab)