I want TC to automatically install under Program Files in 64bit Windows.
No matter what I do, it always ends up in c:\totalcmd.
This is the relevant part of install.inf:
Code: Select all
[Installation]
program=Total Commander 64 bit
progver=8.51
progvermajor=8
progverminor=5109
progname=Total Commander
copyright=Copyright © 1993-2014 by Christian Ghisler, All Rights reserved
url=http://www.ghisler.com
publisher=Ghisler Software GmbH
updatecheck=totalcmd64.exe
// User for shortcut creation: Blank for current user, * for all users, or give user name
UserName=*
[auto]
// Set auto=1 for automatic installation, hidden=1 for invisible installer, with parameters below and from [Installation]
auto=1
hidden=1
lang=1
alllang=0
iniloc=%programfiles%\Total Commander
iniall=1
mkgroup=1
mkdesktop=1
[Versioncheck]
Vernum=2
[Not running]
1=WINDOW,Total Commander
2=TTOTAL_CMD,Total Commander
3=TTOTAL_CMD.UnicodeClass,Total Commander
4=TApplication,Total Commander,Total Commander
[Destination]
Dir=%programfiles%\Total Commander
Ini=wincmd.ini,Configuration,InstallDir
[Configuration]
InstallDir=%programfiles%\Total Commander
The only thing that works as expected is the ini file. It ends up in whatever folder I specify in it, but the program itself simply installs itself in the root folder and isn't even aware of the ini file.
I also tried enclosing the paths in quotes but it didn't help.
Help!