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
Moderators: helmut, XnTriq, xnview
- 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.
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.
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.
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