about the publish wizard

  • Thread starter Thread starter mikalush
  • Start date Start date
M

mikalush

hi,
i have a small application in vb.net with access mdb.
i want to make exe file that will have the mdb file in it.
i try the publish wizard, but i didn't find a way how to make him
copy the mdb file to the exe files
( i want that when the user first run the startup file it will copy the
mdb file to his computer
to the root i choose, so it will work fine with the application)

hope somebody can help,,

mikalush
 
Mikalush,

You can use the deployment and setup project for that, be aware that you
should in future set not the mdb file in the only for the administrator
available program files folders.

Cor
 
mikalush said:
hi,
i have a small application in vb.net with access mdb.
i want to make exe file that will have the mdb file in it.
i try the publish wizard, but i didn't find a way how to make him
copy the mdb file to the exe files
( i want that when the user first run the startup file it will copy the
mdb file to his computer
to the root i choose, so it will work fine with the application)

hope somebody can help,,

mikalush

You should not place any files on the computer in the root "you" choose.
It should be the install folder or in the user's folder if it needs to
be per user.


Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top