seinstein Posted July 26, 2006 Share Posted July 26, 2006 Hi,I have made an installer for Apache/PHP/MySQL and so on but the user is restricted to installing to a particular drive+path depending on the values I insert in the [i]my.ini[/i] file which can reside inside the mySQL folder itself. However I was wondering if there was a way to change these values dynamically during installtime based on where the user is planning on installing the package, for example if they wanted to install to an F:/ drive (perhaps an extra Hard Disk on their system), could I have the [i]my.ini[/i] file values point to this when written to disk ie [b]datadir=F:/www/mysql/data[/b] and so on...? :) Quote Link to comment https://forums.phpfreaks.com/topic/15701-change-myini-values-during-installtime/ Share on other sites More sharing options...
fenway Posted July 26, 2006 Share Posted July 26, 2006 I don't see why not... but you'd need something capable of search/replace, something like awk/perl, where you could simply substutite predefined markers for paths. Quote Link to comment https://forums.phpfreaks.com/topic/15701-change-myini-values-during-installtime/#findComment-64112 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.