QUOTE (ricktendo64 @ Jul 10 2006, 03:46 AM)

Im trying to make an addon from
nlaom with
nlaom (Ironic isnt it) using the
/VERYSILENT switch.
It works fine... But I cant stop
nlaom from launching, it always asks for an input language, then the program folows.
How do I stop it?
P.S.
I test the addon by uncompressing it and running the EXE file.
Make a .cmd file and put in this:
cmdow @ /HID
@echo off
taskkill.exe /F /IM nlaom.exe ;(ore how the exe ore msi is called)
EXIT
Run the cmd file after the installer. I'm not sure if you need this part "/F /IM/" just test it