Hi there
I am new to Windows Installer and to building installation packages. I have built a vb application that uses various components, some shipped with Windows, others not. I want to include these in my installation file because I am not sure if a) these will be on the user's machine and b) there might be an older version to the one I am using that is not supported by my application.
Should I specify that the files should be overwritten if they are an older version? I am worried about doing this if there are other applications running on the target computer that are not compatible with the older version.
Another option might be to use private assemblies or side-by-side assembly sharing, but it does not seem as though this is supported on Windows 200 (I want my app to run on Windows 200 and Windows XP).
I am a bit confused about what to do here, and any advice would be most welcome.
langals