Jump to content

Recommended Posts

Posted

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? :wacko:

P.S.

I test the addon by uncompressing it and running the EXE file.


Posted (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? :wacko:

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

Edited by Ut\Collector

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...