Results 1 to 6 of 6

Thread: Project Release Installer

  1. #1

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Arrow Project Release Installer

    I was wondering, how can I design my own project installer... if a machine does not have the common .net files installed...

    I need to know if I can import theses files into a .net project somehow... sounds odd and impossible...

    if not, then I might just have to do a batch file to install these or something...

    Any ideas or alternative to DESIGN a professional installer WITHOUT resolving to the .net package installer?

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

  2. #2
    New Member SirPsycho's Avatar
    Join Date
    Aug 2005
    Location
    Albany, NY
    Posts
    7

    Re: Project Release Installer

    Do you mean trying to install a VB.NET application onto a computer without the .NET framework installed?

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

    Re: Project Release Installer

    Go to MSDN and search for the VS.NET Bootstrapper plug-in. It will include the .NET Framework as part of your setup by default.
    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

  4. #4

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Re: Project Release Installer

    http://www.microsoft.com/downloads/d...displaylang=en

    If anyone was interested...

    I'll download and look it up... thanks jmcilhinney

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

  5. #5

    Thread Starter
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Re: Project Release Installer

    I've downloaded and installed it, but I don't quite understand how to use it...

    Do I import it? or... how does the .net plugins work anyway?


    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

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

    Re: Project Release Installer

    It does its magic automatically. Just create and build a setup project and you'll find dotnetfx.exe (the .NET Framework redistributable) ends up in the output folder. You need to deploy it with all the other setup files. You can run the MSI directly to bypass the Framework installation, or you can run Setup.exe and it will check for the presence of the Framework and install it if required. There is a usage example on MSDN too.
    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