I'm looking for away to include into the installation the merge modules of VC2008 (mscrt90 and atl90) My main problem involved around bundling the policy file. I've no problem adding the DLL and the manifest files but the policy seems to behave differently and can not simply be copied over...
The best solution I came up with so far was to include the MSM files into a separate MSI that is being installed by the NSIS script. But this is an ugly solution.
Thanks, Eden