Apr 25, 2019
09:13 AM
Hi @porwaa,
Thank you for your post.
InstallAnywhere 2017 does not support Java 11. For support for Java 11, you would need to upgrade to InstallAnywhere 2018 SP1 (only SP1 for InstallAnywhere 2018 supports Oracle Java 11 and OpenJDK 11).
To find out more information about upgrading to InstallAnywhere 2018 SP1, please follow these steps:
Navigate here: https://www.flexerasoftware.com/about-us/contact-us.html
Select the Speak with a product specialist dropdown menu option.
Complete the form.
Submit the form.
Someone will contact you within 1 business day.
Thanks,
Ian
... View more
Apr 25, 2019
09:05 AM
You're welcome, Markus. Thank you for opening a support case. We will respond to your support case.
Thanks, Ian
... View more
Apr 24, 2019
02:56 PM
You're welcome!! Happy to help!
... View more
Apr 24, 2019
02:09 PM
1 Kudo
Hi Superfreak3 ,
Thank you for your post. Here is a link to documentation about how to hide certain build warnings selectively:
https://community.flexera.com/t5/InstallShield-Knowledge/Hide-Build-Warnings-Selectively/ta-p/4073 Thanks, Ian
... View more
Apr 24, 2019
01:53 PM
Hi @kirankhot,
Thank you for your reply. You are welcome; I am happy to help.
To find out more information about acquiring a maintenance plan, please follow these steps:
Navigate here: https://www.flexerasoftware.com/about-us/contact-us.html
Select the Speak with a product specialist dropdown menu option.
Complete the form.
Submit the form.
Someone will contact you within 1 business day. Thanks, Ian
... View more
Apr 24, 2019
01:03 PM
Hi @bill_sketchup, Thank you for your patience. I tested with an installer for Windows to establish a baseline reference / starting point for troubleshooting.
I confirmed that this command runs the installer silently and sets the install location:
install.exe -i silent -DUSER_INSTALL_DIR=C:\MyTestDir
But I understand that you are installing on Mac.
From the install.app/Contents/MacOS folder, I ran:
./install -i silent -DUSER_INSTALL_DIR=/Applications/MyTestFolder
but the installer still installed to the default installation location (the default $USER_INSTALL_DIR$ location). So my test results match yours in that it does not work; I am not sure whether the behavior that you experienced was exactly the same. Based on these test results, you can run an installer for Mac silently, but the tests indicate that $USER_INSTALL_DIR$ cannot be set and passed from the command-line. It is quite possible that the installer does not accept any parameters besides -i silent. I understand that you would prefer not to use a response file, but you would need to use a response file, which I believe you reported works, for this to work. Thanks, Ian
... View more
Apr 24, 2019
12:35 PM
Hi Markus, Thank you for your post. At this point, it would be best to open a new support ticket with us regarding this issue. Thanks, Ian
... View more
Apr 24, 2019
10:00 AM
Hi @kirankhot,
Thank you for your reply.
For the With VM issue, please follow these steps:
1. Download a Linux VM Pack (JVM) from this webpage:
https://community.flexera.com/t5/InstallAnywhere-Knowledge/InstallAnywhere-Files-and-Utilities/ta-p/94794#LINUX_64
2. Copy the downloaded VM Pack .vm file to the <IA_HOME>\resource\installer_vms folder, where <IA_HOME> is where your copy of InstallAnywhere is installed.
3. In the InstallAnywhere IDE, navigate to Edit > Preferences.
4. Click the OK button, which will refresh the With VM dropdown menu.
You will now see the Linux VM Pack (JVM) in the dropdown menu for With VM.
At this point, it would best if you open a new support ticket with us regarding the java.lang.NoSuchMethodException.
Thanks,
Ian
... View more
Apr 23, 2019
03:43 PM
Hi Rakesh, Thank you for your reply. As a courtesy, I created a working sample project in InstallAnywhere 2018 SP1 that extracts notepad.exe to $INSTALLER_TEMP_DIR$ in the Pre-Install Sequence. I attached a ZIP file containing the sample project. Notepad.exe is built into the sample installer. Thanks, Ian
... View more
Apr 23, 2019
03:35 PM
Hi @bill_sketchup, Thank you for your post. Please allow me some time to look into this issue and update you. Thanks, Ian
... View more
Apr 23, 2019
09:34 AM
You're welcome, Rakesh. Yes, you are correct--The Trigger Rollback Action is only available in the Install phase. Thanks, Ian
... View more
Apr 23, 2019
09:31 AM
You are welcome, @kirankhot. I am happy to help.
InstallAnywhere automatically handles including the IAClasses.zip resource in the installer's Java classpath. Please remove IAClasses.zip as a dependency for all of your custom code actions, save your project, rebuild your project, then retest this issue. Does that work for you?
Please read the documentation about Packaging and Executing Custom Code here for more information and follow the suggested steps:
https://helpnet.flexerasoftware.com/installanywhere2018/roottopic.htm#helplibrary/ia_package_execute_custom_code.htm
Thanks,
Ian
... View more
Apr 22, 2019
09:52 AM
Hi @kirankhot, Thank you for your reply.
Are you manually including IAClasses.zip in your project? Are you manually including IAClasses.zip as a dependency for a custom code action or anything of that nature? Thanks, Ian
... View more
Apr 22, 2019
09:43 AM
Hi Rakesh, Thank you for your reply. You could try combining the suggestions from: https://community.flexera.com/t5/InstallAnywhere-Knowledge/Extracting-files-during-Pre-Install-with-InstallAnywhere/ta-p/348 with the suggestions from: https://community.flexera.com/t5/InstallAnywhere-Knowledge/Use-the-Extract-To-File-Plugin-to-Extract-a-File-So-It-Is-in-the/ta-p/3759 You would include the file in the $DO_NOT_INSTALL$ Magic Folder so that it would be built into the installer but not installed on the target machine. Then you would use the ExtractToFile Plugin Action to extract the file to $INSTALLER_TEMP_DIR$ instead of the installer's classpath. Thanks, Ian
... View more
Latest posts by Revenera_Ian
Subject | Views | Posted |
---|---|---|
0 | Aug 09, 2022 03:52 PM | |
2 | Aug 09, 2022 02:09 PM | |
27 | Aug 05, 2022 11:10 AM | |
48 | Aug 04, 2022 09:46 AM | |
47 | Aug 02, 2022 10:25 AM | |
98 | Jul 21, 2022 01:06 PM | |
30 | Jul 21, 2022 09:50 AM | |
286 | Jul 20, 2022 05:23 PM | |
314 | Jul 18, 2022 09:53 AM | |
69 | Jul 18, 2022 09:37 AM |
Activity Feed
- Posted Re: Accepting hex values from commandline in msi installer on InstallShield Forum. Aug 09, 2022 03:52 PM
- Posted Re: Rename Setup.exe on InstallShield Forum. Aug 09, 2022 02:09 PM
- Got a Kudo for Re: How to execute a Deferred PowerShell Custom Action only on install?. Aug 08, 2022 08:12 AM
- Posted Re: How to execute a Deferred PowerShell Custom Action only on install? on InstallShield Forum. Aug 05, 2022 11:10 AM
- Posted Re: How to execute a Deferred PowerShell Custom Action only on install? on InstallShield Forum. Aug 04, 2022 09:46 AM
- Posted Re: If we purchase InstallShield 2022 R1, will we get InstallShield 2022 R2 at not additional cost? on InstallShield Forum. Aug 02, 2022 10:25 AM
- Got a Kudo for Re: If we purchase InstallShield 2022 R1, will we get InstallShield 2022 R2 at not additional cost?. Jul 27, 2022 11:01 AM
- Posted Re: If we purchase InstallShield 2022 R1, will we get InstallShield 2022 R2 at not additional cost? on InstallShield Forum. Jul 21, 2022 01:06 PM
- Posted Re: 64-bit support Installscript custom actions on InstallShield Forum. Jul 21, 2022 09:50 AM
- Posted Re: .NET 6 prerequisites on InstallShield Forum. Jul 20, 2022 05:23 PM
- Posted Re: .NET 6 prerequisites on InstallShield Forum. Jul 18, 2022 09:53 AM
- Posted Re: 255 characters limitation in "Condition builder" textbox. on InstallShield Forum. Jul 18, 2022 09:37 AM
- Posted Re: How to do Silent install using command line and pass parameters without setup.iss ? on InstallShield Forum. Jul 14, 2022 04:37 PM
- Posted Re: 255 characters limitation in "Condition builder" textbox. on InstallShield Forum. Jul 14, 2022 03:44 PM
- Posted Re: Remove Admin requirement to run an installer generated by Installshield on InstallShield Forum. Jul 14, 2022 03:28 PM
- Posted Re: InstallShield 2022 R1 - Premier - full download on InstallShield Forum. Jul 13, 2022 03:09 PM
- Posted Re: InstallShield 2022 R1 - Premier - full download on InstallShield Forum. Jul 13, 2022 01:58 PM
- Posted Re: InstallShield 2022 R1 - Premier - full download on InstallShield Forum. Jul 13, 2022 08:56 AM
- Got a Kudo for Re: Minor Upgrade. Jul 11, 2022 08:51 AM
- Posted Re: Minor Upgrade on InstallShield Forum. Jul 11, 2022 08:31 AM