Can i include the "vcredist_x86.exe" in my setup
Asked Answered
A

1

7

I have an application developed using c++\cli on vs2008. As you are aware to deploy this application on any machine, i need the vc++ redistributable to be installed on the target machine.

I wanted to know if i could include the vcredist_x86.exe in my setup (created using InstallShield) and install it as a pre-build event?

Auntie answered 25/8, 2011 at 11:27 Comment(1)
I seem to recall that InstallShield list this redist among its predefined prerequisites. If it's true, then it's as simple as checking the appropriate checkboxCanthus
L
6

If you want to know if it is allowed: Yes. This is why it is called redistributable.

This MSDN page describes exactly what you want to do.

Lacrimator answered 25/8, 2011 at 11:33 Comment(2)
That means i dont need to take any special permission from Microsoft to include it in my setup?Auntie
@rumDeep: No special permssion needed. Have a look at the link I added to the answer.Lacrimator

© 2022 - 2024 — McMap. All rights reserved.