Results 1 to 4 of 4

Thread: vs2008 vb application installation

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2008
    Posts
    1

    vs2008 vb application installation

    I am trying to deploy my first application using vb. I have tried to use the one click but here is my problem.

    I have a group of data files, some *.txt and one access data base (*.dbf) that I need to have placed in a folder (that is created) located at c:\monitor.

    I can't figure out how to do it in either the one-click or in a setup project. Can anyone help.

    I would also like to have a condition that if the files exist that they are not overwritten with an updated installation.

    Any help would be wonderful.

    Neal

  2. #2
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    Re: vs2008 vb application installation

    Unfortunately, you can't use ClickOnce/Publish to do what you want. You'll need a separate Setup project or a third-party installer.

    I'm unfamiliar with the Visual Studio Setup project but is should be able to do what you want (I use a third-party installer): that is, detect the existence of files and overwrite, or not, as necessary.
    "Ok, my response to that is pending a Google search" - Bucky Katt.
    "There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
    "Before you can 'think outside the box' you need to understand where the box is."

  3. #3
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: vs2008 vb application installation

    Hi,

    If you looking for a Tool that helps you to create windows installers you can find it here.
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: vs2008 vb application installation

    Moved To Application Deployment

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width