|
-
Jan 21st, 2008, 09:12 AM
#1
Thread Starter
Lively Member
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.
-
Jan 21st, 2008, 10:52 AM
#2
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.

-
Jan 21st, 2008, 11:17 AM
#3
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.
-
Jan 21st, 2008, 11:26 AM
#4
Re: SETUP.EXE or SETUP.MSI ???? What is best to distribute exe file.
-
Jan 23rd, 2008, 09:31 PM
#5
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|