Deploy software without installing complete software

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muddasirmunir
    Contributor
    • Jan 2007
    • 284

    Deploy software without installing complete software

    I had developed a software using

    VB6 + Crystal Report 10 + SQL Server 2000 (Theren are also few dlls and ocxs of third parties which I used in my vb6 project)

    I know I must had to install SQLServer 2000 on my client machine to run but How can I minimize the installation of vb6. I don't want to use deployment wizard that not looks good.

    What you suggest? what software to use so I can easily deploy my project, and also include any other dlls and ocx
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    There is a project builder available with your Visual Basic, use your project builder to build your project.

    It will give you complete installer.

    Comment

    Working...