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...? :) 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. 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
Archived
This topic is now archived and is closed to further replies.