Results 1 to 5 of 5

Thread: VB.NET Express 2005: Setup Project

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    34

    VB.NET Express 2005: Setup Project

    Hi VB people

    I downloaded and installed Visual Basic .NET 2005 Express Edition, and it is working fine. I am trying to open a Setup Project to package and deploy an application and the 'Setup Project' template is not available from the list!!!!
    I have only
    - Windows Application
    -Class Library
    -Console Application
    -My Movie Collection
    -ScreenSaver Starter Kit

    and then
    - Search Online Templates...

    But the 'Setup Project' templates is not found.

    Can anyone please help me out with this? I want to be able to make a setup using the setup wizard.

    Thanks a lot
    Regards
    BlueKnight

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

    Re: VB.NET Express 2005: Setup Project

    The Express editions of VS 2005 do not support setup projects. You can Publish your application to create a ClickOnce installer. You should head to MSDN and read up about ClickOnce deployment because it has pros and cons over deployment via Windows Installer. If you decide that ClickOnce is not suitable then you'll either have to purchase VS Pro or above or use a third-party deployment tool like Inno or NSIS, which are both free.
    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
    Member
    Join Date
    Mar 2006
    Posts
    34

    Re: VB.NET Express 2005: Setup Project

    Thanks a lot for the precisions

    Is there anyway I can download or add the setup project template to my already installed version?

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

    Re: VB.NET Express 2005: Setup Project

    Read my previous post again. It's quite explicit in answering your question. In short: No.
    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

  5. #5

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    34

    Re: VB.NET Express 2005: Setup Project

    thanks.

    i will use clickonce, and then i downloaded inno, like you advised.

    thanks once more

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