Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Article Writing
  4. Basic Installer Requirements

Basic Installer Requirements

Scheduled Pinned Locked Moved Article Writing
csharpdotnetbusinessannouncement
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tanstaafl28
    wrote on last edited by
    #1

    I'd love to see an article that demonstrates the most basic necessary objects to place an ap into an installer. I'm referring to the most standard Windows Installer kinds of elements:

    • Check to see if user has at least the .Net Framework and the version is compatible
    • Prompt user for install location and create new folder if none exists
    • Ask user if they want a shortcut icon on the desktop/quicklaunch
    • Ask the user if they want to view the readme
    • Include an uninstaller

    Thanks Still coaxing software out of the can after all these years...

    B F 2 Replies Last reply
    0
    • T tanstaafl28

      I'd love to see an article that demonstrates the most basic necessary objects to place an ap into an installer. I'm referring to the most standard Windows Installer kinds of elements:

      • Check to see if user has at least the .Net Framework and the version is compatible
      • Prompt user for install location and create new folder if none exists
      • Ask user if they want a shortcut icon on the desktop/quicklaunch
      • Ask the user if they want to view the readme
      • Include an uninstaller

      Thanks Still coaxing software out of the can after all these years...

      B Offline
      B Offline
      Blake Miller
      wrote on last edited by
      #2

      Hmm............. Given your handle is 'tanstaafl', would you be willing to pay for such informaiton :-D What languge would you want to see examples in? Or are you looking for a document describing WHAT do do versus a concrete example of how to do it? Are you concerned about setup file size (file compression is required)? Do you know if you need Windows Logo compliance (must use MSI if yes)?

      T 1 Reply Last reply
      0
      • B Blake Miller

        Hmm............. Given your handle is 'tanstaafl', would you be willing to pay for such informaiton :-D What languge would you want to see examples in? Or are you looking for a document describing WHAT do do versus a concrete example of how to do it? Are you concerned about setup file size (file compression is required)? Do you know if you need Windows Logo compliance (must use MSI if yes)?

        T Offline
        T Offline
        tanstaafl28
        wrote on last edited by
        #3

        I certainly would offer whatever time and skills I have to offer in exchange for the knowledge of how to create a installer that will work correctly with a PC that has just the .NET Framework. I wrote a program in Visual Basic .NET and had a difficult time getting it to work on two other computers, one had just the framework, and the other had a full version of Visual Studio.NET. I finally dumped every file and folder pertaining to the program onto the pc with just the framework and it worked. Still coaxing software out of the can after all these years...

        1 Reply Last reply
        0
        • T tanstaafl28

          I'd love to see an article that demonstrates the most basic necessary objects to place an ap into an installer. I'm referring to the most standard Windows Installer kinds of elements:

          • Check to see if user has at least the .Net Framework and the version is compatible
          • Prompt user for install location and create new folder if none exists
          • Ask user if they want a shortcut icon on the desktop/quicklaunch
          • Ask the user if they want to view the readme
          • Include an uninstaller

          Thanks Still coaxing software out of the can after all these years...

          F Offline
          F Offline
          FishFearMe NET
          wrote on last edited by
          #4

          It's sooooo much easier if you download the Visual Studio .NET 2003 bootstrapper plugin. Now you need not write your Win32 bootstapper code to check for framework version, MDAC components, or any of your other concerns. Just install the plug-in, create a new setup(deployment) project in the IDE, and point and click your way to an elegant installer! Rock-on.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups