Diff
Differences From Artifact [8de551208f]:
- File dev/install_python_gtk.bat — part of check-in [41f2ddf18a] at 2016-11-19 13:13:46 on branch trunk — Fix UTF-8 BOM, SecPolicy for .BAT, and MSI registration for silent windows installers. (user: mario, size: 238) [annotate] [blame] [check-ins using]
To Artifact [e35e73322c]:
- File dev/install_python_gtk.bat — part of check-in [3670ccbb4b] at 2016-11-20 16:43:26 on branch trunk — More detailed Win installer scripts, as provided by Oliver. Plus *.ico file for packaging. (user: mario, size: 259) [annotate] [blame] [check-ins using]
1 2 3 | 1 2 3 4 5 6 7 8 | + + - + + | @setlocal enableextensions @cd /d "%~dp0" @echo off cls PowerShell Set-ExecutionPolicy -ExecutionPolicy ByPass -Scope CurrentUser |