开发者

What possibilities exist to build an installer for a windows application on Linux (install target=windows, build environment=Linux)

After playing around with NSIS (Nullsoft Scriptable Installation System) for a few days, I really feel the pain it's use brings me. No wonder, the authors claim it's scripting implementation is a "mixture of PHP and Assembly".

So, I hope there is something better to write installation procedures to get Windows programs installed, while creating the installation package on Linux.

But I did not find anything yet. Wix looks promising, but seems not really to run on开发者_JS百科 Linux, Python can create .msi files - but only when running on Windows.

Izpack is out of the game because it requires Java for the installer to run on the target system.

Our app to be installed is a python app (and I'm even thinking about scripting the whole install myself in Python).

Any other ideas?

Forgot to say: Free/OpenSource apps preferred. Not only because of cost, because of the power to control and adjust everything. We might be willing to pay professional support if it helps us getting to our goals fast, but we also want to have full control over the build system.


You may be interested by BitRock


You might try looking at InstallAnywhere, but it may require Java.


Try running InnoSetup under Wine. It should work unless you have some very specific needs. InnoSetup is open source, BTW.


It seems that pyinstaller might do the trick. I'm also looking for something like what you need. I have not tried it yet ...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜