Nov 25, 2011
04:25 AM
Thank you Mac and SunnyBoy for your quick responses. I am planning to do this in following way: 1.Group1. "Yes" will have a single nested radio button "Yes" (USER_INPUT_X) of CG2 2. Group1. "No" will have both (Yes and No) the radio buttons of Group2 as nested elements. "Yes"- USER_INPUT_X (same variabe name as in the case of "Yes" in G1) "No" - USER_INPUT_Y in IA we have the choice to hide the input variables. So the user will see the nested elements only of the selected radio button.
... View more
Nov 24, 2011
11:35 PM
Hi, In my project, i have a panel that contains a choice group which has two radio buttons (say yes/No). IA generates two user input variables one for each radio button. No I can check which radio button user has selected (its variable will have a value 1). But how can we check what choice the user has made (yes or No) on that panel? Thanks and regards Atul
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Nov 24, 2011
11:31 PM
Hi, I have two choice groups on a panel say G1 and G2. in each group there are two radio buttons yes and No (G1- Yes/No and G2- Yes/No). Now I want to enable/disable radio button Yes based on the choice made in G1. For example- If the user selects "Yes" in G1, the "No" radio button in G2 should be disabled and if the user selects "No" in G1, The "No" button in G2 should be selected by default. Thanks and regards Atul
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Nov 23, 2011
08:56 AM
Hello, I am creating an installer for windows OS. The installer will work on both 32 and 64 bit version of wwindows server 2008 R2. I have to install some components only if OS is 64 bit. Can somebody please tell me how to check this. I was using variable $prop.os.arch$ but this is not working. The value of the variable is x86 on both the platforms. Thanks and regards Atul
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Nov 16, 2011
05:45 AM
Sorry PV I can not provide my project. But I am posting my LAX file with entries modified. Hope it will give you some idea. Please have a look and suggest do I need to add anythind (property or parameter) else. Also when I checked the installation log, everything was done successfully (creation of application). My LAX file is like: # LaunchAnywhere (tm) Executable Properties File - Flexera Software, Inc. and/or InstallShield Co. Inc. # LAX.APPLICATION.NAME # -------------------- # the default name of this executable -- do not edit lax.application.name= # 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= # LAX.COMMAND.LINE.ARGS # --------------------- # what will be passed to the main method -- be sure to quote arguments with spaces in them lax.command.line.args= # LAX.DIR # ------- # path to directory holding LaunchAnywhere's native launcher lax.dir= # LAX.MAIN.CLASS # -------------- # lax.main.class= # 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=C:\\Windows\\SysWOW64\\javaw.exe (while my setup installs JRE in D drive. If I change this path to the VM installed by the setup, the same problem continues) # 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.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=3 # LAX.NL.WIN32.MICROSOFTVM.MIN.VERSION # ------------------------------------ # The minimum version of Microsoft's VM this application will run against lax.nl.win32.microsoftvm.min.version=2750 # LAX.ROOT.INSTALL.DIR # -------------------- # path to the installdir magic folder lax.root.install.dir= # 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=C:\\Err.log # 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=C:\\Output.log # 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=12.0
... View more
Nov 15, 2011
08:00 AM
Hello, I have created a LaunchAnywhere in my project and provided it the main class path and other parameters in LAX file. Now the problem is that this launcher does runs initially and then just hangs up. Its not running the application when launched instead it is running the application (created by launch anywhere) at the time I uninstall the project. please suggest if I am missing something. Thanks alot for your valuable time Atul
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Nov 03, 2011
11:36 PM
Hello, Can I change the path of the properties file generated after installation (contains user input during installation). The file is created in $USER_INSTALL_DIR$ but I want it to be created in C:\ drive. Thanks and regards Atul
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Nov 01, 2011
10:38 PM
Hello Hari, I am writing my custom code in Java. Should I write an action that includes your code and execute it before updating/retrieving any registry entries? Thanks alot Atul
... View more
Nov 01, 2011
08:11 AM
Hi hari, Where to use this code. In my project we have created many registry files and during installation we update them using "reg" command. Also we access the registry using "reg" command. for example REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.6" /v "JavaHome". So where should I use the code suggested by you. Thanks for your reply.
... View more
Oct 31, 2011
06:21 AM
Hi, Sorry if the post is not relevant to the forum topics. I am crating an installer for Windows Server 2008 R2 platform. My installer installs JRE with it and for this it detects whether a compatble version of JRE is installed or not on the target machine. Currently we are doing this through registry check. The problem is that during registry update all the entries are automatically updated under WoW64 (while i am using HKLM\Software\JavaSoft and WoW64 folder is not included in path) folder for example the entries of Java are automatically updated in "HKLM\WoW64\Software\JavaSoft" (may be because of registry redirector) but when i try to read the key using "HKLM\Software\JavaSoft" it shows the error "Key not found". Since, we are only moving from Windows Server 2003 to Windows Server 2008 R2, all the scripts were developed for Win 2k3 Server. So, do I need to modify all the scripts and include WoW64 in the path while accessing the registry or is there any other way which can resolve my problem. Thanks alot for your valuable time.
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Oct 21, 2011
04:06 AM
Hi, I am creating a project in which there are two setups say Setup1 and Setup2 and both have user input fields like selet installation folder, setup type selection and feature selection etc. Now, Setup1 after the installation of its components, calls Setup2. In Setup1 e create and modify a file say Setup2.properties file and pass this as parameter. The command that I am using is: 1. I am using "Exceute a command" action for this. 2. I am using the command: Setup2.exe -i silent -f Setup2.properties But this is not working. Is there any problem in running the setup this way. Also I have not checked the "silent" check box in Installer's UI selection part of the project, I am creating only GUI setups. Do I need to select "silent" check box as well or this command should work irrespective of that selection. Anyways I am not able to install Setup2 in silent mode. Can someone please suggest a solution. I really need this on urgent basis. Thanks for your valuable time.
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Sep 29, 2011
01:38 AM
Hi Madhav, As I have mentioned there are two install sets, custom is by default provided by InstallAnywhere. So including custom there are three. Now if I take the example of my first set say "Set1", there are some features which are only for this set and some features are specifically for "Set2" now apart from these features (mandatory for their respective install sets "Set1" and "Set2") there are some features which are optional. Now if we select custom install set it will display all the features and user will have to select as per their requirement. My requirement is a bit different. In my case if the user selects "Set1" all the mandatory features should be automatically selected and the optional features can be selected as per the requirement, also in this case the features which are specific to "Set2" should not be displayed. The same should be when the user selects "Set2" as the install set. Hope you got my point. We were following this approach in ISMP 5.3. Thanks alot for your valuable time.
... View more
Sep 28, 2011
06:55 AM
Hi, I am creating a project on IA 2011. In this project there are about 10 features and two install sets. Some features are specific to one install set and some are for the second install set. The user can select the remaining features (not the features specific to install sets). For this I selected "Choose install sets [followed by] Choose features" radio button on install sets panel. But there was no fruitful result. If anybody has any idea how to do it, please suggest the solution. Thanks alot.
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Sep 02, 2011
05:58 AM
I think $INSTALLER_LAUNCH_DIR$ should solve my problem. Thanks for your reply.
... View more
Sep 01, 2011
02:15 AM
Hi, I am using IA 2011. In the "vriables" tab under "Project" tab a short description of various variables is given. Here in IA 2011 the description of $prop.user.dir$ is given as "Contains Java system property $J(user.dir)" and $J(user.dir) refers to the user's current directory. But when I am using the variable $prop.user.dir$ it is not pointing to the user's current dir, it points to some temp dir (I think its installer's temp dir). Can anyone please help me to understand the issue. Thanks alot for spending your precious time.
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Latest posts by atulmaurya
Subject | Views | Posted |
---|---|---|
879 | Nov 25, 2011 04:25 AM | |
1728 | Nov 24, 2011 11:35 PM | |
2994 | Nov 24, 2011 11:31 PM | |
2676 | Nov 23, 2011 08:56 AM | |
2002 | Nov 16, 2011 05:45 AM | |
7069 | Nov 15, 2011 08:00 AM | |
1915 | Nov 03, 2011 11:36 PM | |
1116 | Nov 01, 2011 10:38 PM | |
1116 | Nov 01, 2011 08:11 AM | |
3762 | Oct 31, 2011 06:21 AM |
Activity Feed
- Posted Re: Enabling\Disabling a radio button on InstallAnywhere Forum. Nov 25, 2011 04:25 AM
- Posted Dispalying the user input on a choice group on InstallAnywhere Forum. Nov 24, 2011 11:35 PM
- Posted Enabling\Disabling a radio button on InstallAnywhere Forum. Nov 24, 2011 11:31 PM
- Posted checking if the OS is 32-bit or 64-bit on InstallAnywhere Forum. Nov 23, 2011 08:56 AM
- Posted Re: LaunchAnywhere Application on InstallAnywhere Forum. Nov 16, 2011 05:45 AM
- Posted LaunchAnywhere Application on InstallAnywhere Forum. Nov 15, 2011 08:00 AM
- Posted Changing the path of the properties file on InstallAnywhere Forum. Nov 03, 2011 11:36 PM
- Posted Re: Accessing Registry entries of 32-bit application in Windows Server 2008 R2 on InstallAnywhere Forum. Nov 01, 2011 10:38 PM
- Posted Re: Accessing Registry entries of 32-bit application in Windows Server 2008 R2 on InstallAnywhere Forum. Nov 01, 2011 08:11 AM
- Posted Accessing Registry entries of 32-bit application in Windows Server 2008 R2 on InstallAnywhere Forum. Oct 31, 2011 06:21 AM
- Posted Silent Installation on InstallAnywhere Forum. Oct 21, 2011 04:06 AM
- Posted Re: Feature Selection on InstallAnywhere Forum. Sep 29, 2011 01:38 AM
- Posted Feature Selection on InstallAnywhere Forum. Sep 28, 2011 06:55 AM
- Posted Re: Problem with $prop.user.dir$ on InstallAnywhere Forum. Sep 02, 2011 05:58 AM
- Posted Problem with $prop.user.dir$ on InstallAnywhere Forum. Sep 01, 2011 02:15 AM
- Posted external resource in ISMP on InstallAnywhere Forum. Aug 11, 2011 10:33 AM
- Posted Re: Adding external files on InstallAnywhere Forum. Aug 03, 2011 07:42 AM
- Posted Adding external files on InstallAnywhere Forum. Aug 03, 2011 04:37 AM
- Posted Re: InstallAnywhere efficiency.. on InstallAnywhere Forum. Aug 03, 2011 04:30 AM
- Posted InstallAnywhere efficiency.. on InstallAnywhere Forum. Jul 23, 2011 08:11 AM