Page 1 of 1

MSI package

Posted: Fri Jul 06, 2007 7:54 am
by Maex
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

Posted: Fri Jul 06, 2007 12:00 pm
by Drahken
Why MSI? The exe is an installer, just like MSI.
There currently is no MSI version available. The exe version is a self-installer, just like MSI. The zip version you simply extract to whereve you want it.

Posted: Fri Jul 06, 2007 8:10 pm
by XnTriq
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:
  1. Implementation
    • Repackaging or transformation
    • Merge modules
    • Distribution (Microsoft IntelliMirror® or enterprise software distribution mechanism)
    • Installation with higher privileges
    • Component (redirection)
    • Rollback support
  2. Maintenance
    • Auto-repair
    • Service packs
    • Patches and hot fixes
    • Upgrades
  3. 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
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.
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.

Posted: Sat Jul 07, 2007 5:40 am
by Drahken
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.

Posted: Sat Jul 07, 2007 5:32 pm
by Danny
If companies want to have .msi files, then they should only be able to get them after they've registered XNView obviously.

Posted: Sun Jul 08, 2007 4:57 am
by Drahken
Heh, that's a good point. I forgot that companies aren't supposed to be using xnview for free. Pierre could make MSI packages, but only make them available to companies who have registered xnview.

Re: MSI package

Posted: Thu Jul 19, 2007 1:43 pm
by xnview
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)
The current setup is not good for you?

Posted: Thu Jul 19, 2007 9:37 pm
by helmut
For all I know for companies it's easier to distribute software as msi package than a normal setup executable. I'm not sure how much effort it is to create an msi package but I think that there's interest for it.

Batch File for silent install

Posted: Sun May 25, 2008 4:35 pm
by emagin
You might find this site useful for MSI and similar installs for XnView
http://www.appdeploy.com/packages/detail.asp?id=370