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

            installerTest.Install();

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

            installerTest.Install();

            installerTest.Uninstall();
        }