Convert Inno Setup scripts to NSIS scripts: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (Updated author and download links, and changed format of some pages.) |
m (Updated author links.) |
||
Line 1: | Line 1: | ||
{|align=right | |||
|<small>Author: [[{{ns:2}}:ranametal|ranametal]] ([[{{ns:3}}:ranametal|talk]], [[{{ns:-1}}:Contributions/ranametal|contrib]])</small> | |||
|} | |||
<br style="clear:both;"> | |||
== Links == | == Links == | ||
[[Image:Zip.gif]] [http://prdownloads.sourceforge.net/hmne/iss2nsi10a1.zip?download iss2nsi10a1.zip] (186 KB) | [[Image:Zip.gif]] [http://prdownloads.sourceforge.net/hmne/iss2nsi10a1.zip?download iss2nsi10a1.zip] (186 KB) | ||
Line 9: | Line 13: | ||
I design it to convert my own Inno Setup scripts and only have the functionality | I design it to convert my own Inno Setup scripts and only have the functionality | ||
needed by me. The source code is included if you want add full compatibility. | needed by me. The source code is included if you want add full compatibility. | ||
Revision as of 23:15, 29 April 2005
Author: ranametal (talk, contrib) |
Links
iss2nsi10a1.zip (186 KB)
Description
This is a little tool for help people who want migrate from Inno Setup to NSIS. It is only a help in the conversion of scripts and the converted script is not completely compatible with original. For example [Components], [Types] and [Tasks] sections are not handled by this tool, this is because I design it to convert my own Inno Setup scripts and only have the functionality needed by me. The source code is included if you want add full compatibility.