Results 1 to 2 of 2

Thread: [2008] best publishing/setup option.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    [2008] best publishing/setup option.

    Hey guys,
    I was wondering what would be the best way to deploy my product?

    I really like the setup deployment, but i heard that its hard to issue automatic updates? And even if the user downloads a updated version, it does a clean install which is bad since it wil replace the old db, with new db .. (a mdf file).

    Clickonce is great I hear because of the updating capability. But how does it look on the user end? Is it just like a "setup" that luanches ? and does it install in program files? with shortcuts in desktop and startmenu?


    I'd like the capability of a "setup" type, with automatic updates that does not delete my old db..

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: [2008] best publishing/setup option.

    Why don't you make a real basic winforms app (doesn't need to be anything more than a blank form) and create a clickonce deployment package for it.

    Then you can experience the process yourself and see if it will meet your needs. There are drawbacks to using ClickOnce but also benefits when it comes to the ease of automatic updating, etc...

    Your comment about an MDB file being replaced is not accurate because you can create a standard MSI based installer to NOT overwrite certain files if they exist, so you could have your installer not overwrite the MDB file if its already there.

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