darudude Posted March 12, 2007 Share Posted March 12, 2007 I have created my application and am now working on creating an installation file. Is there any framework or php application that helps me generate this file?? also is there any article i can read to help start me off on this?? thx Darius Link to comment https://forums.phpfreaks.com/topic/42357-creating-an-installation-file/ Share on other sites More sharing options...
Psycho Posted March 12, 2007 Share Posted March 12, 2007 What do you want the installation file to do? There is no hard and fast rules on what an installation files does. For some applications the install file simply creates the database, for others it might extract the application files from a zipped file, or it might configure some settings. There is no automated way to do it that I know of. Figure out what you want it to accomplish and then tackle each one at a time. Link to comment https://forums.phpfreaks.com/topic/42357-creating-an-installation-file/#findComment-205503 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.