![]() |
![]() |
Name: Name of the program which is assumed to be the same as the name of the main directory for this program. Server: If the program is stored in an application server on the network, this would the name of that server. For local installations, use the name MyServer. Description: A brief description about this program. Exe Path: The path name of the main exe file. Do not include drive letter. Start From: The name of the start directory. Do not include drive letter. Parent: Name of the parent folder. ICON: Filename for the *.ICO resource file to represent this program. This file must reside in \TVoice\Wiseprog\WiseManager \Name where Name is the name of this program specified above. If possible, WiseApp will automatically extract this file from the exe file you specified. Desktop: If this program creates desktop objects, AND/OR needs to perform any other tasks not covered by the rest of the items on this list (such as making entries to OS2.INI, OS2SYS.INI, and so forth), enter the name of the Rexx program to use, and make sure the None checkbox stays unchecked. This file must reside in the \TVoice\WiseProg \DeskTop directory and must have the nameCreateName.cmd where Name is the name of the program. There is also a corresponding Rexx script for deinstalling the package from the system (\TVoice\Wiseprog\Desktop \RemoveName.cmd). Config.sys: If this program makes modifications to the target machine's config.sys file, enter the name of a file containing Rexx script stubs for making such modifications. The name of the file is normally Name.CFG and must reside in the \TVoice \WiseProg\WiseManager\Name directory. Create: This option is useful only for remote boot workstations. It would have created the file \TVoice\WiseProg \WiseManager \Name\Create.cmd. For local booted stations, check None. |
|
From WiseApp, rather than doing the drag-n-drop action described above for simple
application, right click on a main folder (to indicate that you are adding an application
in that group), or an empty space on the Application Deployment Console (indicating
that you are adding a group and an application) and select Add. From the Application Setting window that follows, ignore EXEPath and StartFrom and fill in the rest of the entries as described above for simple applications. When finished, click Add. From the Application Deployment Console, click on the "+" to the left of the folder you selected to expand that branch. You should see an entry for the newly created application. You won't see an picture for the application because the corresponding ICO file does not exist yet. Right click at the newly created application, and you will see the pop up menu similar to the one in the following table. |
![]() |
Change: Bring up the application settin gwindow in change mode. Delete: Remove this application from \TVoice\Config\Program.lis (the files associated with this application is not deleted from the hard disk). Config.sys: If enabled, this application makes modifications to the station's config.sys. If you click this selection, WiseApp will bring up the system editor to let you examine or modify the Rexx script stub located at \TVoice\Wiseprog\WiseManager\Name\Name.cfg where Name is the name of the program. Create: If enabled, this application needs working areas to be created (this applies ONLY to remote booted stations). If you click this selection, WiseApp will bring up the system editor to let you examine or modify the Rexx script stub located at \TVoice\Wiseprog\WiseManager\Name\create.cmd where Name is the name of the program. Desktop: If enabled, this application executes a Rexx program when the application is "deployed" to the station which, among other things, makes modifications to the desktop of the target station. If you click this selection, WiseApp will bring up the system editor to let you examine or modify the Rexx script stub located at \TVoice\Wiseprog\DeskTop \CreateName.cmd where Name is the name of the program. FitSection: If enabled, this application makes entry to the station's FIT table (this applies ONLY to remote booted stations). If you click this selection, WiseApp will bring up the system editor to let you examine or modify the Rexx script stub located at \TVoice\Wiseprog\WiseManager\Name\name.fit where Name is the name of the program. Remove: If enabled, this application utilizes a Rexx program which, when executed from WiseMachine, would remove the application from the desktop of the target station and whatever it's necessary to make the application unusable (like removing entries from the OS2.INI file). The files for the applicaiton IS NOT REMOVED from the hard disk of the target station. |
|
![]() |
![]() |
*![]() |
After that, you will see the convertion screen like the one to the right of this
table. The top half of the window displays the original Rexx script as created by Object Package. The bottom half of the window displays the converted Rexx script in a format suitable for WiseMachine. When possible, WiseApp will try to determine the object ID of the main folder for this application and place that in the "Main Folder" field. Likewise, it will try to determine the object ID of the main program for this application and place that in the "Main Program" data field. If you see <NONE> displayed, you might have to manually hunt down the corresponding object ID and enter them yourself. The "Change all" and "to" field are there in case you need to make a simple global change to the converted script. For more elaborate changes, you will need to touch up the script via a system editor Click "Save" to save the converted script. You will see a confirmation screen notifying you that "this script existed already, are you sure you want to replace it". When you add a new application, WiseApp created a default script for you. Since you are converting from Object Package, it is okay to replace the default script with this coverted script. |
|