123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- # LaunchAnywhere (tm) Executable Properties File - Flexera Software LLC
- # LAX.APPLICATION.NAME
- # --------------------
- # the default name of this executable -- do not edit
- lax.application.name=Uninstall_IBM_Cognos_Analytics.exe
- # LAX.CLASS.PATH
- # --------------
- # the Java classpath necessary to run this application
- # Can be separated by colons (Mac OS/Unix) or semicolons (Windows)
- lax.class.path=;InstData\\Execute.zip;uninstaller.jar;resource;uninstallerResources.zip
- # LAX.COMMAND.LINE.ARGS
- # ---------------------
- lax.command.line.args=$CMD_LINE_ARGUMENTS$ -u
- # LAX.COMPANY.NAME
- # ----------------
- # The company name of LaunchAnywhere that created this properties file
- lax.company.name=
- # LAX.COPYRIGHT
- # -------------
- # The copyright of the LaunchAnywhere that created this properties file
- lax.copyright=
- # LAX.DIR
- # -------
- # path to directory holding LaunchAnywhere's native launcher
- lax.dir=C:\\Program Files\\ibm\\cognos\\analytics\\uninstall\\
- # LAX.FILE.DESCRIPTION
- # --------------------
- # The description of the LaunchAnywhere that created this properties file
- lax.file.description=
- # LAX.MAIN.CLASS
- # --------------
- # the class that contains the main method for the application
- lax.main.class=com.zerog.ia.installer.Main
- # LAX.MAIN.METHOD
- # ---------------
- # the method in the main class that will be invoked
- lax.main.method=main
- # LAX.NL.CURRENT.VM
- # -----------------
- # the VM to use for the next launch
- lax.nl.current.vm=..\\uninstall\\jre\\bin\\java.exe
- # LAX.NL.JAVA.COMPILER
- # --------------------
- lax.nl.java.compiler=off
- # LAX.NL.JAVA.LAUNCHER.MAIN.CLASS
- # -------------------------------
- # main class of LaunchAnywhere's java launcher -- do not adjust
- lax.nl.java.launcher.main.class=com.zerog.lax.LAX
- # LAX.NL.JAVA.LAUNCHER.MAIN.METHOD
- # --------------------------------
- # main method of LaunchAnywhere's java launcher -- do not adjust
- lax.nl.java.launcher.main.method=main
- # LAX.NL.JAVA.OPTION.CHECK.SOURCE
- # -------------------------------
- lax.nl.java.option.check.source=off
- # LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.INITIAL
- # -----------------------------------------
- lax.nl.java.option.java.heap.size.initial=1073741824
- # LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.MAX
- # -------------------------------------
- lax.nl.java.option.java.heap.size.max=1073741824
- # LAX.NL.VALID.VM.LIST
- # --------------------
- # Defines which VMs are valid for your project.
- # If the native launcher cannot find the current vm,
- # it will search for ones in this list
- lax.nl.valid.vm.list=1.6+
- # LAX.NL.WIN32.JAVA.LAUNCHER.PLATFORM
- # -----------------------------------
- # Set this variable to following values for launching on a 64 bit machine.
- # 0, to Prefer 64bit JVM, if not available use 32 bit JVM
- # 1, to Prefer 32bit JVM, if not available use 64 bit JVM
- # 2, to Prefer 64bit JVM, if not available exit with error
- # 3, to Prefer 32bit JVM, if not available exit with error
- lax.nl.win32.java.launcher.platform=0
- # LAX.NL.WIN32.MICROSOFTVM.MIN.VERSION
- # ------------------------------------
- lax.nl.win32.microsoftvm.min.version=3167
- # LAX.PRODUCT.NAME
- # ----------------
- # The product name of the LaunchAnywhere that created this properties file
- lax.product.name=
- # LAX.PRODUCT.VERSION
- # -------------------
- # The product version of the LaunchAnywhere that created this properties file
- lax.product.version=
- # LAX.ROOT.INSTALL.DIR
- # --------------------
- # path to the installdir magic folder
- lax.root.install.dir=C:\\Program Files\\ibm\\cognos\\analytics
- # LAX.STDERR.REDIRECT
- # -------------------
- # leave blank for no output, "console" to send to a console window,
- # and any path to a file to save to the file
- lax.stderr.redirect=
- # LAX.STDIN.REDIRECT
- # ------------------
- # leave blank for no input, "console" to read from the console window,
- # and any path to a file to read from that file
- lax.stdin.redirect=
- # LAX.STDOUT.REDIRECT
- # -------------------
- # leave blank for no output, "console" to send to a console window,
- # and any path to a file to save to the file
- lax.stdout.redirect=
- # LAX.USER.DIR
- # ------------
- # left blank, this property will cause the native launcher to not
- # alter the platform default behavior for setting the user dir.
- # To override this you may set this property to a relative or absolute path.
- # Relative paths are relative to the launcher.
- lax.user.dir=.
- # LAX.VERSION
- # -----------
- # version of LaunchAnywhere that created this properties file
- lax.version=21.0
|