commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r10067 - trunk/gnue-forms/packaging/win32


From: reinhard
Subject: [gnue] r10067 - trunk/gnue-forms/packaging/win32
Date: Thu, 26 Nov 2009 17:26:05 -0600 (CST)

Author: reinhard
Date: 2009-11-26 17:26:05 -0600 (Thu, 26 Nov 2009)
New Revision: 10067

Added:
   trunk/gnue-forms/packaging/win32/README.self-contained-installer
Log:
Added info about how to create a self-contained installer which installs
gnue-runtime-environment, gnue-common, gnue-forms, and some GFDs in a single
step.


Added: trunk/gnue-forms/packaging/win32/README.self-contained-installer
===================================================================
--- trunk/gnue-forms/packaging/win32/README.self-contained-installer            
                (rev 0)
+++ trunk/gnue-forms/packaging/win32/README.self-contained-installer    
2009-11-26 23:26:05 UTC (rev 10067)
@@ -0,0 +1,32 @@
+How to create a self contained installer for Windows
+====================================================
+
+1. Install Python and all dependencies as explained in gnue-common's
+   documentation for creating the gnue-runtime-environment.
+
+2. Extract the source ZIP distributions of gnue-common and gnue-forms into a
+   temporary directory (say C:\TMP).
+
+3. In C:\TMP\gnue-forms-x.x.x\packaging\win32\setup.cmd, remove the lines at
+   the top and at the bottom which would delete C:\GNUe, and run the script
+   afterwards.
+
+4. In C:\TMP\gnue-common-x.x.x\packaging\win32\setup.cmd, remove the lines at
+   the top and at the bottom which would delete C:\GNUe, and run the script
+   afterwards.
+
+5. In C:\TMP\gnue-common-x.x.x\packaging\win32\mk-runtime.cmd, remove the lines
+   at the top and at the bottom which would delete C:\GNUe, and run the script
+   afterwards. It is important that this is done as the last one, since this
+   will create the correct library.zip while 3. and 4. will create wrong ones.
+
+6. Create a directory C:\GNUe\Forms and copy your GFDs there.
+
+7. Copy your extra configuration files to C:\GNUe\Config.
+
+8. Create an installer with the tool of your choice, including the content of
+   the following directories:
+   * C:\GNUe\Bin
+   * C:\GNUe\Config
+   * C:\GNUe\Forms
+   * C:\GNUe\share





reply via email to

[Prev in Thread] Current Thread [Next in Thread]