private void button1_Click(object sender, EventArgs e)
        {
            MyInstaller installer = new MyInstaller();

            installer.InstallApplication(@"C:\Users\rafael.DESKTOP-D898I0K\Documents\GitHub\Bases-de-datos-B\ProyectoBasesDeDatosDistribuidas\bin\Release\ProyectoBasesDeDatosDistribuidas.application");
            MessageBox.Show("Installer object created.");
        }