static void Main()
        {
            //
            // TODO: Add code to start application here
            //
            var installerTest = new InstallerTest();

            installerTest.Install();

            installerTest.Uninstall();
        }
Exemple #2
0
        static void Main()
        {
            //
            // TODO: Add code to start application here
            //
            var installerTest = new InstallerTest();

            installerTest.Install();

            installerTest.Uninstall();
        }