Diff
Differences From Artifact [fc4d5f2082]:
- File dev/install_python_gtk.bat — part of check-in [3e9c42bcec] at 2016-11-28 15:03:09 on branch trunk — Shortened installer scripts. (user: mario, size: 1556) [annotate] [blame] [check-ins using]
To Artifact [16ede4a8e9]:
- File dev/install_python_gtk.bat — part of check-in [ee00b9f395] at 2016-11-29 20:26:50 on branch trunk — updated windows installer scripts (user: mario, size: 1601) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
12 13 14 15 16 17 18 19 |
echo ^| ___\///////////___________\///________\///////////////__ ^|
echo ^| ^|
echo ^| Streamtuner2 for Windows Version 2.2.0 ^|
echo ^| ^|
echo ^| Installer for Python 2.7.12 ^& Gtk 2.24.2 ^|
echo -----------------------------------------------------------------------------
echo.
PowerShell.exe -Command "& {Start-Process Powershell.exe -ArgumentList '-ExecutionPolicy ByPass -File ""%~dpn0.ps1""' -Verb RunAs}"
| > | 12 13 14 15 16 17 18 19 20 |
echo ^| ___\///////////___________\///________\///////////////__ ^|
echo ^| ^|
echo ^| Streamtuner2 for Windows Version 2.2.0 ^|
echo ^| ^|
echo ^| Installer for Python 2.7.12 ^& Gtk 2.24.2 ^|
echo -----------------------------------------------------------------------------
echo.
echo PowerShell "install_python_gtk.ps1"...
PowerShell.exe -Command "& {Start-Process Powershell.exe -ArgumentList '-ExecutionPolicy ByPass -File ""%~dpn0.ps1""' -Verb RunAs}"
|