PDA

Click to See Complete Forum and Search --> : invalid tlv record crystal report 9


kamran
Nov 3rd, 2005, 06:09 PM
i m trying to create an installer in visual basic...and i m trying to include the dll required files required to run crystal report with vb 6 on client machine...but i get the invalid tlv record error...i have seen the other threads related to this problem and also the run time file help file..but cannot figure out the problem any help..thanx

Hack
Nov 4th, 2005, 05:28 AM
Moved to Application Deployment.

randem
Nov 4th, 2005, 01:41 PM
Kamran,

Noob? Why are you attempting to create an installer when there are so many out there that have all these problems solved already?

kamran
Nov 6th, 2005, 04:37 PM
hmm well can you plz give me an example...this thing is turning out to be nightmare for me...thx

dglienna
Nov 6th, 2005, 05:12 PM
Inno Script, and Inno Setup, in Randem's signature.

There is also the Package and Deployment Wizard in VB6.

kamran
Nov 6th, 2005, 05:56 PM
i have some success now using visual studio installer...i did make a package and works well..but i just have few lil problems to deal with...i m using crystal reports and i since the application would run on client machine.. i need to include some files..that would allow it to run on client machine..i have tried it..with PWD..and it automatically picks it up..but it has its own problems..so i have decided to use visual studio installer as i m getting around it and it seems to be easy..

also i m using mdac 2.7...but what if the system had mdac 2.0..then in this case what should i do in the installer..some people has suggesed me to use AutoOsUpdate of innoscirpt..but what about in visual studio installer.

randem
Nov 6th, 2005, 11:39 PM
kamran,

You can include the Automatic OS Updater in VSI also. It operates independently.