Results 1 to 5 of 5

Thread: SETUP.EXE or SETUP.MSI ???? What is best to distribute exe file.

  1. #1

    Thread Starter
    Lively Member nilesh16782's Avatar
    Join Date
    Feb 2007
    Location
    India
    Posts
    104

    Arrow SETUP.EXE or SETUP.MSI ???? What is best to distribute exe file.

    i developed a vbp project and want to distribute it...
    and so i m confuse what setup type best for end user

    what u think ??? and why??

    thank in advance....
    Last edited by nilesh16782; Jan 21st, 2008 at 09:16 AM.

  2. #2
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: SETUP.EXE or SETUP.MSI ???? What is best to distribute exe file.

    Innot Setup + ISTool = SuperbMix

    Both free & easy to use..
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



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

    Re: SETUP.EXE or SETUP.MSI ???? What is best to distribute exe file.

    The advantages of an EXE setup are that there are many tools available for creating them, and some tools make both very simple and very complex installs easy to create.

    The advantages of an MSI setup are that they can be deployed in many ways (either manually, through administrative distribution, or through a Windows feature called "advertisement") and natively support rollback for clean uninstalls as well as patching and versioning, and have logging support for resolving installation troubles. It is also possible to create an MSI package that can install without administrator credentials.

    The main disadvantage of EXE setups is that they are being discouraged in newer Windows versions. Windows Vista only supports them through "legacy installer heuristics" which is an algorithm that looks at various factors (including the name of the setup package) to try to determine that the EXE is an installer package, and if it judges the program to be an installer will run it elevated upon user approval (which may require entering an admin user/pw). This is a "legacy application compatability" feature in Vista that may not be present in future versions of Windows. What this means is that an EXE setup cannot be run without administrator credentials unless it works hard to hide the fact that it is an installer.
    Last edited by dilettante; Jan 21st, 2008 at 11:27 AM.

  4. #4

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: SETUP.EXE or SETUP.MSI ???? What is best to distribute exe file.

    Exe setup all the way! Otherwise it's a real PITA to install applications via WINE
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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