示例#1
0
        private async Task GetOnlineExecutableAndInstall()
        {
            _destination      = Path.Combine(_userProfile, "Downloads\\");
            _installUninstall = new InstUninst();
            await _installUninstall.AppOnline("https://dl.teamviewer.com/download/version_15x/TeamViewer_Setup.exe", _destination + "TVInstall.exe");

            InstallNow();
        }
示例#2
0
        private async Task GetOnlineExecutableAndInstall()
        {
            _destination      = Path.Combine(_userProfile, "Downloads\\");
            _installUninstall = new InstUninst();
            await _installUninstall.AppOnline("https://download.anydesk.com/AnyDesk-CM.msi", _destination + "AnyDesk-CM.msi");

            InstallNow();
        }
示例#3
0
        public async Task DownloadOff2013()
        {
            _msgsApps.WriteMsg("Baixando...");
            await _installUninstall.AppOnline("http://www.nostopti.com/tvirtual/toolbox/instalations/office2013.zip", _destination + @"\Office2013.zip");

            _msgsApps.CleanMsgs();
            _msgsApps.WriteMsg("Preparando a instalação...");
            ExtractOffice2013();
        }