ricktendo Posted July 10, 2006 Posted July 10, 2006 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.
UtCollector Posted July 12, 2006 Posted July 12, 2006 (edited) 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 offtaskkill.exe /F /IM nlaom.exe ;(ore how the exe ore msi is called)EXITRun the cmd file after the installer. I'm not sure if you need this part "/F /IM/" just test it Edited July 12, 2006 by Ut\Collector
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now