Sep 21, 2022
03:43 PM
I don't think that would be possible. The installer extracts a JDK/JRE out of the installer and places it in /tmp (or elsewhere you've directed). It then RUNS said Java platform. If it can't run, it can install anything.
... View more
Sep 06, 2022
08:20 PM
I needed to contact support for a different issue but got this question answered at the same time.
The .vm files are provided for 'our convenience' and we're free to make our own from any JRE.
... View more
Sep 06, 2022
08:18 PM
I needed to contact support for a different reason and got this question answered.
Yes, a JRE is all that's needed. The .vm files provided for download are for 'our convenience' and some are full JVMs.
By using a JRE, I'll be able to make the size of my installer much smaller.
... View more
Sep 06, 2022
08:10 PM
I don't know why, but it seems very difficult to find documentation on this via internet search. I tend to bookmark these pages as they're so hard to find.
You're all set, it's still there. Here are two links, one talky and the other the API.
https://docs.revenera.com/installanywhere2021/Content/helplibrary/ia_ref_ismp_callapi.htm#advanced_solutions_2317019866_1140807
https://docs.revenera.com/InstallAnywhereAPI/IA2012/javadoc/com/installshield/wizard/service/file/FileService.html
Yes, the second one has IA2012 in the link - but I'm using IA2020 SP2 and use this class quite a bit.
-Mike
... View more
Oct 21, 2020
01:50 PM
Hi, Do you have this fix on top of IA2018? I don't have the SP1, but I need to support Windows 2019 So, I'd appreciate if this fix / hotfix is available/supported also on top of v2018. thanks -Diwakar
... View more
Mar 16, 2020
02:58 PM
1 Kudo
Hey @mike_killoran, we used IA 2015 but we are in the process of updating to the latest version, i.e., 2020. We didn't get any help from Flexera because IA 2015 already past the point of support. Ultimately, we found a link with some documentation suggesting a solution which worked for us: Somewhere in your Main class, you can add this: cliInstallerProxy.setVariable("$CHECK_DISK_SPACE$", "FORCE"); In our case, adding this worked to revert faulty installations by having no enough space. There is another workaround which is using an alternate temp directory: export IATEMPDIR=$HOME I hope this helps for you.
... View more
Mar 10, 2020
12:36 PM
Maybe you need to be admin. The first line says 'The requested operation requires elevation".
... View more
Mar 10, 2020
12:33 PM
I had an end user getting a out of memory trying to install my software. I knew I could bump up the size in the project file, but I wanted to be able to fix a custom in the field. The IA 2018 manual says you can use this: install -jvmxmx 1.3G That brings up the box with the 'loading' progress bar, but one it gets to 100%, it just exits. I found the only way to get it to work is to spell it out in bytes: install -jvmxmx 1373741824 Hope this helps someone else. -Mike
... View more
Oct 03, 2019
01:45 PM
I've seen this happen when a file that IA did not install exists in a directory. For instance, if your install has a directory c:\foo that contains 10 files, if you add a readme.txt to the c:\foo directory manually, IA will remove the files it installed, but leave c:\foo behind as c:\foo\readme.txt still exists.
... View more
Sep 14, 2019
12:10 PM
Thanks for the mention of the /norestart option - that's good to know about.
... View more
Latest posts by mike_killoran
Subject | Views | Posted |
---|---|---|
287 | Sep 21, 2022 03:43 PM | |
280 | Sep 06, 2022 08:20 PM | |
327 | Sep 06, 2022 08:18 PM | |
277 | Sep 06, 2022 08:10 PM | |
502 | Apr 06, 2022 01:17 PM | |
369 | Apr 06, 2022 12:56 PM | |
1522 | Mar 10, 2020 12:39 PM | |
991 | Mar 10, 2020 12:36 PM | |
448 | Mar 10, 2020 12:33 PM | |
647 | Oct 03, 2019 01:45 PM |
Activity Feed
- Kudoed Generating Patches with InstallAnywhere for Revenera_Ian. Dec 01, 2022 08:39 PM
- Kudoed Re: Installing InstallAnywhere 2017 and InstallAnwhere 2022 side-by-side for sksuvarna. Dec 01, 2022 08:27 PM
- Kudoed Re: CVE-2018-25032: High Vulnerabilities shows in zlib 1.1.3 in InstallAnywhere 2021 SP2 for sksuvarna. Dec 01, 2022 08:27 PM
- Kudoed Re: Failed to build product when migrate from InstallAnywhere 2020 to 2022 for sksuvarna. Dec 01, 2022 08:26 PM
- Kudoed Re: Incorrect Panels being shown after upgrade to IA2022 from IA2021 for sksuvarna. Dec 01, 2022 08:23 PM
- Posted Re: Installation fails when /tmp is mounted with noexec on InstallAnywhere Forum. Sep 21, 2022 03:43 PM
- Posted Re: No supported JRE to download for AIX on InstallAnywhere Forum. Sep 06, 2022 08:20 PM
- Posted Re: Does InstallAnywhere 2021 require a full JVM (versus a JRE)? on InstallAnywhere Forum. Sep 06, 2022 08:18 PM
- Kudoed updating custom code from 2015API to 2020API for MarkMorse. Sep 06, 2022 08:11 PM
- Posted Re: updating custom code from 2015API to 2020API on InstallAnywhere Forum. Sep 06, 2022 08:10 PM
- Posted Does InstallAnywhere 2021 require a full JVM (versus a JRE)? on InstallAnywhere Forum. Apr 06, 2022 01:17 PM
- Posted No supported JRE to download for AIX on InstallAnywhere Forum. Apr 06, 2022 12:56 PM
- Kudoed Re: JRE libraries are missing or are not compatible for ITGUYNP. Feb 07, 2022 10:01 AM
- Kudoed Re: I can't replace the XML file for madhug. Jan 07, 2022 03:03 PM
- Kudoed Re: InstallAnywhere not cleaning tmp folder after installation in Linux for jeanpaulruiz. Jan 07, 2022 02:55 PM
- Got a Kudo for Re: InstallAnywhere not cleaning tmp folder after installation in Linux. Mar 16, 2020 02:53 PM
- Posted Re: InstallAnywhere not cleaning tmp folder after installation in Linux on InstallAnywhere Forum. Mar 10, 2020 12:39 PM
- Posted Re: unable to build installer using install any where on InstallAnywhere Forum. Mar 10, 2020 12:36 PM
- Posted I found the install time variable -jvmxmx does not work if you use a letter such as G on InstallAnywhere Forum. Mar 10, 2020 12:33 PM
- Posted Re: Incomplete Uninstallation using InstallAnywhere on InstallAnywhere Forum. Oct 03, 2019 01:45 PM