>I have Visual Studio C++ 2005 Express installed. I do not have
> vcredist_x86.exe or any of the redist directories that are referenced in
[quoted text clipped - 4 lines]
> redistributable
> libraries. Does anyone know where can I find these files?
Thank you for the reply Ted.
My \Program Files\Microsoft Visual Studio
8\SDK\v2.0\BootStrapper\Packages\vcredist_x86 folder only includes Engine,
Packages, and Scheme. However, I do have the merge modules. What a relief!
I have been reading about merge modules since they are somewhat new to me.
Most of the documentation talks about using Visual Studio to build a
installer, but unfortunately the Express edition does not include the
installer project support.
I started using Inno Setup to distribute my program, but I think I need the
unpacked files to use with Inno Setup. What is the recommended approach? Does
anyone have experience with msm2msi? Perhaps I could include the CRT merge
module as an msi in my distribution. I found WiX and extracted the XML from
the msm file, but I don't know if that helps me at all.
Any suggestions are greatly appreciated.
> Check for it in folder:
>
[quoted text clipped - 15 lines]
> > redistributable
> > libraries. Does anyone know where can I find these files?
Ted - 24 Nov 2005 00:55 GMT
Here you can use this:
http://blogs.msdn.com/nikolad/archive/2005/09/02/460368.aspx
strangely, he has a typo in step 8, it should be:
1.. >cd d:\WiX
2.. >candle.exe vccrt.wxs -out vccrt.wixobj
3.. >light.exe vccrt.wixobj -out vccrt.msi
The funny thing is that he has a troubleshooting that mentions this exact
typo (troubleshooting step 1)
Ted.
> Thank you for the reply Ted.
>
[quoted text clipped - 39 lines]
>> > redistributable
>> > libraries. Does anyone know where can I find these files?