Hi People
Is there a .msi package form XnView?
On the WebSite is only a .exe and a zip file to download..but
i especially need a MSI package.. (form a newer version)
Thanks for help
Greez
Mäx
MSI package
Moderator: xnview
-
Drahken
- Posts: 884
- Joined: Sun Apr 10, 2005 4:29 pm
-
XnTriq
- Forum Librarian
- Posts: 6552
- Joined: Sun Sep 25, 2005 3:00 am
- Location: Ref Desk
- Wikipedia: Windows Installer
- Microsoft TechNet: Frequently Asked Questions About Windows Installer
- Macrovision InstallShield: MSI 101: Why MSI?
Dell Power Solutions ([url=http://www.dell.com/downloads/global/power/ps4q05-20050175-Kouletsis.pdf]The Basics of Application Packaging[/url]) » Understanding Microsoft Windows Installer wrote:Application life-cycle tasks supported by Windows Installer:
- Implementation
- Repackaging or transformation
- Merge modules
- Distribution (Microsoft IntelliMirror® or enterprise software distribution mechanism)
- Installation with higher privileges
- Component (redirection)
- Rollback support
- Maintenance
- Auto-repair
- Service packs
- Patches and hot fixes
- Upgrades
- Retirement
- Uninstallation
ServerWatch ([url=http://www.serverwatch.com/tutorials/article.php/1548251]Microsoft Windows Installer Technology[/url]) wrote:The key features of Windows Installer are as follows:
- Management of shared files via components
- Self-repair of components
- Clean Install/Uninstall
- Full roll-back support for failed installations
- Advertisement of applications via Active Directory
- Installation on locked down systems via Elevated Privleges
Note: I am not promoting anything here. I prefer the ZIP package, as I generally try to avoid installers – be it MSI-based ones or any other type – wherever possible.InstallAware ([url=http://www.installaware.com/standardized-msi-deployment.htm]Standardized MSI Deployment[/url] wrote:Additionally, most large corporations – the customers you really want to have – will not even consider applications that are not available with an MSI installer, no matter how good the application is. Large corporations need to have an unattended way to silently install, maintain, and uninstall packages onto their thousands of networked systems. With an MSI package, they can use Microsoft's built in Group Policy settings to deploy your product onto all of their machines, instantly, using Active Directory Deployment. Having an MSI based setup guarantees you aren't losing any large prospects just because your installer is custom-made.
-
Drahken
- Posts: 884
- Joined: Sun Apr 10, 2005 4:29 pm
To each their own, I guess. Personally, MSI packages are my absolute last choice. ZIP files are my first choice since they put the control in my hands, and don't install any extra crap in unknown locations. Standard EXE installers are second choice if not ZIP file is available. MSI packages are a last resort at best.
Of course, another flaw with MSI is that it only works for windows packages.
Of course, another flaw with MSI is that it only works for windows packages.
-
Danny
- Posts: 578
- Joined: Sat Sep 04, 2004 5:09 pm
-
Drahken
- Posts: 884
- Joined: Sun Apr 10, 2005 4:29 pm
-
xnview
- Author of XnView
- Posts: 47521
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: MSI package
The current setup is not good for you?Maex wrote:Hi People
Is there a .msi package form XnView?
On the WebSite is only a .exe and a zip file to download..but
i especially need a MSI package.. (form a newer version)
Pierre.
-
helmut
- Posts: 8704
- Joined: Sun Oct 12, 2003 6:47 pm
- Location: Frankfurt, Germany
-
emagin
- Posts: 5
- Joined: Sat Jul 15, 2006 3:40 pm
Batch File for silent install
You might find this site useful for MSI and similar installs for XnView
http://www.appdeploy.com/packages/detail.asp?id=370
http://www.appdeploy.com/packages/detail.asp?id=370