Re: VB6,SQlserver and CR9
You only need to install the runtime files on the user pc.
In version 8.5, there was a file called Runtime.hlp which indicated the files you needed to install along with your application. Not sure if version 9 has this file.
Re: VB6,SQlserver and CR9
Quote:
In version 8.5, there was a file called Runtime.hlp which indicated the files you needed to install along with your application.
Brucevde,could you be more specific,suppose that Runtime.hlp exists in CR9,how can I install it into my application?
thanks in advance
Re: VB6,SQlserver and CR9
You don't install Runtime.hlp, you read it. It tells you which files should be included in your applications setup package.
If you are using Visual Studio Installer to create the installation package (MSI files), CR9 comes with a Merge Module (MSM file) that contains everything you need.
Re: VB6,SQlserver and CR9