CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2011
    Posts
    20

    VB.NET Publishing

    Hello
    Usually I Publish My Program Like this Build>Publish
    It Saves a Setup.exe and application data
    After Clicking Setup.exe it installed & run

    In this Method I need to Install .net framework & visual styler(becuase i used visual styler in my project)

    Without this two.....i cant install & run my app

    My Question is:

    1.Is there any way?where can i set my Install Directory
    2.Can i include framework & visual styler in my installation file(like i dont need to download & setup .net frame work & visual styler)

    I Just Want a Standard Installation System Like Ohter Software Company Have.Where i will double click on setup.exe & it will auto install all necessary file for running the program.

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: VB.NET Publishing

    All you need to do is to Add a New Project ( File, Add Project ) then select Installer and you're more than halfway done. What is Visual Styler?? You may need permission from that company to redistribute it with your app. Depending on which .NET Framework you are using, you could let the users download it, or, it may already be installed on the machines.

  3. #3
    Join Date
    Apr 2011
    Posts
    20

    Re: VB.NET Publishing

    visual styler is a theme maker for vb.net & i have the developer license for it......and its free for use non developer

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: VB.NET Publishing

    Quote Originally Posted by ishtiakdcc View Post
    visual styler is a theme maker for vb.net & i have the developer license for it......and its free for use non developer
    OK, cool, thanks, didn't know about it...

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

Featured