jbremer / vmcloak-deps

Dependency repository for VMCloak.
6 stars 5 forks source link

Missing 64-bit installer file for python27 dep #8

Open dspruell opened 9 years ago

dspruell commented 9 years ago

Currently leading to installation of 32-bit package using cmd*_64 commands which fails the click.exe calls due to unexpected window title.

--- .vmcloak/deps/repo.ini.bak  2015-04-01 04:25:58.197528249 +0000
+++ .vmcloak/deps/repo.ini      2015-04-01 04:26:42.674166695 +0000
@@ -11,6 +11,7 @@

 [python27]
 filename = python-2.7.6.msi
+filename64 = python-2.7.6-x64.msi
 flags = background
 description = Python 2.7.6
 cmd0 =    click.exe "Python 2.7.6 Setup" "Next >"
jbremer commented 9 years ago

Yeah, this is related to https://github.com/jbremer/vmcloak-deps/commit/c2c5172ddefdc814c5f51d539878ba6aa3932d1c. Will have to do some bugfixing. Thanks.