It happens that I have made a system in PHP, this system works through queries to a DB created in MySQL. I have used WAMP for the installation of the server that provides me the functionalities that I require, PHP, MySQL, Apache.
The doubt arises when wanting to transport the complete system to another machine that lacks everything that needs to work, I have heard about installers but I do not know if they will be useful and if so, how could I use them? ?, since I need
1.-Install WAMP server
2.-Create the DB in MySQL
3.-Copy a folder (the one on my system) to the localhost folder
4.-Create a direct access to localhost / my system / on the desktop to access the system
5.-Create an icon in the start menu that starts WAMP and accesses the system automatically.