home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2004 September - Disc 1 / PCNET_CD_2004_09_1.iso / shareware / mize.exe / InstallerData / InstallScript.data (.txt) < prev    next >
Encoding:
Java Class File  |  2004-07-17  |  28.1 KB  |  1,054 lines

  1. import com.zerog.ia.installer.Billboard;
  2. import com.zerog.ia.installer.GhostDirectory;
  3. import com.zerog.ia.installer.InstallBundle;
  4. import com.zerog.ia.installer.InstallSet;
  5. import com.zerog.ia.installer.Installer;
  6. import com.zerog.ia.installer.actions.CreateShortcut;
  7. import com.zerog.ia.installer.actions.ImportantNoteAction;
  8. import com.zerog.ia.installer.actions.InstallCompleteAction;
  9. import com.zerog.ia.installer.actions.InstallDirAction;
  10. import com.zerog.ia.installer.actions.InstallDirectory;
  11. import com.zerog.ia.installer.actions.InstallFile;
  12. import com.zerog.ia.installer.actions.InstallSummary;
  13. import com.zerog.ia.installer.actions.InstallUninstaller;
  14. import com.zerog.ia.installer.actions.InstallZipfile;
  15. import com.zerog.ia.installer.actions.IntroAction;
  16. import com.zerog.ia.installer.actions.MakeExecutable;
  17. import com.zerog.ia.installer.actions.ShortcutLocAction;
  18. import com.zerog.ia.installer.util.BindingWin32;
  19. import com.zerog.ia.installer.util.InstallFrameConfigurator;
  20. import com.zerog.ia.installer.util.LAXPropertyData;
  21. import com.zerog.ia.installer.util.ProgressMonitor;
  22. import com.zerog.ia.installer.util.magicfolders.CommonProgramsMenuMF;
  23. import com.zerog.ia.installer.util.magicfolders.DesktopMF;
  24. import com.zerog.ia.installer.util.magicfolders.DoNotInstallMF;
  25. import com.zerog.ia.installer.util.magicfolders.InstallDirMF;
  26. import com.zerog.ia.installer.util.magicfolders.MagicFolder;
  27. import com.zerog.ia.installer.util.magicfolders.ProgramsDirMF;
  28. import com.zerog.ia.installer.util.magicfolders.ShortcutsMF;
  29. import com.zerog.ia.installer.util.magicfolders.UserHomeMF;
  30. import java.util.Properties;
  31. import java.util.Vector;
  32.  
  33. public class ia1090075365277 implements IAScript {
  34.    public static String scriptVersion = "4.5.3 Now";
  35.    public static int majorVersion = 4;
  36.    public static int minorVersion = 5;
  37.    public static int revisionVersion = 3;
  38.    public static Installer ___Automize6;
  39.    public static InstallSet ___Full_Install;
  40.    public static InstallBundle ___Application;
  41.    public static GhostDirectory ___Install_Folder_0USER_INSTALL_DIR0;
  42.    public static MakeExecutable ___Automize;
  43.    public static InstallDirectory ___UninstallerData;
  44.    public static InstallUninstaller ___Uninstall_Automize;
  45.    public static InstallDirectory ___Help;
  46.    public static InstallDirectory ___images;
  47.    public static InstallDirectory ___inputs;
  48.    public static InstallFile ___defaults_properties;
  49.    public static InstallFile ___messages_properties;
  50.    public static InstallFile ___tips_txt;
  51.    public static InstallFile ___version_history_txt;
  52.    public static InstallDirectory ___TaskLogs;
  53.    public static InstallDirectory ___macros;
  54.    public static InstallFile ___debugfile;
  55.    public static InstallDirectory ___variables;
  56.    public static InstallZipfile ___activation_jar;
  57.    public static InstallZipfile ___mail_jar;
  58.    public static InstallZipfile ___jclasses_jar;
  59.    public static InstallZipfile ___NetComponents_jar;
  60.    public static InstallFile ___WinCommand_exe;
  61.    public static InstallFile ___Shutdown_exe;
  62.    public static InstallFile ___ShellExecute_exe;
  63.    public static InstallFile ___ExcelMacro_exe;
  64.    public static InstallFile ___clm_bat;
  65.    public static InstallFile ___clm;
  66.    public static InstallFile ___launcherNoJVM;
  67.    public static InstallFile ___launcherJVM;
  68.    public static InstallFile ___readme_txt;
  69.    public static InstallFile ___license_NetComponents_txt;
  70.    public static InstallFile ___license_gnu_lgpl_txt;
  71.    public static InstallFile ___license_txt;
  72.    public static GhostDirectory ___Shortcuts_0USER_SHORTCUTS0;
  73.    public static CreateShortcut ___Automize_1;
  74.    public static CreateShortcut ___Create_Alias0_Link0_Shortcut0_0No_target_selected0;
  75.    public static Billboard ___0default0;
  76.    public static Properties ___Automize6_buildSettings;
  77.    public static InstallFrameConfigurator __installFrameConfigurator_1;
  78.    public static Vector ___Automize6_postInstallActions;
  79.    public static InstallCompleteAction ___Panel0_Install_Complete0_Install_Complete;
  80.    public static InstallDirMF ___com_zerog_ia_installer_util_magicfolders_InstallDirMF;
  81.    public static ProgramsDirMF ___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF;
  82.    public static UserHomeMF ___com_zerog_ia_installer_util_magicfolders_UserHomeMF;
  83.    public static Vector ___Automize6_classpath;
  84.    public static InstallSet ___Custom;
  85.    public static ShortcutsMF ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF;
  86.    public static DesktopMF ___com_zerog_ia_installer_util_magicfolders_DesktopMF;
  87.    public static DoNotInstallMF ___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF;
  88.    public static CommonProgramsMenuMF ___com_zerog_ia_installer_util_magicfolders_CommonProgramsMenuMF;
  89.    public static Vector ___Automize6_localesToBuild;
  90.    public static Vector ___Automize6_preInstallActions;
  91.    public static IntroAction ___Panel0_Introduction0_Introduction;
  92.    public static ImportantNoteAction ___Panel0_Important_Note0_License_Agreement;
  93.    public static InstallDirAction ___Panel0_Choose_Install_Folder0_Choose_Install_Folder;
  94.    public static ShortcutLocAction ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder;
  95.    public static InstallSummary ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary;
  96.    public static Vector ___Automize6_installLabels;
  97.    public static Vector ___Automize_propertyList;
  98.    public static LAXPropertyData ___Automizedata1;
  99.    public static LAXPropertyData ___Automizedata2;
  100.    public static LAXPropertyData ___Automizedata3;
  101.    public static LAXPropertyData ___Automizedata4;
  102.    public static LAXPropertyData ___Automizedata5;
  103.    public static LAXPropertyData ___Automizedata6;
  104.    public static LAXPropertyData ___Automizedata7;
  105.    public static LAXPropertyData ___Automizedata8;
  106.    public static LAXPropertyData ___Automizedata9;
  107.    public static LAXPropertyData ___Automizedata10;
  108.    public static LAXPropertyData ___Automizedata11;
  109.    public static LAXPropertyData ___Automizedata12;
  110.    public static BindingWin32 ___static_gifIcon;
  111.    public static Vector ___Uninstall_Automize_propertyList;
  112.    public static LAXPropertyData ___Uninstall_Automizedata1;
  113.    public static LAXPropertyData ___Uninstall_Automizedata2;
  114.    public static LAXPropertyData ___Uninstall_Automizedata3;
  115.    public static LAXPropertyData ___Uninstall_Automizedata4;
  116.    public static LAXPropertyData ___Uninstall_Automizedata5;
  117.    public static LAXPropertyData ___Uninstall_Automizedata6;
  118.    public static LAXPropertyData ___Uninstall_Automizedata7;
  119.    public static LAXPropertyData ___Uninstall_Automizedata8;
  120.    public static LAXPropertyData ___Uninstall_Automizedata9;
  121.    public static LAXPropertyData ___Uninstall_Automizedata10;
  122.    public static LAXPropertyData ___Uninstall_Automizedata11;
  123.    public static BindingWin32 ___static_gifIcon_1;
  124.    public static BindingWin32 ___nullIcon;
  125.    public static BindingWin32 ___nullIcon_1;
  126.    public static int numIncrements = 124;
  127.    public static byte[] scriptID = new byte[]{12, 42, 11, 90, 78, 56, 57, 49, 52, 52, 56, 87, 56, 67, 75, 68};
  128.    public static byte[] buildID = new byte[]{3, 13, 71, 87, 105, 110, 100, 111, 119, 115, 32, 50, 48, 48, 48, 44, 32, 53, 46, 48, 44, 32, 120, 56, 54, 59, 32, 74, 97, 118, 97, 32, 49, 46, 51, 46, 49, 44, 32, 83, 117, 110, 32, 77, 105, 99, 114, 111, 115, 121, 115, 116, 101, 109, 115, 32, 73, 110, 99, 46, 44, 32, 104, 116, 116, 112, 58, 47, 47, 106, 97, 118, 97, 46, 115, 117, 110, 46, 99, 111, 109, 47, 59, 32, 101, 110, 44, 32, 85, 83, 59, 32, 67, 112, 49, 50, 53, 50};
  129.  
  130.    public static void loadScript1() {
  131.       ___Automize6 = new Installer();
  132.       ___Full_Install = new InstallSet();
  133.       ___Application = new InstallBundle();
  134.       ___Install_Folder_0USER_INSTALL_DIR0 = new GhostDirectory();
  135.       ___Automize = new MakeExecutable();
  136.       ___UninstallerData = new InstallDirectory();
  137.       ___Uninstall_Automize = new InstallUninstaller();
  138.       ___Help = new InstallDirectory();
  139.       ___images = new InstallDirectory();
  140.       ___inputs = new InstallDirectory();
  141.       ___defaults_properties = new InstallFile();
  142.       ___messages_properties = new InstallFile();
  143.       ___tips_txt = new InstallFile();
  144.       ___version_history_txt = new InstallFile();
  145.       ___TaskLogs = new InstallDirectory();
  146.       ___macros = new InstallDirectory();
  147.       ___debugfile = new InstallFile();
  148.       ___variables = new InstallDirectory();
  149.       ___activation_jar = new InstallZipfile();
  150.       ___mail_jar = new InstallZipfile();
  151.       ___jclasses_jar = new InstallZipfile();
  152.       ___NetComponents_jar = new InstallZipfile();
  153.       ___WinCommand_exe = new InstallFile();
  154.       ___Shutdown_exe = new InstallFile();
  155.       ___ShellExecute_exe = new InstallFile();
  156.       ___ExcelMacro_exe = new InstallFile();
  157.       ___clm_bat = new InstallFile();
  158.       ___clm = new InstallFile();
  159.       ___launcherNoJVM = new InstallFile();
  160.       ___launcherJVM = new InstallFile();
  161.       ___readme_txt = new InstallFile();
  162.       ___license_NetComponents_txt = new InstallFile();
  163.       ___license_gnu_lgpl_txt = new InstallFile();
  164.       ___license_txt = new InstallFile();
  165.       ___Shortcuts_0USER_SHORTCUTS0 = new GhostDirectory();
  166.       ___Automize_1 = new CreateShortcut();
  167.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0 = new CreateShortcut();
  168.       ___0default0 = new Billboard();
  169.       ___Automize6.setInstallLogEnabled(true);
  170.       ___Automize6.setSupportsSilentUI(false);
  171.       ___Automize6_buildSettings = new Properties();
  172.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.unix.vm.name", "UNIX_with_VM");
  173.       ___Automize6_buildSettings.put("com.zerog.ia.build.vmpack.hpux.path", "HPJRE13101HP-UX11PA-RISC.vm");
  174.       ___Automize6_buildSettings.put("com.zerog.ia.build.vmpack.unix.path", "IBMJRE130AIXRS600.vm");
  175.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.linux.vm", "false");
  176.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.solaris.vm", "false");
  177.       ___Automize6_buildSettings.put("com.zerog.ia.build.options.optimization.platform", "false");
  178.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.hpux.vm", "false");
  179.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.unix.novm", "false");
  180.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.unix.vm", "false");
  181.       ___Automize6_buildSettings.put("com.zerog.ia.build.vmpack.solaris.path", "SunJRE131_04SolarisINTEL-i18n.vm");
  182.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.macos9.vm", "false");
  183.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.aix.vm", "false");
  184.       ___Automize6_buildSettings.put("com.zerog.ia.build.vmpack.aix.path", "IBMJRE130AIXRS600.vm");
  185.       ___Automize6_buildSettings.put("com.zerog.ia.build.vmpack.linux.path", "SunJRE131_11LinuxINTEL.vm");
  186.       ___Automize6_buildSettings.put("com.zerog.ia.installer.options.platform.macosx.authentication", "false");
  187.       ___Automize6_buildSettings.put("com.zerog.ia.installer.options.platform.unix.ui.default", "GUI");
  188.       ___Automize6_buildSettings.put("com.zerog.ia.installer.options.platform.macosx.authentication.gui", "true");
  189.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.java.novm", "false");
  190.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.windows.novm", "false");
  191.       ___Automize6_buildSettings.put("com.zerog.ia.build.vmpack.windows.path", "SunJRE131_11Win32.vm");
  192.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.macos9.novm", "false");
  193.       ___Automize6_buildSettings.put("com.zerog.ia.build.options.output.web", "true");
  194.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.macosx.novm", "true");
  195.       ___Automize6_buildSettings.put("com.zerog.ia.build.options.output.cdrom", "false");
  196.       ___Automize6_buildSettings.put("com.zerog.ia.build.platform.windows.vm", "true");
  197.       ___Automize6.setBuildSettings(___Automize6_buildSettings);
  198.       ___Automize6.setPanelImageName("introImage.png");
  199.       __installFrameConfigurator_1 = new InstallFrameConfigurator();
  200.       __installFrameConfigurator_1.setBevelDecoration(false);
  201.       __installFrameConfigurator_1.setFitBackgroundImageHorizontally(true);
  202.       __installFrameConfigurator_1.setCurrentLabelIconPath("com/zerog/ia/installer/images/");
  203.       __installFrameConfigurator_1.setUseLabelBackgroundImage(false);
  204.       __installFrameConfigurator_1.setCurrentLabelIconName("currentLabelIcon.gif");
  205.       __installFrameConfigurator_1.setFutureLabelIconPath("com/zerog/ia/installer/images/");
  206.       __installFrameConfigurator_1.setFitBackgroundImageVertically(true);
  207.       __installFrameConfigurator_1.setFutureLabelIconName("futureLabelIcon.gif");
  208.       __installFrameConfigurator_1.setPreviousLabelIconPath("com/zerog/ia/installer/images/");
  209.       __installFrameConfigurator_1.setPreviousLabelIconName("previousLabelIcon.gif");
  210.       __installFrameConfigurator_1.setBackgroundImagePath("com/zerog/ia/installer/images/");
  211.       __installFrameConfigurator_1.setLabelBackgroundImagePath("com/zerog/ia/installer/images/");
  212.       __installFrameConfigurator_1.setBackgroundImageName("backgroundImage.gif");
  213.       __installFrameConfigurator_1.setLabelBackgroundImageName("labelBackground.png");
  214.       __installFrameConfigurator_1.setUseBackgroundImage(true);
  215.       __installFrameConfigurator_1.setDecorationType(2);
  216.       ProgressMonitor.updateScriptIncrement();
  217.       ___Automize6.setInstallFrameConfigurator(__installFrameConfigurator_1);
  218.       ___Automize6.setMacOSXPermissions("775");
  219.       ___Automize6.setRulesFailedMessage("The installer cannot run on your configuration. It will now quit.");
  220.       ___Automize6_postInstallActions = new Vector();
  221.       ___Panel0_Install_Complete0_Install_Complete = new InstallCompleteAction();
  222.       ___Panel0_Install_Complete0_Install_Complete.setLabelIndex(6);
  223.       ___Panel0_Install_Complete0_Install_Complete.setImageOption(1);
  224.       ___Panel0_Install_Complete0_Install_Complete.setJustification(new Integer(0));
  225.       ___Panel0_Install_Complete0_Install_Complete.setStepTitle("Install Complete");
  226.       ___Panel0_Install_Complete0_Install_Complete.setAlignment(new Integer(3));
  227.       ___Panel0_Install_Complete0_Install_Complete.setLabelOption(2);
  228.       ___Panel0_Install_Complete0_Install_Complete.setMessage("Congratulations! $PRODUCT_NAME$ has been successfully installed to:\n\n     $USER_INSTALL_DIR$\n\nClick \"Done\" to quit the installer.");
  229.       ___Panel0_Install_Complete0_Install_Complete.setExternalID("InstallCompleteAction.1");
  230.       ProgressMonitor.updateScriptIncrement();
  231.       ___Automize6_postInstallActions.addElement(___Panel0_Install_Complete0_Install_Complete);
  232.       ___Automize6.setPostInstallActions(___Automize6_postInstallActions);
  233.       ___Automize6.setJREInstallDirectory(155);
  234.       ___Automize6.setInstallProgressLabelIndex(5);
  235.       ___Automize6.setInstallerName("mize");
  236.       ___Automize6.setDefaultInstallSetIndex(0);
  237.       ___Automize6.setUserSplashPath("com/zerog/ia/installer/images/");
  238.       ___Automize6.setUnixPermissions("775");
  239.       ___Automize6.setSupportsAWTUI(true);
  240.       ___Automize6.setWizardME(___Automize);
  241.       ___Automize6.setPreferredGUIMode(2);
  242.       ___Automize6.setSplashHeight(222);
  243.       ___Automize6.setInstallProgressImagePath("com/zerog/ia/installer/images/");
  244.       ___Automize6.setInstallerWindowName("Automize6");
  245.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF = (InstallDirMF)MagicFolder.get(155);
  246.       ___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF = (ProgramsDirMF)MagicFolder.get(159);
  247.       ProgressMonitor.updateScriptIncrement();
  248.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacXMagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF);
  249.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacMagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF);
  250.       ___com_zerog_ia_installer_util_magicfolders_UserHomeMF = (UserHomeMF)MagicFolder.get(994);
  251.       ProgressMonitor.updateScriptIncrement();
  252.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setSolarisMagicFolder(___com_zerog_ia_installer_util_magicfolders_UserHomeMF);
  253.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setWin32MagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF);
  254.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setWin32MagicFolderPath("Automize");
  255.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacXMagicFolderPath("Automize");
  256.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacMagicFolderPath("Automize");
  257.       ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setSolarisMagicFolderPath("Automize");
  258.       ProgressMonitor.updateScriptIncrement();
  259.       ___Automize6.setInstallDir(___com_zerog_ia_installer_util_magicfolders_InstallDirMF);
  260.       ___Automize6.setProductName("Automize");
  261.       ___Automize6_classpath = new Vector();
  262.       ___Automize6_classpath.addElement(___Install_Folder_0USER_INSTALL_DIR0);
  263.       ___Automize6_classpath.addElement(___activation_jar);
  264.       ___Automize6_classpath.addElement(___mail_jar);
  265.       ___Automize6_classpath.addElement(___jclasses_jar);
  266.       ___Automize6_classpath.addElement(___NetComponents_jar);
  267.       ___Automize6_classpath.addElement(___inputs);
  268.       ___Automize6.setClasspath(___Automize6_classpath);
  269.       ___Automize6.setPanelImagePath("com/zerog/ia/installer/images/");
  270.       ___Automize6.setInstallLogFormat(1);
  271.       ___Custom = new InstallSet();
  272.       ___Custom.setShortName("Custom");
  273.       ___Custom.setImagePath("com/zerog/ia/installer/images/");
  274.       ___Custom.setInstallSetName("Custom");
  275.       ___Custom.setImageName("customIcon.png");
  276.       ___Custom.setDescription("Choose this option to customize the components to be installed.");
  277.       ___Custom.setExternalID("InstallSet.custom.2");
  278.       ProgressMonitor.updateScriptIncrement();
  279.       ___Automize6.setCustomInstallSet(___Custom);
  280.       ___Automize6.setSupportsConsoleUI(false);
  281.       ___Automize6.setInstallProgressImageOption(0);
  282.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF = (ShortcutsMF)MagicFolder.get(158);
  283.       ___com_zerog_ia_installer_util_magicfolders_DesktopMF = (DesktopMF)MagicFolder.get(16);
  284.       ProgressMonitor.updateScriptIncrement();
  285.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacXMagicFolder(___com_zerog_ia_installer_util_magicfolders_DesktopMF);
  286.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacMagicFolder(___com_zerog_ia_installer_util_magicfolders_DesktopMF);
  287.       ___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF = (DoNotInstallMF)MagicFolder.get(993);
  288.       ProgressMonitor.updateScriptIncrement();
  289.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setSolarisMagicFolder(___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF);
  290.       ___com_zerog_ia_installer_util_magicfolders_CommonProgramsMenuMF = (CommonProgramsMenuMF)MagicFolder.get(23);
  291.       ProgressMonitor.updateScriptIncrement();
  292.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setWin32MagicFolder(___com_zerog_ia_installer_util_magicfolders_CommonProgramsMenuMF);
  293.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setWin32MagicFolderPath("Automize");
  294.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacXMagicFolderPath("Automize");
  295.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacMagicFolderPath("");
  296.       ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setSolarisMagicFolderPath("");
  297.       ProgressMonitor.updateScriptIncrement();
  298.       ___Automize6.setShortcutDir(___com_zerog_ia_installer_util_magicfolders_ShortcutsMF);
  299.       ___Automize6.setSupportsSwingUI(true);
  300.       ___Automize6_localesToBuild = new Vector();
  301.       ___Automize6_localesToBuild.addElement("en");
  302.       ___Automize6.setLocalesToBuild(___Automize6_localesToBuild);
  303.       ___Automize6.setInstallProgressLabelOption(2);
  304.       ___Automize6.setSplashWidth(458);
  305.       ___Automize6.setUninstallJRE(true);
  306.       ___Automize6.setUserSplashName("Splash.jpg");
  307.       ___Automize6_preInstallActions = new Vector();
  308.       ___Panel0_Introduction0_Introduction = new IntroAction();
  309.       ___Panel0_Introduction0_Introduction.setLabelIndex(0);
  310.       ___Panel0_Introduction0_Introduction.setImageOption(1);
  311.       ___Panel0_Introduction0_Introduction.setJustification(new Integer(0));
  312.       ___Panel0_Introduction0_Introduction.setStepTitle("Introduction");
  313.       ___Panel0_Introduction0_Introduction.setAlignment(new Integer(3));
  314.       ___Panel0_Introduction0_Introduction.setLabelOption(2);
  315.       ___Panel0_Introduction0_Introduction.setMessage("InstallAnywhere will guide you through the installation of $PRODUCT_NAME$.\n\nIt is strongly recommended that you quit all programs before continuing with this installation.\n\nClick the 'Next' button to proceed to the next screen. If you want to change something on a previous screen, click the 'Previous' button.\n\nYou may cancel this installation at any time by clicking the 'Cancel' button.");
  316.       ___Panel0_Introduction0_Introduction.setExternalID("IntroAction.3");
  317.       ProgressMonitor.updateScriptIncrement();
  318.       ___Automize6_preInstallActions.addElement(___Panel0_Introduction0_Introduction);
  319.       ___Panel0_Important_Note0_License_Agreement = new ImportantNoteAction();
  320.       ___Panel0_Important_Note0_License_Agreement.setLabelIndex(1);
  321.       ___Panel0_Important_Note0_License_Agreement.setImageOption(1);
  322.       ___Panel0_Important_Note0_License_Agreement.setAgreeWithLicenseByDefault(false);
  323.       ___Panel0_Important_Note0_License_Agreement.setRequiresUserChoice(false);
  324.       ___Panel0_Important_Note0_License_Agreement.setResourcePath("C:\\Data\\Java\\Automize6\\");
  325.       ___Panel0_Important_Note0_License_Agreement.setStepPrompt("Please read the following license agreement carefully.  Only install this software if you agree to all the terms of this license agreement");
  326.       ___Panel0_Important_Note0_License_Agreement.setResourceName("license.txt");
  327.       ___Panel0_Important_Note0_License_Agreement.setTitle("License Agreement");
  328.       ___Panel0_Important_Note0_License_Agreement.setLabelOption(2);
  329.       ___Panel0_Important_Note0_License_Agreement.setExternalID("ImportantNoteAction.619");
  330.       ProgressMonitor.updateScriptIncrement();
  331.       ___Automize6_preInstallActions.addElement(___Panel0_Important_Note0_License_Agreement);
  332.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder = new InstallDirAction();
  333.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setLabelIndex(2);
  334.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setImageOption(1);
  335.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setCanManuallyEnterPath(true);
  336.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setPrompt("Where Would You Like to Install?");
  337.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setCanSpecifyInstallFolderName(false);
  338.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setStepTitle("Choose Install Folder");
  339.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setAdditionalText("");
  340.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setLabelOption(2);
  341.       ___Panel0_Choose_Install_Folder0_Choose_Install_Folder.setExternalID("InstallDirAction.4");
  342.       ProgressMonitor.updateScriptIncrement();
  343.       ___Automize6_preInstallActions.addElement(___Panel0_Choose_Install_Folder0_Choose_Install_Folder);
  344.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder = new ShortcutLocAction();
  345.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setLabelIndex(3);
  346.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setImageOption(1);
  347.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setUnixTitle("Choose Link Folder");
  348.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setUnixPrompt("Where would you like to create links?");
  349.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setWinPrompt("Where would you like to create product icons?");
  350.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setMacTitle("Choose Alias Folder");
  351.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setWinTitle("Choose Shortcut Folder");
  352.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setMacPrompt("Where would you like to create aliases?");
  353.    }
  354.  
  355.    public static void loadScript2() {
  356.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setLabelOption(2);
  357.       ___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder.setExternalID("ShortcutLocAction.5");
  358.       ProgressMonitor.updateScriptIncrement();
  359.       ___Automize6_preInstallActions.addElement(___Panel0_Choose_Alias0_Link0_Shortcut_Folder0_Choose_Shortcut_Folder);
  360.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary = new InstallSummary();
  361.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowInstallBundles(false);
  362.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setLabelIndex(4);
  363.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setImageOption(1);
  364.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowShortcutDir(true);
  365.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setRequiresUserChoice(false);
  366.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowDiskSpace(true);
  367.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setStepPrompt("Please Review the Following Before Continuing:");
  368.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowInstallDir(true);
  369.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowProductName(true);
  370.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowJREDir(true);
  371.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setTitle("Pre-Installation Summary");
  372.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setLabelOption(2);
  373.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setShowInstallSets(false);
  374.       ___Panel0_Pre0Install_Summary0_Pre0Installation_Summary.setExternalID("InstallSummary.6");
  375.       ProgressMonitor.updateScriptIncrement();
  376.       ___Automize6_preInstallActions.addElement(___Panel0_Pre0Install_Summary0_Pre0Installation_Summary);
  377.       ___Automize6.setPreInstallActions(___Automize6_preInstallActions);
  378.       ___Automize6.setInstallProgressImageName("introImage.png");
  379.       ___Automize6.setBundledJREInstall(2);
  380.       ___Automize6_installLabels = new Vector();
  381.       ___Automize6_installLabels.addElement("Introduction");
  382.       ___Automize6_installLabels.addElement("License Agreement");
  383.       ___Automize6_installLabels.addElement("Choose Install Folder");
  384.       ___Automize6_installLabels.addElement("Choose $SHORTCUT_NAME$ Folder");
  385.       ___Automize6_installLabels.addElement("Pre-Installation Summary");
  386.       ___Automize6_installLabels.addElement("Installing...");
  387.       ___Automize6_installLabels.addElement("Install Complete");
  388.       ___Automize6.setInstallLabels(___Automize6_installLabels);
  389.       ___Automize6.setJREDirectoryName("jre");
  390.       ___Automize6.setExternalID("Installer.7");
  391.       ProgressMonitor.updateScriptIncrement();
  392.       ___Full_Install.setShortName("Full");
  393.       ___Full_Install.setImagePath("com/zerog/ia/installer/images/");
  394.       ___Full_Install.setInstallSetName("Full Install");
  395.       ___Full_Install.setImageName("typicalIcon.gif");
  396.       ___Full_Install.setDescription("This will install all the files for your application.");
  397.       ___Full_Install.setExternalID("InstallSet.typical.8");
  398.       ProgressMonitor.updateScriptIncrement();
  399.       ___Application.setShortName("Applica");
  400.       ___Application.setBundleName("Application");
  401.       ___Application.setDescription("This installs the application components.");
  402.       ___Application.setExternalID("InstallBundle.application.9");
  403.       ProgressMonitor.updateScriptIncrement();
  404.       ___Install_Folder_0USER_INSTALL_DIR0.setUnixPermissions("775");
  405.       ___Install_Folder_0USER_INSTALL_DIR0.setOverrideUnixPermissions(false);
  406.       ___Install_Folder_0USER_INSTALL_DIR0.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_InstallDirMF);
  407.       ProgressMonitor.updateScriptIncrement();
  408.       ___Automize.setUnixPermissions("755");
  409.       ___Automize.setMainClass("Automize");
  410.       ___Automize.setGuiLauncher(true);
  411.       ___Automize.setShouldUninstall(true);
  412.       ___Automize_propertyList = new Vector();
  413.       ___Automizedata1 = new LAXPropertyData();
  414.       ___Automizedata1.setPropertyValue("");
  415.       ___Automizedata1.setReferenceName("___Automizedata1");
  416.       ___Automizedata1.setPropertyComment("leave blank for no output, \"console\" to send to a console window,\r\nand any path to a file to save to the file");
  417.       ___Automizedata1.setPropertyName("lax.stderr.redirect");
  418.       ___Automizedata1.setInstaller(___Automize6);
  419.       ___Automizedata1.setKey("lax.stderr.redirect");
  420.       ProgressMonitor.updateScriptIncrement();
  421.       ___Automize_propertyList.addElement(___Automizedata1);
  422.       ___Automizedata2 = new LAXPropertyData();
  423.       ___Automizedata2.setPropertyValue("2750");
  424.       ___Automizedata2.setReferenceName("___Automizedata2");
  425.       ___Automizedata2.setPropertyComment("The minimum version of Microsoft's VM this application will run against");
  426.       ___Automizedata2.setPropertyName("lax.nl.win32.microsoftvm.min.version");
  427.       ___Automizedata2.setInstaller(___Automize6);
  428.       ___Automizedata2.setKey("lax.nl.win32.microsoftvm.min.version");
  429.       ProgressMonitor.updateScriptIncrement();
  430.       ___Automize_propertyList.addElement(___Automizedata2);
  431.       ___Automizedata3 = new LAXPropertyData();
  432.       ___Automizedata3.setPropertyValue("");
  433.       ___Automizedata3.setReferenceName("___Automizedata3");
  434.       ___Automizedata3.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\r\nand any path to a file to read from that file");
  435.       ___Automizedata3.setPropertyName("lax.stdin.redirect");
  436.       ___Automizedata3.setInstaller(___Automize6);
  437.       ___Automizedata3.setKey("lax.stdin.redirect");
  438.       ProgressMonitor.updateScriptIncrement();
  439.       ___Automize_propertyList.addElement(___Automizedata3);
  440.       ___Automizedata4 = new LAXPropertyData();
  441.       ___Automizedata4.setPropertyValue(".");
  442.       ___Automizedata4.setReferenceName("___Automizedata4");
  443.       ___Automizedata4.setPropertyComment("left blank, this property will cause the native launcher to not\r\nalter the platform default behavior for setting the user dir.\r\nTo override this you may set this property to a relative or absolute path.\r\nRelative paths are relative to the launcher.");
  444.       ___Automizedata4.setPropertyName("lax.user.dir");
  445.       ___Automizedata4.setInstaller(___Automize6);
  446.       ___Automizedata4.setKey("lax.user.dir");
  447.       ProgressMonitor.updateScriptIncrement();
  448.       ___Automize_propertyList.addElement(___Automizedata4);
  449.       ___Automizedata5 = new LAXPropertyData();
  450.       ___Automizedata5.setPropertyValue("main");
  451.       ___Automizedata5.setReferenceName("___Automizedata5");
  452.       ___Automizedata5.setPropertyComment("the method in the main class that will be invoked");
  453.       ___Automizedata5.setPropertyName("lax.main.method");
  454.       ___Automizedata5.setInstaller(___Automize6);
  455.       ___Automizedata5.setKey("lax.main.method");
  456.       ProgressMonitor.updateScriptIncrement();
  457.       ___Automize_propertyList.addElement(___Automizedata5);
  458.       ___Automizedata6 = new LAXPropertyData();
  459.       ___Automizedata6.setPropertyValue("$USER_INSTALL_DIR$");
  460.       ___Automizedata6.setReferenceName("___Automizedata6");
  461.       ___Automizedata6.setPropertyComment("path to the installdir magic folder");
  462.       ___Automizedata6.setPropertyName("lax.root.install.dir");
  463.       ___Automizedata6.setInstaller(___Automize6);
  464.       ___Automizedata6.setKey("lax.root.install.dir");
  465.       ProgressMonitor.updateScriptIncrement();
  466.       ___Automize_propertyList.addElement(___Automizedata6);
  467.       ___Automizedata7 = new LAXPropertyData();
  468.       ___Automizedata7.setPropertyValue("$CMD_LINE_ARGUMENTS$");
  469.       ___Automizedata7.setReferenceName("___Automizedata7");
  470.       ___Automizedata7.setPropertyComment("what will be passed to the main method -- be sure to quote arguments with spaces in them");
  471.       ___Automizedata7.setPropertyName("lax.command.line.args");
  472.       ___Automizedata7.setInstaller(___Automize6);
  473.       ___Automizedata7.setKey("lax.command.line.args");
  474.       ProgressMonitor.updateScriptIncrement();
  475.       ___Automize_propertyList.addElement(___Automizedata7);
  476.       ___Automizedata8 = new LAXPropertyData();
  477.       ___Automizedata8.setPropertyValue("$IA_CLASSPATH$");
  478.       ___Automizedata8.setReferenceName("___Automizedata8");
  479.       ___Automizedata8.setPropertyComment("the Java classpath necessary to run this application\r\nCan be separated by colons (Mac OS/Unix) or semicolons (Windows)");
  480.       ___Automizedata8.setPropertyName("lax.class.path");
  481.       ___Automizedata8.setInstaller(___Automize6);
  482.       ___Automizedata8.setKey("lax.class.path");
  483.       ProgressMonitor.updateScriptIncrement();
  484.       ___Automize_propertyList.addElement(___Automizedata8);
  485.       ___Automizedata9 = new LAXPropertyData();
  486.       ___Automizedata9.setPropertyValue("J2 J1 MSJ MRJ");
  487.       ___Automizedata9.setReferenceName("___Automizedata9");
  488.       ___Automizedata9.setPropertyComment("a string containing one or more of [ ALL JDK JRE J1 J2 JRE_J1 JDK_J1 JRE_J2 JDK_J2 MSJ MRJ ]\r\n delimited by spaces or commas.  If the native launcher cannot find the current vm,\r\nit will search for ones in this list");
  489.       ___Automizedata9.setPropertyName("lax.nl.valid.vm.list");
  490.       ___Automizedata9.setInstaller(___Automize6);
  491.       ___Automizedata9.setKey("lax.nl.valid.vm.list");
  492.       ProgressMonitor.updateScriptIncrement();
  493.       ___Automize_propertyList.addElement(___Automizedata9);
  494.       ___Automizedata10 = new LAXPropertyData();
  495.       ___Automizedata10.setPropertyValue("4.5");
  496.       ___Automizedata10.setReferenceName("___Automizedata10");
  497.       ___Automizedata10.setPropertyComment("version of LaunchAnywhere that created this properties file");
  498.       ___Automizedata10.setPropertyName("lax.version");
  499.       ___Automizedata10.setInstaller(___Automize6);
  500.       ___Automizedata10.setKey("lax.version");
  501.       ProgressMonitor.updateScriptIncrement();
  502.       ___Automize_propertyList.addElement(___Automizedata10);
  503.       ___Automizedata11 = new LAXPropertyData();
  504.       ___Automizedata11.setPropertyValue("Automize");
  505.       ___Automizedata11.setReferenceName("___Automizedata11");
  506.       ___Automizedata11.setPropertyComment("the class that contains the main method for the application");
  507.       ___Automizedata11.setPropertyName("lax.main.class");
  508.       ___Automizedata11.setInstaller(___Automize6);
  509.       ___Automizedata11.setKey("lax.main.class");
  510.       ProgressMonitor.updateScriptIncrement();
  511.       ___Automize_propertyList.addElement(___Automizedata11);
  512.       ___Automizedata12 = new LAXPropertyData();
  513.       ___Automizedata12.setPropertyValue("");
  514.       ___Automizedata12.setReferenceName("___Automizedata12");
  515.       ___Automizedata12.setPropertyComment("leave blank for no output, \"console\" to send to a console window,\r\nand any path to a file to save to the file");
  516.       ___Automizedata12.setPropertyName("lax.stdout.redirect");
  517.       ___Automizedata12.setInstaller(___Automize6);
  518.       ___Automizedata12.setKey("lax.stdout.redirect");
  519.       ProgressMonitor.updateScriptIncrement();
  520.       ___Automize_propertyList.addElement(___Automizedata12);
  521.       ___Automize.setPropertyList(___Automize_propertyList);
  522.       ___Automize.setOverrideUnixPermissions(true);
  523.       ___static_gifIcon = new BindingWin32();
  524.       ___static_gifIcon.setInstaller(___Automize6);
  525.       ___static_gifIcon.setLargeIconName("static.gif");
  526.       ___static_gifIcon.setMacOSXIconName("automize.icns");
  527.       ___static_gifIcon.setSmallIconPath("C:\\Data\\Java\\Automize6\\images\\");
  528.       ___static_gifIcon.setLargeIconPath("C:\\Data\\Java\\Automize6\\images\\");
  529.       ___static_gifIcon.setMacOSXIconPath("C:\\Data\\Java\\Automize6\\images\\");
  530.       ___static_gifIcon.setSmallIconName("static.gif");
  531.       ProgressMonitor.updateScriptIncrement();
  532.       ___Automize.setExecutableIcon(___static_gifIcon);
  533.       ___Automize.setDestinationName("Automize");
  534.       ___Automize.setExternalID("MakeExecutable.11");
  535.       ProgressMonitor.updateScriptIncrement();
  536.       ___UninstallerData.setMacBinary(false);
  537.       ___UninstallerData.setUnixPermissions("775");
  538.       ___UninstallerData.setRemoveRecursively(false);
  539.       ___UninstallerData.setShouldUninstall(true);
  540.       ___UninstallerData.setOverrideUnixPermissions(false);
  541.       ___UninstallerData.setDestinationName("UninstallerData");
  542.       ProgressMonitor.updateScriptIncrement();
  543.       ___Uninstall_Automize.setUnixPermissions("777");
  544.       ___Uninstall_Automize.setInstaller(___Automize6);
  545.       ___Uninstall_Automize.setGuiLauncher(true);
  546.       ___Uninstall_Automize.setShouldUninstall(true);
  547.       ___Uninstall_Automize_propertyList = new Vector();
  548.       ___Uninstall_Automizedata1 = new LAXPropertyData();
  549.       ___Uninstall_Automizedata1.setPropertyValue("");
  550.       ___Uninstall_Automizedata1.setReferenceName("___Uninstall_Automizedata1");
  551.       ___Uninstall_Automizedata1.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\r\nand any path to a file to read from that file");
  552.       ___Uninstall_Automizedata1.setPropertyName("lax.stderr.redirect");
  553.       ___Uninstall_Automizedata1.setInstaller(___Automize6);
  554.       ___Uninstall_Automizedata1.setKey("lax.stderr.redirect");
  555.       ProgressMonitor.updateScriptIncrement();
  556.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata1);
  557.       ___Uninstall_Automizedata2 = new LAXPropertyData();
  558.       ___Uninstall_Automizedata2.setPropertyValue("2750");
  559.       ___Uninstall_Automizedata2.setReferenceName("___Uninstall_Automizedata2");
  560.       ___Uninstall_Automizedata2.setPropertyComment("The minimum version of Microsoft's VM this application will run against");
  561.       ___Uninstall_Automizedata2.setPropertyName("lax.nl.win32.microsoftvm.min.version");
  562.       ___Uninstall_Automizedata2.setInstaller(___Automize6);
  563.       ___Uninstall_Automizedata2.setKey("lax.nl.win32.microsoftvm.min.version");
  564.       ProgressMonitor.updateScriptIncrement();
  565.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata2);
  566.       ___Uninstall_Automizedata3 = new LAXPropertyData();
  567.       ___Uninstall_Automizedata3.setPropertyValue("");
  568.       ___Uninstall_Automizedata3.setReferenceName("___Uninstall_Automizedata3");
  569.       ___Uninstall_Automizedata3.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\r\nand any path to a file to read from that file");
  570.       ___Uninstall_Automizedata3.setPropertyName("lax.stdin.redirect");
  571.       ___Uninstall_Automizedata3.setInstaller(___Automize6);
  572.       ___Uninstall_Automizedata3.setKey("lax.stdin.redirect");
  573.       ProgressMonitor.updateScriptIncrement();
  574.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata3);
  575.       ___Uninstall_Automizedata4 = new LAXPropertyData();
  576.       ___Uninstall_Automizedata4.setPropertyValue(".");
  577.       ___Uninstall_Automizedata4.setReferenceName("___Uninstall_Automizedata4");
  578.       ___Uninstall_Automizedata4.setPropertyComment("left blank, this property will cause the native launcher to not\r\nalter the platform default behavior for setting the user dir.\r\nTo override this you may set this property to a relative or absolute path.\r\nRelative paths are relative to the launcher.");
  579.       ___Uninstall_Automizedata4.setPropertyName("lax.user.dir");
  580.       ___Uninstall_Automizedata4.setInstaller(___Automize6);
  581.       ___Uninstall_Automizedata4.setKey("lax.user.dir");
  582.       ProgressMonitor.updateScriptIncrement();
  583.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata4);
  584.       ___Uninstall_Automizedata5 = new LAXPropertyData();
  585.       ___Uninstall_Automizedata5.setPropertyValue("main");
  586.       ___Uninstall_Automizedata5.setReferenceName("___Uninstall_Automizedata5");
  587.       ___Uninstall_Automizedata5.setPropertyComment("the method in the main class that will be invoked");
  588.       ___Uninstall_Automizedata5.setPropertyName("lax.main.method");
  589.       ___Uninstall_Automizedata5.setInstaller(___Automize6);
  590.       ___Uninstall_Automizedata5.setKey("lax.main.method");
  591.       ProgressMonitor.updateScriptIncrement();
  592.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata5);
  593.       ___Uninstall_Automizedata6 = new LAXPropertyData();
  594.    }
  595.  
  596.    public static void loadScript3() {
  597.       ___Uninstall_Automizedata6.setPropertyValue("$USER_INSTALL_DIR$");
  598.       ___Uninstall_Automizedata6.setReferenceName("___Uninstall_Automizedata6");
  599.       ___Uninstall_Automizedata6.setPropertyComment("path to the installdir magic folder");
  600.       ___Uninstall_Automizedata6.setPropertyName("lax.root.install.dir");
  601.       ___Uninstall_Automizedata6.setInstaller(___Automize6);
  602.       ___Uninstall_Automizedata6.setKey("lax.root.install.dir");
  603.       ProgressMonitor.updateScriptIncrement();
  604.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata6);
  605.       ___Uninstall_Automizedata7 = new LAXPropertyData();
  606.       ___Uninstall_Automizedata7.setPropertyValue("$CMD_LINE_ARGUMENTS$");
  607.       ___Uninstall_Automizedata7.setReferenceName("___Uninstall_Automizedata7");
  608.       ___Uninstall_Automizedata7.setPropertyComment("what will be passed to the main method -- be sure to quote arguments with spaces in them");
  609.       ___Uninstall_Automizedata7.setPropertyName("lax.command.line.args");
  610.       ___Uninstall_Automizedata7.setInstaller(___Automize6);
  611.       ___Uninstall_Automizedata7.setKey("lax.command.line.args");
  612.       ProgressMonitor.updateScriptIncrement();
  613.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata7);
  614.       ___Uninstall_Automizedata8 = new LAXPropertyData();
  615.       ___Uninstall_Automizedata8.setPropertyValue("$IA_CLASSPATH$");
  616.       ___Uninstall_Automizedata8.setReferenceName("___Uninstall_Automizedata8");
  617.       ___Uninstall_Automizedata8.setPropertyComment("the Java classpath necessary to run this application\r\nCan be separated by colons (Mac OS/Unix) or semicolons (Windows)");
  618.       ___Uninstall_Automizedata8.setPropertyName("lax.class.path");
  619.       ___Uninstall_Automizedata8.setInstaller(___Automize6);
  620.       ___Uninstall_Automizedata8.setKey("lax.class.path");
  621.       ProgressMonitor.updateScriptIncrement();
  622.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata8);
  623.       ___Uninstall_Automizedata9 = new LAXPropertyData();
  624.       ___Uninstall_Automizedata9.setPropertyValue("J2 J1 MSJ MRJ");
  625.       ___Uninstall_Automizedata9.setReferenceName("___Uninstall_Automizedata9");
  626.       ___Uninstall_Automizedata9.setPropertyComment("a string containing one or more of [ ALL JDK JRE J1 J2 JRE_J1 JDK_J1 JRE_J2 JDK_J2 MSJ MRJ ]\r\n delimited by spaces or commas.  If the native launcher cannot find the current vm,\r\nit will search for ones in this list");
  627.       ___Uninstall_Automizedata9.setPropertyName("lax.nl.valid.vm.list");
  628.       ___Uninstall_Automizedata9.setInstaller(___Automize6);
  629.       ___Uninstall_Automizedata9.setKey("lax.nl.valid.vm.list");
  630.       ProgressMonitor.updateScriptIncrement();
  631.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata9);
  632.       ___Uninstall_Automizedata10 = new LAXPropertyData();
  633.       ___Uninstall_Automizedata10.setPropertyValue("4.5");
  634.       ___Uninstall_Automizedata10.setReferenceName("___Uninstall_Automizedata10");
  635.       ___Uninstall_Automizedata10.setPropertyComment("version of LaunchAnywhere that created this properties file");
  636.       ___Uninstall_Automizedata10.setPropertyName("lax.version");
  637.       ___Uninstall_Automizedata10.setInstaller(___Automize6);
  638.       ___Uninstall_Automizedata10.setKey("lax.version");
  639.       ProgressMonitor.updateScriptIncrement();
  640.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata10);
  641.       ___Uninstall_Automizedata11 = new LAXPropertyData();
  642.       ___Uninstall_Automizedata11.setPropertyValue("");
  643.       ___Uninstall_Automizedata11.setReferenceName("___Uninstall_Automizedata11");
  644.       ___Uninstall_Automizedata11.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\r\nand any path to a file to read from that file");
  645.       ___Uninstall_Automizedata11.setPropertyName("lax.stdout.redirect");
  646.       ___Uninstall_Automizedata11.setInstaller(___Automize6);
  647.       ___Uninstall_Automizedata11.setKey("lax.stdout.redirect");
  648.       ProgressMonitor.updateScriptIncrement();
  649.       ___Uninstall_Automize_propertyList.addElement(___Uninstall_Automizedata11);
  650.       ___Uninstall_Automize.setPropertyList(___Uninstall_Automize_propertyList);
  651.       ___Uninstall_Automize.setOverrideUnixPermissions(false);
  652.       ___static_gifIcon_1 = new BindingWin32();
  653.       ___static_gifIcon_1.setInstaller(___Automize6);
  654.       ___static_gifIcon_1.setLargeIconName("static.gif");
  655.       ___static_gifIcon_1.setMacOSXIconName("automize.icns");
  656.       ___static_gifIcon_1.setSmallIconPath("C:\\Data\\Java\\Automize6\\images\\");
  657.       ___static_gifIcon_1.setLargeIconPath("C:\\Data\\Java\\Automize6\\images\\");
  658.       ___static_gifIcon_1.setMacOSXIconPath("C:\\Data\\Java\\Automize6\\images\\");
  659.       ___static_gifIcon_1.setSmallIconName("static.gif");
  660.       ProgressMonitor.updateScriptIncrement();
  661.       ___Uninstall_Automize.setExecutableIcon(___static_gifIcon_1);
  662.       ___Uninstall_Automize.setDestinationName("Uninstall Automize");
  663.       ___Uninstall_Automize.setExternalID("InstallUninstaller.10");
  664.       ProgressMonitor.updateScriptIncrement();
  665.       ___Help.setMacBinary(false);
  666.       ___Help.setUnixPermissions("775");
  667.       ___Help.setRemoveRecursively(false);
  668.       ___Help.setSourceName("");
  669.       ___Help.setShouldUninstall(true);
  670.       ___Help.setSourcePath("C:\\Data\\Java\\Automize6\\Help");
  671.       ___Help.setOverrideUnixPermissions(false);
  672.       ___Help.setDestinationName("Help");
  673.       ProgressMonitor.updateScriptIncrement();
  674.       ___images.setMacBinary(false);
  675.       ___images.setUnixPermissions("775");
  676.       ___images.setRemoveRecursively(false);
  677.       ___images.setSourceName("");
  678.       ___images.setShouldUninstall(true);
  679.       ___images.setSourcePath("C:\\Data\\Java\\Automize6\\images");
  680.       ___images.setOverrideUnixPermissions(false);
  681.       ___images.setDestinationName("images");
  682.       ProgressMonitor.updateScriptIncrement();
  683.       ___inputs.setMacBinary(false);
  684.       ___inputs.setUnixPermissions("775");
  685.       ___inputs.setRemoveRecursively(false);
  686.       ___inputs.setSourceName("");
  687.       ___inputs.setShouldUninstall(true);
  688.       ___inputs.setSourcePath("C:\\Data\\Java\\Automize6\\inputs");
  689.       ___inputs.setOverrideUnixPermissions(false);
  690.       ___inputs.setDestinationName("inputs");
  691.       ProgressMonitor.updateScriptIncrement();
  692.       ___defaults_properties.setMacBinary(false);
  693.       ___defaults_properties.setFileSize(2564L);
  694.       ___defaults_properties.setUnixPermissions("664");
  695.       ___defaults_properties.setSourceName("defaults.properties");
  696.       ___defaults_properties.setShouldUninstall(true);
  697.       ___defaults_properties.setSourcePath("C:\\Data\\Java\\Automize6\\inputs\\");
  698.       ___defaults_properties.setOverrideUnixPermissions(false);
  699.       ___defaults_properties.setDestinationName("defaults.properties");
  700.       ProgressMonitor.updateScriptIncrement();
  701.       ___messages_properties.setMacBinary(false);
  702.       ___messages_properties.setFileSize(39072L);
  703.       ___messages_properties.setUnixPermissions("664");
  704.       ___messages_properties.setSourceName("messages.properties");
  705.       ___messages_properties.setShouldUninstall(true);
  706.       ___messages_properties.setSourcePath("C:\\Data\\Java\\Automize6\\inputs\\");
  707.       ___messages_properties.setOverrideUnixPermissions(false);
  708.       ___messages_properties.setDestinationName("messages.properties");
  709.       ProgressMonitor.updateScriptIncrement();
  710.       ___tips_txt.setMacBinary(false);
  711.       ___tips_txt.setFileSize(3964L);
  712.       ___tips_txt.setUnixPermissions("664");
  713.       ___tips_txt.setSourceName("tips.txt");
  714.       ___tips_txt.setShouldUninstall(true);
  715.       ___tips_txt.setSourcePath("C:\\Data\\Java\\Automize6\\inputs\\");
  716.       ___tips_txt.setOverrideUnixPermissions(false);
  717.       ___tips_txt.setDestinationName("tips.txt");
  718.       ProgressMonitor.updateScriptIncrement();
  719.       ___version_history_txt.setMacBinary(false);
  720.       ___version_history_txt.setFileSize(28000L);
  721.       ___version_history_txt.setUnixPermissions("664");
  722.       ___version_history_txt.setSourceName("version_history.txt");
  723.       ___version_history_txt.setShouldUninstall(true);
  724.       ___version_history_txt.setSourcePath("C:\\Data\\Java\\Automize6\\inputs\\");
  725.       ___version_history_txt.setOverrideUnixPermissions(false);
  726.       ___version_history_txt.setDestinationName("version_history.txt");
  727.       ProgressMonitor.updateScriptIncrement();
  728.       ___TaskLogs.setMacBinary(false);
  729.       ___TaskLogs.setUnixPermissions("775");
  730.       ___TaskLogs.setRemoveRecursively(false);
  731.       ___TaskLogs.setSourceName("");
  732.       ___TaskLogs.setShouldUninstall(true);
  733.       ___TaskLogs.setSourcePath("C:\\Data\\Java\\Automize6\\TaskLogs");
  734.       ___TaskLogs.setOverrideUnixPermissions(false);
  735.       ___TaskLogs.setDestinationName("TaskLogs");
  736.       ProgressMonitor.updateScriptIncrement();
  737.       ___macros.setMacBinary(false);
  738.       ___macros.setUnixPermissions("775");
  739.       ___macros.setRemoveRecursively(false);
  740.       ___macros.setSourceName("");
  741.       ___macros.setShouldUninstall(true);
  742.       ___macros.setSourcePath("C:\\Data\\Java\\Automize6\\macros");
  743.       ___macros.setOverrideUnixPermissions(false);
  744.       ___macros.setDestinationName("macros");
  745.       ProgressMonitor.updateScriptIncrement();
  746.       ___debugfile.setMacBinary(false);
  747.       ___debugfile.setFileSize(13426L);
  748.       ___debugfile.setUnixPermissions("664");
  749.       ___debugfile.setSourceName("debugfile");
  750.       ___debugfile.setShouldUninstall(true);
  751.       ___debugfile.setSourcePath("C:\\Data\\Java\\Automize6\\macros\\");
  752.       ___debugfile.setOverrideUnixPermissions(false);
  753.       ___debugfile.setDestinationName("debugfile");
  754.       ProgressMonitor.updateScriptIncrement();
  755.       ___variables.setMacBinary(false);
  756.       ___variables.setUnixPermissions("775");
  757.       ___variables.setRemoveRecursively(false);
  758.       ___variables.setSourceName("");
  759.       ___variables.setShouldUninstall(true);
  760.       ___variables.setSourcePath("C:\\Data\\Java\\Automize6\\variables");
  761.       ___variables.setOverrideUnixPermissions(false);
  762.       ___variables.setDestinationName("variables");
  763.       ProgressMonitor.updateScriptIncrement();
  764.       ___activation_jar.setMacBinary(false);
  765.       ___activation_jar.setFileSize(80312L);
  766.       ___activation_jar.setUnixPermissions("664");
  767.       ___activation_jar.setSourceName("activation.jar");
  768.       ___activation_jar.setShouldUninstall(true);
  769.       ___activation_jar.setSourcePath("C:\\Data\\Java\\Automize6\\");
  770.       ___activation_jar.setOverrideUnixPermissions(false);
  771.       ___activation_jar.setDestinationName("activation.jar");
  772.       ProgressMonitor.updateScriptIncrement();
  773.       ___mail_jar.setMacBinary(false);
  774.       ___mail_jar.setFileSize(280984L);
  775.       ___mail_jar.setUnixPermissions("664");
  776.       ___mail_jar.setSourceName("mail.jar");
  777.       ___mail_jar.setShouldUninstall(true);
  778.       ___mail_jar.setSourcePath("C:\\Data\\Java\\Automize6\\");
  779.       ___mail_jar.setOverrideUnixPermissions(false);
  780.       ___mail_jar.setDestinationName("mail.jar");
  781.       ProgressMonitor.updateScriptIncrement();
  782.       ___jclasses_jar.setMacBinary(false);
  783.       ___jclasses_jar.setFileSize(872321L);
  784.       ___jclasses_jar.setUnixPermissions("664");
  785.       ___jclasses_jar.setSourceName("jclasses.jar");
  786.       ___jclasses_jar.setShouldUninstall(true);
  787.       ___jclasses_jar.setSourcePath("C:\\Data\\Java\\Automize6\\");
  788.       ___jclasses_jar.setOverrideUnixPermissions(false);
  789.       ___jclasses_jar.setDestinationName("jclasses.jar");
  790.       ProgressMonitor.updateScriptIncrement();
  791.       ___NetComponents_jar.setMacBinary(false);
  792.       ___NetComponents_jar.setFileSize(92484L);
  793.       ___NetComponents_jar.setUnixPermissions("664");
  794.       ___NetComponents_jar.setSourceName("NetComponents.jar");
  795.       ___NetComponents_jar.setShouldUninstall(true);
  796.       ___NetComponents_jar.setSourcePath("C:\\Data\\Java\\Automize6\\");
  797.       ___NetComponents_jar.setOverrideUnixPermissions(false);
  798.       ___NetComponents_jar.setDestinationName("NetComponents.jar");
  799.       ProgressMonitor.updateScriptIncrement();
  800.       ___WinCommand_exe.setMacBinary(false);
  801.       ___WinCommand_exe.setFileSize(126976L);
  802.       ___WinCommand_exe.setUnixPermissions("664");
  803.       ___WinCommand_exe.setSourceName("WinCommand.exe");
  804.       ___WinCommand_exe.setShouldUninstall(true);
  805.       ___WinCommand_exe.setSourcePath("C:\\Data\\Java\\Automize6\\");
  806.       ___WinCommand_exe.setOverrideUnixPermissions(false);
  807.       ___WinCommand_exe.setDestinationName("WinCommand.exe");
  808.       ProgressMonitor.updateScriptIncrement();
  809.       ___Shutdown_exe.setMacBinary(false);
  810.       ___Shutdown_exe.setFileSize(122880L);
  811.       ___Shutdown_exe.setUnixPermissions("664");
  812.       ___Shutdown_exe.setSourceName("Shutdown.exe");
  813.       ___Shutdown_exe.setShouldUninstall(true);
  814.       ___Shutdown_exe.setSourcePath("C:\\Data\\Java\\Automize6\\");
  815.       ___Shutdown_exe.setOverrideUnixPermissions(false);
  816.       ___Shutdown_exe.setDestinationName("Shutdown.exe");
  817.       ProgressMonitor.updateScriptIncrement();
  818.       ___ShellExecute_exe.setMacBinary(false);
  819.       ___ShellExecute_exe.setFileSize(122880L);
  820.       ___ShellExecute_exe.setUnixPermissions("664");
  821.       ___ShellExecute_exe.setSourceName("ShellExecute.exe");
  822.       ___ShellExecute_exe.setShouldUninstall(true);
  823.       ___ShellExecute_exe.setSourcePath("C:\\Data\\Java\\Automize6\\");
  824.       ___ShellExecute_exe.setOverrideUnixPermissions(false);
  825.       ___ShellExecute_exe.setDestinationName("ShellExecute.exe");
  826.       ProgressMonitor.updateScriptIncrement();
  827.       ___ExcelMacro_exe.setMacBinary(false);
  828.       ___ExcelMacro_exe.setFileSize(118784L);
  829.    }
  830.  
  831.    public static void loadScript4() {
  832.       ___ExcelMacro_exe.setUnixPermissions("664");
  833.       ___ExcelMacro_exe.setSourceName("ExcelMacro.exe");
  834.       ___ExcelMacro_exe.setShouldUninstall(true);
  835.       ___ExcelMacro_exe.setSourcePath("C:\\Data\\Java\\Automize6\\");
  836.       ___ExcelMacro_exe.setOverrideUnixPermissions(false);
  837.       ___ExcelMacro_exe.setDestinationName("ExcelMacro.exe");
  838.       ProgressMonitor.updateScriptIncrement();
  839.       ___clm_bat.setMacBinary(false);
  840.       ___clm_bat.setFileSize(45L);
  841.       ___clm_bat.setUnixPermissions("664");
  842.       ___clm_bat.setSourceName("clm.bat");
  843.       ___clm_bat.setShouldUninstall(true);
  844.       ___clm_bat.setSourcePath("C:\\Data\\Java\\Automize6\\");
  845.       ___clm_bat.setOverrideUnixPermissions(false);
  846.       ___clm_bat.setDestinationName("clm.bat");
  847.       ProgressMonitor.updateScriptIncrement();
  848.       ___clm.setMacBinary(false);
  849.       ___clm.setFileSize(37L);
  850.       ___clm.setUnixPermissions("664");
  851.       ___clm.setSourceName("clm");
  852.       ___clm.setShouldUninstall(true);
  853.       ___clm.setSourcePath("C:\\Data\\Java\\Automize6\\");
  854.       ___clm.setOverrideUnixPermissions(false);
  855.       ___clm.setDestinationName("clm");
  856.       ProgressMonitor.updateScriptIncrement();
  857.       ___launcherNoJVM.setMacBinary(false);
  858.       ___launcherNoJVM.setFileSize(81L);
  859.       ___launcherNoJVM.setUnixPermissions("664");
  860.       ___launcherNoJVM.setSourceName("launcherNoJVM");
  861.       ___launcherNoJVM.setShouldUninstall(true);
  862.       ___launcherNoJVM.setSourcePath("C:\\Data\\Java\\Automize6\\");
  863.       ___launcherNoJVM.setOverrideUnixPermissions(false);
  864.       ___launcherNoJVM.setDestinationName("launcherNoJVM");
  865.       ProgressMonitor.updateScriptIncrement();
  866.       ___launcherJVM.setMacBinary(false);
  867.       ___launcherJVM.setFileSize(89L);
  868.       ___launcherJVM.setUnixPermissions("664");
  869.       ___launcherJVM.setSourceName("launcherJVM");
  870.       ___launcherJVM.setShouldUninstall(true);
  871.       ___launcherJVM.setSourcePath("C:\\Data\\Java\\Automize6\\");
  872.       ___launcherJVM.setOverrideUnixPermissions(false);
  873.       ___launcherJVM.setDestinationName("launcherJVM");
  874.       ProgressMonitor.updateScriptIncrement();
  875.       ___readme_txt.setMacBinary(false);
  876.       ___readme_txt.setFileSize(3734L);
  877.       ___readme_txt.setUnixPermissions("664");
  878.       ___readme_txt.setSourceName("readme.txt");
  879.       ___readme_txt.setShouldUninstall(true);
  880.       ___readme_txt.setSourcePath("C:\\Data\\Java\\Automize6\\");
  881.       ___readme_txt.setOverrideUnixPermissions(false);
  882.       ___readme_txt.setDestinationName("readme.txt");
  883.       ProgressMonitor.updateScriptIncrement();
  884.       ___license_NetComponents_txt.setMacBinary(false);
  885.       ___license_NetComponents_txt.setFileSize(3923L);
  886.       ___license_NetComponents_txt.setUnixPermissions("664");
  887.       ___license_NetComponents_txt.setSourceName("license_NetComponents.txt");
  888.       ___license_NetComponents_txt.setShouldUninstall(true);
  889.       ___license_NetComponents_txt.setSourcePath("C:\\Data\\Java\\Automize6\\");
  890.       ___license_NetComponents_txt.setOverrideUnixPermissions(false);
  891.       ___license_NetComponents_txt.setDestinationName("license_NetComponents.txt");
  892.       ProgressMonitor.updateScriptIncrement();
  893.       ___license_gnu_lgpl_txt.setMacBinary(false);
  894.       ___license_gnu_lgpl_txt.setFileSize(26430L);
  895.       ___license_gnu_lgpl_txt.setUnixPermissions("664");
  896.       ___license_gnu_lgpl_txt.setSourceName("license_gnu_lgpl.txt");
  897.       ___license_gnu_lgpl_txt.setShouldUninstall(true);
  898.       ___license_gnu_lgpl_txt.setSourcePath("C:\\Data\\Java\\Automize6\\");
  899.       ___license_gnu_lgpl_txt.setOverrideUnixPermissions(false);
  900.       ___license_gnu_lgpl_txt.setDestinationName("license_gnu_lgpl.txt");
  901.       ProgressMonitor.updateScriptIncrement();
  902.       ___license_txt.setMacBinary(false);
  903.       ___license_txt.setFileSize(8053L);
  904.       ___license_txt.setUnixPermissions("664");
  905.       ___license_txt.setSourceName("license.txt");
  906.       ___license_txt.setShouldUninstall(true);
  907.       ___license_txt.setSourcePath("C:\\Data\\Java\\Automize6\\");
  908.       ___license_txt.setOverrideUnixPermissions(false);
  909.       ___license_txt.setDestinationName("license.txt");
  910.       ProgressMonitor.updateScriptIncrement();
  911.       ___Shortcuts_0USER_SHORTCUTS0.setUnixPermissions("775");
  912.       ___Shortcuts_0USER_SHORTCUTS0.setOverrideUnixPermissions(false);
  913.       ___Shortcuts_0USER_SHORTCUTS0.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_ShortcutsMF);
  914.       ProgressMonitor.updateScriptIncrement();
  915.       ___nullIcon = new BindingWin32();
  916.       ___nullIcon.setInstaller(___Automize6);
  917.       ___nullIcon.setLargeIconName("static.gif");
  918.       ___nullIcon.setMacOSXIconName("automize.icns");
  919.       ___nullIcon.setSmallIconPath("C:\\Data\\Java\\Automize6\\images\\");
  920.       ___nullIcon.setLargeIconPath("C:\\Data\\Java\\Automize6\\images\\");
  921.       ___nullIcon.setMacOSXIconPath("C:\\Data\\Java\\Automize6\\images\\");
  922.       ___nullIcon.setSmallIconName("static.gif");
  923.       ProgressMonitor.updateScriptIncrement();
  924.       ___Automize_1.setShortcutIcon(___nullIcon);
  925.       ___Automize_1.setUseInstalledFile(true);
  926.       ___Automize_1.setArgs("");
  927.       ___Automize_1.setShouldUninstall(true);
  928.       ___Automize_1.setTargetAction(___Automize);
  929.       ___Automize_1.setDestinationName("Automize");
  930.       ___Automize_1.setWorkingDir("");
  931.       ___Automize_1.setExternalID("CreateShortcut.12");
  932.       ProgressMonitor.updateScriptIncrement();
  933.       ___nullIcon_1 = new BindingWin32();
  934.       ___nullIcon_1.setInstaller(___Automize6);
  935.       ___nullIcon_1.setLargeIconName("static.gif");
  936.       ___nullIcon_1.setSmallIconPath("C:\\Data\\Java\\Automize6\\images\\");
  937.       ___nullIcon_1.setLargeIconPath("C:\\Data\\Java\\Automize6\\images\\");
  938.       ___nullIcon_1.setSmallIconName("static.gif");
  939.       ProgressMonitor.updateScriptIncrement();
  940.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setShortcutIcon(___nullIcon_1);
  941.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setUseInstalledFile(true);
  942.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setArgs("");
  943.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setShouldUninstall(true);
  944.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setTargetAction(___Uninstall_Automize);
  945.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setWorkingDir("");
  946.       ___Create_Alias0_Link0_Shortcut0_0No_target_selected0.setExternalID("CreateShortcut.49");
  947.       ProgressMonitor.updateScriptIncrement();
  948.       ___0default0.setImagePath("com/zerog/ia/installer/images/");
  949.       ___0default0.setImageName("billboardImage.gif");
  950.       ___0default0.setExternalID("Billboard.13");
  951.       ProgressMonitor.updateScriptIncrement();
  952.       ProgressMonitor.updateScriptIncrement();
  953.       ___Automize6.addVisualChild(___Full_Install);
  954.       ___Automize6.addVisualChild(___Application);
  955.       ___Automize6.addVisualChild(___Install_Folder_0USER_INSTALL_DIR0);
  956.       ___Automize6.addVisualChild(___Shortcuts_0USER_SHORTCUTS0);
  957.       ___Automize6.addVisualChild(___0default0);
  958.       ProgressMonitor.updateScriptIncrement();
  959.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Automize);
  960.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___UninstallerData);
  961.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Help);
  962.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___images);
  963.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___inputs);
  964.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___TaskLogs);
  965.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___macros);
  966.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___variables);
  967.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___activation_jar);
  968.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___mail_jar);
  969.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___jclasses_jar);
  970.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___NetComponents_jar);
  971.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___WinCommand_exe);
  972.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Shutdown_exe);
  973.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___ShellExecute_exe);
  974.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___ExcelMacro_exe);
  975.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___clm_bat);
  976.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___clm);
  977.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___launcherNoJVM);
  978.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___launcherJVM);
  979.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___readme_txt);
  980.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___license_NetComponents_txt);
  981.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___license_gnu_lgpl_txt);
  982.       ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___license_txt);
  983.       ProgressMonitor.updateScriptIncrement();
  984.       ___UninstallerData.addVisualChild(___Uninstall_Automize);
  985.       ProgressMonitor.updateScriptIncrement();
  986.       ___inputs.addVisualChild(___defaults_properties);
  987.       ___inputs.addVisualChild(___messages_properties);
  988.       ___inputs.addVisualChild(___tips_txt);
  989.       ___inputs.addVisualChild(___version_history_txt);
  990.       ProgressMonitor.updateScriptIncrement();
  991.       ___macros.addVisualChild(___debugfile);
  992.       ProgressMonitor.updateScriptIncrement();
  993.       ___Shortcuts_0USER_SHORTCUTS0.addVisualChild(___Automize_1);
  994.       ___Shortcuts_0USER_SHORTCUTS0.addVisualChild(___Create_Alias0_Link0_Shortcut0_0No_target_selected0);
  995.       ProgressMonitor.updateScriptIncrement();
  996.       ___Automize6.addInstallChild(___Full_Install);
  997.       ProgressMonitor.updateScriptIncrement();
  998.       ___Full_Install.addInstallChild(___Application);
  999.       ProgressMonitor.updateScriptIncrement();
  1000.       ___Application.addInstallChild(___0default0);
  1001.       ___Application.addInstallChild(___UninstallerData);
  1002.       ___Application.addInstallChild(___Uninstall_Automize);
  1003.       ___Application.addInstallChild(___Automize);
  1004.       ___Application.addInstallChild(___Automize_1);
  1005.       ___Application.addInstallChild(___Create_Alias0_Link0_Shortcut0_0No_target_selected0);
  1006.       ___Application.addInstallChild(___clm_bat);
  1007.       ___Application.addInstallChild(___mail_jar);
  1008.       ___Application.addInstallChild(___readme_txt);
  1009.       ___Application.addInstallChild(___ShellExecute_exe);
  1010.       ___Application.addInstallChild(___Shutdown_exe);
  1011.       ___Application.addInstallChild(___WinCommand_exe);
  1012.       ___Application.addInstallChild(___activation_jar);
  1013.       ___Application.addInstallChild(___clm);
  1014.       ___Application.addInstallChild(___ExcelMacro_exe);
  1015.       ___Application.addInstallChild(___jclasses_jar);
  1016.       ___Application.addInstallChild(___launcherJVM);
  1017.       ___Application.addInstallChild(___launcherNoJVM);
  1018.       ___Application.addInstallChild(___license_txt);
  1019.       ___Application.addInstallChild(___license_gnu_lgpl_txt);
  1020.       ___Application.addInstallChild(___license_NetComponents_txt);
  1021.       ___Application.addInstallChild(___NetComponents_jar);
  1022.       ___Application.addInstallChild(___TaskLogs);
  1023.       ___Application.addInstallChild(___inputs);
  1024.       ___Application.addInstallChild(___defaults_properties);
  1025.       ___Application.addInstallChild(___messages_properties);
  1026.       ___Application.addInstallChild(___tips_txt);
  1027.       ___Application.addInstallChild(___version_history_txt);
  1028.       ___Application.addInstallChild(___macros);
  1029.       ___Application.addInstallChild(___debugfile);
  1030.       ___Application.addInstallChild(___images);
  1031.       ___Application.addInstallChild(___Help);
  1032.       ___Application.addInstallChild(___variables);
  1033.    }
  1034.  
  1035.    public static Installer loadScript() {
  1036.       Installer.setScriptBuildInfo(String.valueOf(scriptVersion).concat(String.valueOf(" Build 1394")));
  1037.       ProgressMonitor.setNumberOfScriptIncrements(numIncrements);
  1038.       ProgressMonitor.setScriptIdentifier(scriptID);
  1039.       ProgressMonitor.setBuildIdentifier(buildID);
  1040.       loadScript1();
  1041.       loadScript2();
  1042.       loadScript3();
  1043.       loadScript4();
  1044.       ___Automize6.setAuthorization(new byte[]{1, 0, 0, -16, -56, -127, 17, 16, 80, 112, 114, 103, 83, 98, 113, 97, 113, 65, 51, 72, 58, 65, 66, 68, 88, 72, 64, 69, 66, 69, 48, 63, 87, 5, 2, 6, 0, 30, 125, 13, 0, 0, 0});
  1045.       ___Automize6.getExternalPropertyLoader().setID(619L);
  1046.       ProgressMonitor.updateScriptIncrement();
  1047.       ___Help.restoreContents();
  1048.       ProgressMonitor.updateScriptIncrement();
  1049.       ___images.restoreContents();
  1050.       ProgressMonitor.updateScriptIncrement();
  1051.       return ___Automize6;
  1052.    }
  1053. }
  1054.