Help - Search - Members - Calendar
Full Version: Help making nLite Addon Maker ADDON
MSFN Forums > Member Contributed Projects > nLite > Application Add-Ons

   


Google Internet Forums Unattended CD/DVD Guide
ricktendo64
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.gif

P.S.
I test the addon by uncompressing it and running the EXE file.
UtCollector
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? wacko.gif

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
ricktendo64
Gracias!!!




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.