caomeisanhao
Jun 15 2005, 02:52 AM
Hi,Guys ,I want to install MysqlFront.exe silently, it is made by Inno setup. I do install in silent mode with " setup.exe /VERYSILENT /SP- ", it works and will be installed in the default folder "C:\Programme\Mysqlfront" ,but I do not want to install it in the deault folder ,
how can I define the directory in which it will be installed? any switchs?
boooggy
Jun 15 2005, 03:38 AM
u have to edit the install_script.iss.
more details here:
http://www.msfn.org/board/index.php?showtopic=17540 benners
Jun 15 2005, 03:47 AM
You could use this switch
CODE
/DIR="x:\dirname"
check ZoSTeRs post
here, but I'd take boooggys suggestion and learn to edit the iss file, there is a lot more you can do by editing.
caomeisanhao
Jun 15 2005, 05:07 AM
thanks, it works fine with /DIR="x:\dirname"