<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/i-menu/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/i-menu/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 08 Nov 2025 11:59:07 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/i-menu/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,7 +3,7 @@
 2. Unzip the zip file to your PC - There should be one folder for each source file required.
 3. Create a new library called IMENU (or any other name you would like).
 4. Upload the unzipped contents into source files in your new library.
-5. Compile the CL program INSTALL into your new library.
+5. Compile the CL program INSTALL (in source file INSTALL) into your new library.
 6. Execute the following command to build iMenu:
 ~~~
 CALL &amp;lt;yourlib&amp;gt;/INSTALL ('&amp;lt;yourlib&amp;gt;')
&amp;lt;/yourlib&amp;gt;&amp;lt;/yourlib&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Sat, 08 Nov 2025 11:59:07 -0000</pubDate><guid>https://sourceforge.net03238d4d87832d7086f5bd830fa8eb82da6b74db</guid></item><item><title>Installation modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,22 +1,20 @@
 # Installation Instructions
-1. Download the latest save file
-2. Upload the save file to your IBM i.
+1. Download the latest zip file.
+2. Unzip the zip file to your PC - There should be one folder for each source file required.
 3. Create a new library called IMENU (or any other name you would like).
-4. Execute the following command to restore the objects:
+4. Upload the unzipped contents into source files in your new library.
+5. Compile the CL program INSTALL into your new library.
+6. Execute the following command to build iMenu:
 ~~~
-RSTOBJ OBJ(*ALL)           
-       SAVLIB(PWORTH2)     
-       DEV(*SAVF)          
-       SAVF(IMENU)
-       RSTLIB(IMENU)    
+CALL &amp;lt;yourlib&amp;gt;/INSTALL ('&amp;lt;yourlib&amp;gt;')
 ~~~

 # Setup
 It is intended that the main menu file (IMMNUFIL) in the application library is not used for actual menus, rather it is there for example and as a template.
 Be aware that if you install an update, the file in the application library will be overwritten.
-Due to this, it is advised that you create a new menu file for each system and environment which you want to use iMenu for.  To do this, use the [ICRTMNUF] command.
+Due to this, it is advised that you create a NEW menu file for each system and environment which you want to use iMenu for.  To do this, use the [ICRTMNUF] command.

 The data area [IMCOTXA] contains a textual description of the system and environment to be displayed at the top of each menu.
 Accordingly, you should copy IMCOTXA into the database library for any system and environment you will be using iMenu for, and update the contents of the data area to represent the company/system/environment as you see fit.

-Exit programs [LSEXCHKAUT] and [LSEXINLMNU] and their respective source members will be overwritten when installing a new version of IMENU.  If you wish to customise these programs to work with your own system, it is advised that you copy the source members to another library first, and amend them in that other library.
+Exit programs [LSEXCHKAUT], [LSEXINLMNU] and [LSEXGETHLP] and their respective source members will be overwritten when installing a new version of IMENU.  If you wish to customise these programs to work with your own system, it is advised that you copy the source members to another library first, and amend them in that other library.
&amp;lt;/yourlib&amp;gt;&amp;lt;/yourlib&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Sat, 08 Nov 2025 11:56:47 -0000</pubDate><guid>https://sourceforge.net65fc49b1ba08f64c375eb167377dc320563cf038</guid></item><item><title>Installation modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -18,3 +18,5 @@

 The data area [IMCOTXA] contains a textual description of the system and environment to be displayed at the top of each menu.
 Accordingly, you should copy IMCOTXA into the database library for any system and environment you will be using iMenu for, and update the contents of the data area to represent the company/system/environment as you see fit.
+
+Exit programs [LSEXCHKAUT] and [LSEXINLMNU] and their respective source members will be overwritten when installing a new version of IMENU.  If you wish to customise these programs to work with your own system, it is advised that you copy the source members to another library first, and amend them in that other library.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Mon, 01 Aug 2022 09:03:47 -0000</pubDate><guid>https://sourceforge.netc4104d3f1a303ce494c2d752246c021505da1933</guid></item><item><title>Installation modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -11,3 +11,10 @@
        RSTLIB(IMENU)    
 ~~~

+# Setup
+It is intended that the main menu file (IMMNUFIL) in the application library is not used for actual menus, rather it is there for example and as a template.
+Be aware that if you install an update, the file in the application library will be overwritten.
+Due to this, it is advised that you create a new menu file for each system and environment which you want to use iMenu for.  To do this, use the [ICRTMNUF] command.
+
+The data area [IMCOTXA] contains a textual description of the system and environment to be displayed at the top of each menu.
+Accordingly, you should copy IMCOTXA into the database library for any system and environment you will be using iMenu for, and update the contents of the data area to represent the company/system/environment as you see fit.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Mon, 11 Oct 2021 07:59:44 -0000</pubDate><guid>https://sourceforge.net65e0d06de1562ee7f9bf5e2eec7c60f51f255366</guid></item><item><title>Installation modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="installation-instructions"&gt;Installation Instructions&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;Download the latest save file&lt;/li&gt;
&lt;li&gt;Upload the save file to your IBM i.&lt;/li&gt;
&lt;li&gt;Create a new library called IMENU (or any other name you would like).&lt;/li&gt;
&lt;li&gt;Execute the following command to restore the objects:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;RSTOBJ OBJ(*ALL)           
       SAVLIB(PWORTH2)     
       DEV(*SAVF)          
       SAVF(IMENU)
       RSTLIB(IMENU)    
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 08 Oct 2021 08:34:23 -0000</pubDate><guid>https://sourceforge.netbcda75d1f470ce9d338905e1f17cfac2a31bda7d</guid></item></channel></rss>