Results 1 to 3 of 3

Thread: What is the difference between the installer and setup file?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2009
    Posts
    6

    Question What is the difference between the installer and setup file?

    I followed the instructions on http://www.startvbdotnet.com/extras/deploy.aspx to deploy my application.

    A installer file and a file called "Setup" is created. The installer is .msi and the setup file is a .exe. They both seem to be able to install my application, so what is the actual difference between the two?

  2. #2

    Thread Starter
    New Member
    Join Date
    Dec 2009
    Posts
    6

    Re: What is the difference between the installer and setup file?

    [Edit]
    Last edited by firespinguy; Jan 15th, 2010 at 02:24 AM. Reason: double post

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: What is the difference between the installer and setup file?

    I don't do .Net deployment to desktops, but I think what you have is an MSI for actually installing your application, and a VS.Net Bootstrapper that checks for and installs .Net dependencies that cannot be incorporated within the MSI.

    The Bootstrapper will also trigger Windows Installer to install the MSI once it has set up the .Net ecosystem requirements on the target system.

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