June 29, 200521 yr I don't know how to get Windows Commander to be installed silent?i use v5.11 professional... anyone idea's?
June 29, 200521 yr Hi xtentic,Windows Commander is the old name for this program. It's now called Total Commander and it's alreay at version 6.53You could't try to modify the INSTALL.INF modify some entries under [auto] (see example below')[auto]auto=1lang=4 (your language, 4 is Dutch)alllang=1iniloc=C:\totalcmdiniall=1mkgroup=1mkdesktop=1[Languages]Count=15Default=11=English2=Deutsch (German),d3=Français (French),f4=Nederlands (Dutch),n5=Dansk (Danish),k6=Norsk (Norwegian),o7=Italiano (Italian),i8=Svenska (Swedish),s9=Español (Spanish),e10=Èeský (Czech),z11=Polski (Polish),p12=Magyar (Hungarian),h13=Slovenský (Slovak),y14=Slovenski (Slovene),l15=Korean,rTo get the INF, extract it from the original installer.To register your copy of Total Commander just copy the register key to the install directory.I use this code in a totalkey.cmd witch runs from my RunOnceExcmdow @ /HID@echo offcopy %systemdrive%\Install\Tools\TotalCommander\Wincmd.key "%systemdrive%\totalcmd\"EXITRunOnceEx entries:REG ADD %KEY%\030 /VE /D "Total Commander 6.53" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Tools\TotalCommander\Install.exe" /fREG ADD %KEY%\030 /V 2 /D "taskkill /F /IM explorer.exe" /fREG ADD %KEY%\030 /V 3 /D "%systemdrive%\Install\Tools\TotalCommander\totalkey.cmd" /fHope this helps Edited June 29, 200521 yr by Smurf22
Create an account or sign in to comment