RPM for MSI wrapper?

I was wondering if any effort has been made to generate MSI files from rpm spec files or if there are good RPM ports for Windows.

+1


a source to share


6 answers


If you just want a cross-platform way to stack files and do some action, check out NSIS .



+1


a source


MSI is a completely different architecture and mindset for RPM, so I'll ask the obvious question - why?



+1


a source


is it possible to convert deb to Cygwin package? setup.hint is not that different from the controle file in the debian package!

development continues ...

0


a source


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

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

0


a source


Cpack is one option for you.

0


a source


RPM was built for * Nix systems. Not windows.

0


a source







All Articles