caomeisanhao Posted June 15, 2005 Posted June 15, 2005 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 Posted June 15, 2005 Posted June 15, 2005 u have to edit the install_script.iss. more details here: http://www.msfn.org/board/index.php?showtopic=17540
benners Posted June 15, 2005 Posted June 15, 2005 You could use this switch /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 Posted June 15, 2005 Author Posted June 15, 2005 thanks, it works fine with /DIR="x:\dirname"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now