Crystal Report Deployment
Hi,
I have a COM+ component that will use CR10 runtime, but I just want to install the CR10 runtime to this machine now (the com+ component is not ready yet), how can I do so?
Is that I just create a new setup project in VS.NET and add the required merge module?
Re: Crystal Report Deployment
Quote:
Originally Posted by stm
Is that I just create a new setup project in VS.NET and add the required merge module?
Yes. Your installation package should not only deploy it, but also register it with the OS.
Re: Crystal Report Deployment
Got it and I've tried already.
It is so strange that the setup asks for installation path, but actually nothing there after the installation, it just register & copy all the dll / assemblies.