vb6 - How do I redistribute a VB 6 application that uses Crystal Reports? -


assuming target system has "crystal reports visual studio 2008", how can distribute vb 6 application excutable along report file? moving executable , report file doesn't work. want know how create redistributable package. use cr10.

my suggestion create setup program automatically install application's executable file , of dependencies (including crystal reports runtime libraries) onto target machines.

you could use package , deployment wizard provided visual basic 6, wouldn't recommend it.

i'm particularly fond of inno setup, free installer simple, intuitive interface used many different commercial , open-source applications. it's easy use install vb 6 applications, well. see this knowledge base article listing of dlls need include part of vb runtime, , specific instructions on how modify installer script accordingly.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -