Results 1 to 4 of 4

Thread: Make Application Install?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2009
    Posts
    198

    Make Application Install?

    Im wondering how do i make my application an installer and add to firewall/router port



    Thanks

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

    Re: Make Application Install?

    If you're using ClickOnce publishing then you can't do anything more than just install your app and its content files. If you have a full edition of VS, i.e. not VB Express, then you can create a Setup project that will build a Windows Installer package. You can add a Custom Action to that project to do basically whatever you want. You can also use a third-party application to create a Windows Installer package, which may have more functionality than VS.

    The actual code to add a firewall exception is going to be specific to the firewall. You could write something for the Windows Firewall but for anyone else they would have to do it manually.
    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
    Frenzied Member
    Join Date
    Sep 2006
    Location
    UK / East Sussex
    Posts
    1,054

    Re: Make Application Install?

    Sorry to intrude on this thread but I have just been looking at the Setup Project of VS for the first time (always just used ClickOnce or 3rd party)

    Can it do more than just create files/shortcuts at locations you want as at a quick glance thats all it seems.

    Don't suppose you know any good docs that are easy to understand about this type of project?
    M.Carpenter

    Server Admin for Wurm Online
    Wurm Online - A very unique and original MMO from Code Club AB
    https://www.youtube.com/watch?v=YQlYar2uHWAWurm Trailor


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

    Re: Make Application Install?

    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