diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-07 13:04:43 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-07 13:04:43 +0000 |
commit | 8543e1e7f855b195154a2d3739e834b58fa739cd (patch) | |
tree | 621e774f8952a1048efb8587ae856df6db645c31 /tools | |
parent | 9e4d724d1df04863883b10f570cc0a458c24c997 (diff) |
Installer: readme.txt updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@5997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/installer_ng/readme.txt | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/tools/installer_ng/readme.txt b/tools/installer_ng/readme.txt index 62dbf0e674..2ad752bfd3 100644 --- a/tools/installer_ng/readme.txt +++ b/tools/installer_ng/readme.txt @@ -1,8 +1,22 @@ - How to compile Miranda NG installer:
+ How to automatically compile Miranda NG installer:
1. Run make_all.bat (will download, compile and cleanup all) or make_interactive.bat for user interactive mode.
2. Collect the compiled installer files from Output folder.
-3. Optionally run cleanup.bat if you want to delete all the temporary files and build folders (if make_all.bat didn't do it for you already).
\ No newline at end of file +3. Optionally run cleanup.bat if you want to delete all the temporary files and build folders (if make_all.bat didn't do it for you already).
+
+
+ If you wish to debug or compile script manually in Inno Setup GUI compiler or Inno Script Studio:
+
+
+1. Run createstructure.bat.
+
+2. Browse to InnoNG_32 or InnoNG_64 folder.
+
+3. Run GenerateInnoGuiCompatScript.bat.
+
+4. Load MirandaNG32.iss or MirandaNG64.iss to Inno Setup GUI compiler or Inno Script Studio (click on the script).
+
+5. Do whatever you wanted to do with it ;)
\ No newline at end of file |