Creating Setup File in VB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bssandeshbs
    New Member
    • Feb 2009
    • 2

    Creating Setup File in VB

    In Visual basic 6.0 i had a problem in creating a Setup File ...

    I had used Package and Deployment wizard...After creating the Setup file and when i tried to Install it says.Installati on Error...

    Can anyone help me out
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    close the VB application window and try to recreate the set up.

    Comment

    • VijaySofist
      New Member
      • Jun 2007
      • 107

      #3
      Hi!

      This may occur due to missing of some "Support files" during the "Package and Deployment" process. Check the availability of all the "Support Files" of your Project and If you found missing, Add those files to the project. This may solve your problem.

      (Note: You can see your project support files in the Package and Deployment Wizard itself)

      All the Best

      With Regards
      Vijay. R

      Comment

      Working...