Question

I was wondering if any efforts have been made to create MSI files from rpm spec files or if there are any good ports of RPM to Windows.

Was it helpful?

Solution

If all you want is a cross platform way to lay down files and perform some actions, take a look at NSIS.

OTHER TIPS

MSI is an entirely different architecture and way of thinking to RPM, so I'll ask the obvious question - why?

maybe it's possible to convert deb in Cygwin package ? setup.hint is not so different than controle file from a debian package !

developement in progress ...

Acresso's InstallAnywhere is specifically designed for cross-platform installations: http://www.acresso.com/products/ia/installanywhere-overview.htm

InstallAnywhere gives software developers a quick and easy way to author professional software installations for Solaris, HP-UX, AIX, Linux, IBM i, Mac OS X, Windows, and more. It saves you time by creating a single project file that generates a reliable installer for each platform you target.

The Cpack is one of the choices for you.

RPM was built for *Nix systems. Not windows.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top