From 6c185bc96006a1a9f0f4df4e10a2611c98046705 Mon Sep 17 00:00:00 2001 From: hsoft Date: Wed, 14 Oct 2009 12:17:27 +0000 Subject: [PATCH] [#69 state:fixed] Added a vcredist prereq to dgpe_qt's installer project. --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40183 --- pe/qt/build.py | 2 +- pe/qt/installer.aip | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pe/qt/build.py b/pe/qt/build.py index 306365cc..20dc9023 100644 --- a/pe/qt/build.py +++ b/pe/qt/build.py @@ -36,7 +36,7 @@ fp.close() print_and_do("python C:\\Python26\\pyinstaller\\Build.py dgpe.spec") os.remove('verinfo_tmp') -print_and_do("xcopy /Y C:\\src\\vs_comp\\msvcrt dist") +print_and_do("del *90.dll") # They're in vcredist, no need to include them print_and_do("xcopy /Y /S /I help\\dupeguru_pe_help dist\\help") aicom = '"\\Program Files\\Caphyon\\Advanced Installer\\AdvancedInstaller.com"' diff --git a/pe/qt/installer.aip b/pe/qt/installer.aip index d7f3ed6c..a3676b3e 100644 --- a/pe/qt/installer.aip +++ b/pe/qt/installer.aip @@ -238,8 +238,12 @@ + + + +