Currently using: Windows 7 (x64) AVG 2012 visual studio 2012 x86 redistributables free download - Visual Studio Professional 2012, VS.Php for Visual Studio 2012, Microsoft Visual C 2005 Redistributable Oct 04, 2012 Im trying to deploy my metro app on a machine that does not have Visual Studio installed and I understand that I need. And if you have installed 64-bit Windows, then you need to download both 32-bit and 64-bit versions of the Microsoft Visual C Redistributable.Microsoft Build Tools Download - softpediaJul 05, 2017 Visual Studio 2012 Redistributables AVG Technologies Win 10 Hello, ive deleted AVG antivirus, but after uninstalling i saw 2 programs on my PC. Jan 17, 2016 CCCleaner shows four versions of Visual Studio 2008, 2010, 2012 x64 Redistributables & 2012 x86 each taking up about 10+MB and I was just wondering if they are all necessary for AVG to run or are some of them leftovers that weren't deleted when a newer version was installed?
i want to add Microsoft SQL CE 4.0
to my VS InstallShield LE Project Redistributables
I've done this steps:
- i'm create a Microsoft SQL CE 4.0.prq file(modify it like Microsoft SQL CE3.5 SP2.prq) and Microsoft SQL CE 4.0 folder in this path :
C:Program Files(x86)InstallShield2012SpringLESetupPrerequisites
- i copy the SSCERuntime_x86-ENU.exe and SSCERuntime_x64-ENU.exe in Microsoft SQL CE 4.0 folder
and Result:
The project was built successfully, But the installer can't install SQL CE 4.0..
Can anyone help me?
Christopher Painter1 Answer
InstallShield Limited Edition doesn't have the Prereq editor found in Professional and Premier. I assume this means you edited the PRQ XML by hand. If so, how were you able to make out the schema? There is no XSD and some of the fields are integers that would be meaningless without the tool to help you work it out.
Here's an old blog article showing how to use the tool:
If it was me, I'd download an Eval copy of Professional or Premier and throw it on a VM. Use the tool to edit the PRQ and then copy it back to your LE installation. Also there is another stack overflow answer where someone said they wrote their own PRQ and posted the code.
The fact that it builds tells you all the various files were found. The fact that it doesn't install means there is something wrong with your XML.