Results 1 to 6 of 6

Thread: Create Install Package, not a Click Once install

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    65

    Lightbulb Create Install Package, not a Click Once install

    Hello,

    I'm after some advice on the best way to create an install package. I don't like the the Click Once type install packages. Is there any option in VS to create a different kind of installer?

    Cheers

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Create Install Package, not a Click Once install

    ClickOnce is the only deployment technology built into VS Express. Paid-for editions of VS also support Windows Installer, via Setup projects, InstallShield LE or both, depending on your version. There are also lots of third-party deployment tools, some supporting Windows Installer and some not, some free and some not. One very powerful tool that is free is Inno, but expect a learning curve. This site does have a Deployment forum though, where you can ask questions about deployment. In fact, that's where this thread belongs because it has nothing specific to do with VB.NET.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    65

    Re: Create Install Package, not a Click Once install

    Thanks for the reply, sorry I wasn't aware of a deployment forum. I'll keep researching my options.

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Create Install Package, not a Click Once install

    Thread moved to the Application Deployment forum

  5. #5
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Create Install Package, not a Click Once install

    As far as I know VS2012 ripped out the ability to create Installer packages from all Editions. You'd have to do that using an earlier version or a 3rd party product now.

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Create Install Package, not a Click Once install

    Quote Originally Posted by dilettante View Post
    As far as I know VS2012 ripped out the ability to create Installer packages from all Editions. You'd have to do that using an earlier version or a 3rd party product now.
    VS 2008 and earlier included Setup projects for creating a Windows Installer package. VS 2010 added InstallShield LE and, at that point, they stated that it was the preferred option for creating a Windows Installer package. VS 2012 has now removed Setup projects so InstallShield LE is the only way to create Windows Installer packages within VS.

    As has always been the case, if you want to create a Windows Installer package then you add a new project to your solution from under Other Project Types -> Setup And Deployment. There you will find one or the other or both of Setup project and InstallShield LE project. InstallShield LE is not actually installed by default so the first time you try to create one the project template will help you download it. You've never been able to create Windows Installer packages in Express editions so no change there.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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