Since CR is part of the VS.NET 2003 installation, we want to install only the CR runtime (we don't want to install the complete VS.NET install on the production server) on our production server so that many web/win apps can reference CR from the respective projects.
Our administrators want us to store the merged module files (*.msm) files in a custom folder (let's say d:\nfacommon\CRAssmeblies). I am trying to use a setup program part of VS.NET to handle this. I have 3 questions?
1. How to install msm files in custom folder?
2. Once installed, will CR be able to be referenced from any project? If not, what is needed?
3. Links to examples, tutorials, book would be useful?
regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.
Our administrators want us to store the merged module files (*.msm) files in a custom folder (let's say d:\nfacommon\CRAssmeblies). I am trying to use a setup program part of VS.NET to handle this. I have 3 questions?
1. How to install msm files in custom folder?
2. Once installed, will CR be able to be referenced from any project? If not, what is needed?
3. Links to examples, tutorials, book would be useful?
regards,
Brian
The problem with doing something right the first time is that nobody appreciates how difficult it was.