portability reg

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jeyshree
    New Member
    • Jul 2010
    • 75

    portability reg

    hai,
    i developed a vb project(used ms access as my back end) in my desktop.when i want to run the project in some other system is it enough to copy only the exe file?i guess that will not be enough.we have to copy the database also and set the path again when running it in other system.if i make any mistake please do correct me.thanks in advance.
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    The easiest way to accomplish this is to create an installer for your project and mark the DB as required. Here's a good writeup on creating an installer with VB6

    Comment

    Working...