> You most likely need to install the redistributable run-time
> components for VS2005 - vcredist.exe.
Hi David,
I have run into this issue, too some time and maybe you can answer
this one too :)
Can I add all the files into my installer package that are required
for running on a clean computer without the redistributeable package
installed? Or are these too many files anyway?
Regards,
Chris
David Lowndes - 29 Apr 2007 10:34 GMT
>I have run into this issue, too some time and maybe you can answer
>this one too :)
>
>Can I add all the files into my installer package that are required
>for running on a clean computer without the redistributeable package
>installed?
Chris,
You probably could, but whether you should is a different matter. Are
you perhaps asking if there's an alternative to running vcredist.exe?
If you are, then the answer is yes - use the redistributable merge
modules with your msi installation package instead.
Dave
chrismc911@hotmail.com - 30 Apr 2007 07:45 GMT
> You probably could, but whether you should is a different matter. Are
> you perhaps asking if there's an alternative to running vcredist.exe?
> If you are, then the answer is yes - use the redistributable merge
> modules with your msi installation package instead.
Thanks a lot, Dave!
Chris