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

            installerTest.Install();

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

            installerTest.Install();

            installerTest.Uninstall();
        }