Apr 01, 2009
04:36 PM
were you able to get this resolve?
... View more
Mar 13, 2009
04:58 PM
I did a search on my machine and it's under my user's profile %USERPROFILE%\InstallAnywhere\100\Enterprise\preferences\com.zerog.ia.PathManager.properties now the questions is how to modify it during build time.....
... View more
Mar 13, 2009
04:43 PM
does anyone know where does the info for the source path lives? I mean where does it define for $IA_HOME$ $PROJECT_LIB$ or any custom resource? this is driving me nut when it can't find it and ask me to redefine it when opening up a project. :mad: :confused:
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Jan 21, 2009
05:25 PM
raja_tiwari wrote: Hi everyone, I am using IA with MySQL inbuilt feature. In that there's field for port number. I want to ask it to the user so i want to put a variable there, like $PORT_NO$ .But the problem is that it doesnt take any non numeric value. So i am unable to enter value $PORT_NO$ into it. Any help will be apreciated. Thanks. I had a similar issue that I can't use variable for ports. I ended up using the generic JDBC connect with specific jdbc connection url/strings. All you have to do is substitue the values with variables in the jdbc url string. I belive the one for mySql is jdbc:mysql://localhost:3306/mysqldb e.g. for oracle jdbc:oracle:thin:@$DB_ORACLE_HOSTNAME$:$DB_ORACLE_PORT$:$DB_ORACLE_DBNAME$ make sure you check the "custom driver setting", enter the driver class info and include the jar files.
... View more
Jan 20, 2009
12:09 PM
I was able to get the installed product version by location. However I had to do a lot of other logics to compare the versions . e.g. currentVersion < installedVersion, whether the base installer for the patch exist in the custom code. Is there a better way to do this? ProductRegistryService productRegistryService = (ProductRegistryService) ip.getService(ProductRegistryService.class); String productLoc = (String) ip.getVariable($USER_INSTALL_DIR$); String productId = (String) ip.getVariable($PRODUCT_ID$); // //set the search criteria with location and Unique product id SoftwareObjectSearchCriteria sc = new SoftwareObjectSearchCriteria(); sc.setLocation(productLoc); sc.setUniqueID(productId); Product product = null; ip.setVariable("$INSTALLED_PRODUCT_VERSION$", product.getVersion());
... View more
Nov 10, 2008
01:07 PM
Is there a way to get version number of the product installed if given the productId or install location in windows or unix? I am trying to find the version number in the preinstall staging so I can determine if it's upgradeable/patchable. thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Latest posts by eddie3721
Subject | Views | Posted |
---|---|---|
1133 | Apr 01, 2009 04:36 PM | |
576 | Mar 13, 2009 04:58 PM | |
3083 | Mar 13, 2009 04:43 PM | |
1399 | Jan 21, 2009 05:25 PM | |
2163 | Jan 20, 2009 12:09 PM | |
5123 | Nov 10, 2008 01:07 PM |
Activity Feed
- Posted Re: Headless install with a build-only license on InstallAnywhere Forum. Apr 01, 2009 04:36 PM
- Posted Re: source path file on InstallAnywhere Forum. Mar 13, 2009 04:58 PM
- Posted source path file on InstallAnywhere Forum. Mar 13, 2009 04:43 PM
- Posted Re: IA with SQL on InstallAnywhere Forum. Jan 21, 2009 05:25 PM
- Posted Re: upgrade -Get the version number of the existing installs on InstallAnywhere Forum. Jan 20, 2009 12:09 PM
- Posted upgrade -Get the version number of the existing installs on InstallAnywhere Forum. Nov 10, 2008 01:07 PM