Create a Windows (XP) installer on a Linux machine? -


i need create installer software windows xp , newer. there mechanism on linux machine alone? (i'm running ubuntu, i'd guess not show stopper).

the nsis (nullsoft scriptable install system) free , open source installer system allows create native windows installers.

it uses ascript files define aspects of setup procedure , compiler generate resulting setup package. can find sources here. installer system runs on windows , posix compliant systems. there eclipse plugin available.

the nullsoft installer used open source projects , commercial products.

update: there new alpha release on december 24, 2013, of late 2013 project still active.

update 2: beginning of april 2016 new version 2.51 released release candidate nsis 3.0.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -