Help - Search - Members - Calendar
Full Version: Html-Kit Switches
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
cestpaspossible
Hello,

If you want to install this program in silent : Html-Kit

Here is the code in RunOnceEX.cmd:

REG ADD %KEY%\115 /VE /D "HTML-KIT 292" /f
REG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\Applications\Html-Kit\HKSetup.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\115 /V 2 /D "pskill htmlkit.exe" /f

WOrks Fine thumbup.gif
Jito463
pskill? Shouldn't that be taskkill? Or are you using some other program to kill the process?
cestpaspossible
Yes Pskill

Here the file (92 Ko):
3S Doc
QUOTE (Jito463 @ Oct 6 2004, 04:20 PM)
pskill?  Shouldn't that be taskkill?  Or are you using some other program to kill the process?

Yes, and here you can find more over PsTools
prathapml
Yes, pskill is a better option.
Because, I've found that XP home doesn't have the taskkill.exe facility usable. So, I need to use pskill instead, for XP home unattended scripts. And since I want to standardise on the scripts I use for pro and home, I end up using pskill on both.

Pskill is simple to use. SysInternals.com has a free package called PsTools that give many of the (unix) tools that we want on the windows command-line. PsKill is one of those, and is powerful and simple to use.
http://www.sysinternals.com/ntw2k/freeware/pskill.shtml
QUOTE
Windows NT/2000 does not come with a command-line 'kill' utility. You can get one in the Windows NT or Win2K Resource Kit, but the kit's utility can only terminate processes on the local computer. PsKill is a kill utility that not only does what the Resource Kit's version does, but can also kill processes on remote systems. You don't even have to install a client on the target computer to use PsKill to terminate a remote process.
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.