Help - Search - Members - Calendar
Full Version: Install software from Inno Setup silently?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
caomeisanhao
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
u have to edit the install_script.iss.
more details here: http://www.msfn.org/board/index.php?showtopic=17540
benners
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
thanks, it works fine with /DIR="x:\dirname"




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.