Results 1 to 13 of 13

Thread: where can i download "Visual Studio .NET Installer" ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    148

    where can i download "Visual Studio .NET Installer" ?

    where can i download "Visual Studio .NET Installer" ?
    i searched in microsoft.com and i didnt find the download and i searched in google too, does anyone use it ?

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: where can i download "Visual Studio .NET Installer" ?

    what do you mean by installer?

    if you are looking to install visual studio .NET, then you either need to have the dvds, or you need to have an MSDN subscription, and then you can download the software.

    There are free versions of visual studio .NET available if you can not afford to buy the full version. These are called express editions, and a quick search will find you that.

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

    Re: where can i download "Visual Studio .NET Installer" ?

    This is your third thread on this same topic. Please don't create more than one thread for each topic. If you post in the wrong forum please ask a moderator to move your thread.

    Also, please give a bit of background to your question. There's no such thing as "Visual Studio .NET Installer". Given that you've already asked several .NET-related questions I assume that you now want to install an application that you have created. Any tools available to install .NET applications you already have. There are no separate downloads. If you have VB Express then your only option is to publish your app to create a ClickOnce installer. You can read all about ClickOnce deployment at MSDN. If you have bought a version of Visual Studio then you can use ClickOnce or you can create a Setup project that compiles to a Windows Installer package. You can also use any third-party installer you like, such as Inno or NSIS that are free or a commercial package like InstallShield.
    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
    Addicted Member
    Join Date
    Feb 2007
    Posts
    148

    Re: where can i download "Visual Studio .NET Installer" ?

    i created this topic becuase i was said so
    Try posting in the .NET forum...
    the topic

    and yes i really did mean that you said,,


    i used Inno but it didnt work i dont know why..
    i will try ClickOnce

    and is ther any suggestion about the better install maker ?

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: where can i download "Visual Studio .NET Installer" ?

    Here's the fine print on One Click that no one ever seems to mention. The website that you publish to MUST have FrontPage Server Extensions. Sucks, it really does.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    148

    Re: where can i download "Visual Studio .NET Installer" ?

    Quote Originally Posted by techgnome
    Here's the fine print on One Click that no one ever seems to mention. The website that you publish to MUST have FrontPage Server Extensions. Sucks, it really does.

    -tg
    and why is that ??
    and must servers have that have they ?

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: where can i download "Visual Studio .NET Installer" ?

    Because it uses the publishing same as pushing a website from VisWebDev.

    It has to have a way to communicate with the webserver. For what ever reason it doesn't use normal FTP. Go figure.

    Never mind.... it seems I've been smoking something.... I'd swear I had seen someething in the IDE that stated the webserver needs to have FPSE installed.... but now I can't find it, which tells me that I probably misunderstood something.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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

    Re: where can i download "Visual Studio .NET Installer" ?

    Quote Originally Posted by k3pos
    i created this topic becuase i was said so

    the topic

    and yes i really did mean that you said,,


    i used Inno but it didnt work i dont know why..
    i will try ClickOnce

    and is ther any suggestion about the better install maker ?
    I know, you'd already posted this question twice in Deployment and someone said you should post it here. It's not really a VB.NET question so Deployment is the most appropriate place for it, but most people who deploy VB.NET apps will look at this forum and and not that so you're more likely to get an answer here. As I said, if you post in the wrong place then ask a moderator to move your thread rather than posting again. Otherwise you may end up with people posting the same advice to both threads, in which case you're wasting at least one person's time.

    Inno is not specific to .NET deployment and people who use Inno are likely to use the Deployment forum. As always, if you have an issue the thing to do is to ask a question about it in the most appropriate forum. You should always post all the relevant information, i.e. this is what I wanted to happen, this is what I did and this what did happen.
    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

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: where can i download "Visual Studio .NET Installer" ?

    You can only install/download windows installer version 3.1 for XP SP-2 and earlier OS'.
    http://www.microsoft.com/downloads/d...displaylang=en


    For installer 4 (latest version) you must be running Vista as its not a redistributable or download.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: where can i download "Visual Studio .NET Installer" ?

    I am currently working on a nice example INNO script that is for installing .NET 2.0 apps.

    It does things like ONLY installs on operating systems that will support the .NET framework 2.0 (ie windows 2000 sp3, xp sp2, etc...)

    it also makes it optional to include/exclude the .net redistributable package when you comple the setup.exe, so you can offer the installer with and without the 20+MB installer.

    Stay tuned, I should have it finished pretty soon. Its actually done, but written for a production installer I have. I just need to comment it, and make it generic.

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    148

    Re: where can i download "Visual Studio .NET Installer" ?

    Quote Originally Posted by RobDog888
    You can only install/download windows installer version 3.1 for XP SP-2 and earlier OS'.
    http://www.microsoft.com/downloads/d...displaylang=en


    For installer 4 (latest version) you must be running Vista as its not a redistributable or download.
    when i get to add\remove proggrams in control panel i see that i have that one but i dont know how to use it ,,

  12. #12

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    148

    Re: where can i download "Visual Studio .NET Installer" ?

    i have installed sql server 2005 from the start not i need the program \ thing that will help me do databases \ tables and more..

    something like the program picture in this picture

    http://img380.imageshack.us/img380/3287/sqlxr3.jpg

    i downloaded this one for sqlserver2005:
    http://www.microsoft.com/downloads/d...DisplayLang=en

    what i need is "MICROSOFT SQL SERVER 2005 MANAGEMENT STUDIO EXPRESS" right?

  13. #13
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: where can i download "Visual Studio .NET Installer" ?

    You can do just about everything in the .NET IDE. You dont need to use MSE but you can if you want.

    Registration page:
    http://msdn.microsoft.com/vstudio/ex...r/default.aspx

    Direct download:

    http://msdn.microsoft.com/vstudio/express/sql/download/
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

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