How to make installation fully automatic?

From TotalcmdWiki
Revision as of 22:43, 17 September 2005 by Sheepdog (talk | contribs)
Jump to navigation Jump to search

You can make installation fully automatic like this:

  • Open the installer file tc32v6xy.exe with Ctrl+PageDown
  • Edit the install.inf file with F4.
  • There is a section [auto], where you need to set auto= to 1.
  • You can also make changes to the default settings there, and change the target location in [Destination]. The installer will ignore this location if a previous installation is found.


Back to FAQ_Installation