Example #1
0
 public PdfCreator_Install()
 {
     config("PdfCreator",
            "http://green.download.pdfforge.org/pdfcreator/1.4.0/PDFCreator-1_4_0_setup.exe".uri(),
            "PdfCreator.exe");
     DownloadedInstallerFile = download(Install_Uri);
     DownloadedInstallerFile.startProcess();
 }
Example #2
0
 public Vim_Install()
 {
     config("Vim",
            "http://ftp.vim.org/pub/vim/pc/gvim73_46.exe".uri(),
            "vim.exe");
     DownloadedInstallerFile = download(Install_Uri);
     DownloadedInstallerFile.startProcess();
 }
Example #3
0
 public yEd_Install()
 {
     config("yEd",
            "http://www.yworks.com/products/yed/demo/yEd-3.9.2_setup.exe".uri(),
            "yEd.exe");
     DownloadedInstallerFile = download(Install_Uri);
     DownloadedInstallerFile.startProcess();
 }