To Make Package and Development

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dharmesh1810
    New Member
    • Jan 2008
    • 6

    To Make Package and Development

    Hi,

    I have developed one production unit's program in VB6 as front end + SQL Server as back end + Crystal Report as Reporting Tools. In unit there is one server where I installed database. I want to set up another 10 system to run the same program. I want advice from you on how to make Package and Development setup which covered VB6 OCX + DLL + SQL connectivity + Crystal Report's DLL. I had tried it many times but it creates error every time. Please give me a way to solve this problem.

    Thanks in advance.
    Dharmesh
    Last edited by Killer42; Jan 4 '08, 05:53 AM.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Can you specify what was the error occurred?

    Comment

    • dharmesh1810
      New Member
      • Jan 2008
      • 6

      #3
      Originally posted by lotus18
      Can you specify what was the error occurred?
      Thankx for Replying

      Sorry No Error is comming, But It Make Folder Name as <Support>,
      No Files has been create in it, Support Folder Contain 0 Files..

      Dharmesh

      Comment

      • lotus18
        Contributor
        • Nov 2007
        • 865

        #4
        Originally posted by dharmesh1810
        Thankx for Replying

        Sorry No Error is comming, But It Make Folder Name as <Support>,
        No Files has been create in it, Support Folder Contain 0 Files..

        Dharmesh
        The Support Files folder must have files on it including all your references (cabinet file). I didn't use the package and deployment wizard that is built-in vb6.0. Why don't you try other set-up utility softwares? Like InstallShield, Inno setup, etc.

        Rey Sean

        Comment

        • dharmesh1810
          New Member
          • Jan 2008
          • 6

          #5
          Originally posted by lotus18
          The Support Files folder must have files on it including all your references (cabinet file). I didn't use the package and deployment wizard that is built-in vb6.0. Why don't you try other set-up utility softwares? Like InstallShield, Inno setup, etc.

          Rey Sean

          Thankx Rey Sean

          Let me try InstallShield, Inno setup ....

          Dharmesh

          Comment

          • dharmesh1810
            New Member
            • Jan 2008
            • 6

            #6
            Originally posted by dharmesh1810
            Thankx Rey Sean

            Let me try InstallShield, Inno setup ....

            Dharmesh

            Dear ,

            Please guide me,
            i collect the Inno setup and tried it with my project's exe file and report folder,
            set up is running also program is running but only up to user login form and mdi form no other form open.
            (1) please guide me how to make setup.
            (2) how can i know or define that DLLl/OCX/... files used in my project.

            my project detail
            ``````````````` ``````````
            i had made vb6 base program where i used third party tools vsflex grid for detail grid, i used sql server 2000 as database, i used connection string not DNS, also i used crystal report as reporting tools, i had made one folder name as <REPORTS> , report folder path is application path, and i open all report in program with crystal object,

            if i want to run program any where then i must have to install vb6+sql server connectivity + crystal report + vsflex grid ,
            (3) please guide me to remove my headek,
            my english is not good please read carefully...

            thank you
            waiting for your reply

            Comment

            • mariusseven
              New Member
              • Mar 2008
              • 19

              #7
              I have also the same problem when using package and development wizard.
              The error that appears is:

              Unexpected error number 429 has occurred: ActiveX component can't create object.

              Is there any way to fix this problem.

              Comment

              • lotus18
                Contributor
                • Nov 2007
                • 865

                #8
                Click this link.

                Rey Sean

                Comment

                Working...