Create Installer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raaman rai
    New Member
    • Oct 2007
    • 114

    Create Installer

    ok i didnt get any response to my earlier question; therefore, i wanna flow it once again. so, i have completed an application in vb6 & cr10. now i want to create an installer (one package). so what are the necessary resources i need to collect. And what is the best software to achieve this task? i have tried Setup factory & Visual Studio installer but to no avail. So please direct me with any other valuable suggestions.
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by raaman rai
    ok i didnt get any response to my earlier question; therefore, i wanna flow it once again. so, i have completed an application in vb6 & cr10. now i want to create an installer (one package). so what are the necessary resources i need to collect. And what is the best software to achieve this task? i have tried Setup factory & Visual Studio installer but to no avail. So please direct me with any other valuable suggestions.
    Have you tried Package and Deployment Wizard in VB6.0?

    Comment

    • lotus18
      Contributor
      • Nov 2007
      • 865

      #3
      If you want to create a better setup installer I recommend you to use InnoSetup

      Try this

      Comment

      • raaman rai
        New Member
        • Oct 2007
        • 114

        #4
        Originally posted by lotus18
        Have you tried Package and Deployment Wizard in VB6.0?
        Yes i did but when i install the app in the clients machine i get all sorts of errors. so i had to step back using it

        Comment

        • raaman rai
          New Member
          • Oct 2007
          • 114

          #5
          Originally posted by lotus18
          If you want to create a better setup installer I recommend you to use InnoSetup

          Try this
          Yes i did try this stuff too but it didnt work. Everything works except the report part doesnot open with the following error:
          Code:
          Error Number: 50003
          Error Source: Crystal Reports ActiveX Designer
          Error Description: Load report failed
          i m not familar with Inno thus i dont know how to add the CR10 merge modules. So, could u pls kindly give me the necessary guidance to work with InnoSetup?
          Looking forward 4 ur help

          Comment

          • lotus18
            Contributor
            • Nov 2007
            • 865

            #6
            Wait. I'll attached the copy of my project using .iss script.

            Comment

            • lotus18
              Contributor
              • Nov 2007
              • 865

              #7
              Here it is. Just study the codes

              Rey Sean
              Attached Files

              Comment

              Working...