cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Bhavin
Level 3

Linux Installer is not building

I am trying to create a Linux installer. When I select Linux and click Build selected or Build All, Only Windows Installer is getting generated.
Incase If I delete Windows from build configuration, then nothing gets build.

Is there any specific settings needs to be enabled?

Note: I am using Windows PC to generate build. 

0 Kudos
(3) Replies
RitanshuAnkita
Revenera
Revenera

Linux installer build does not require any specific settings.

Few things to check:

- Select checkbox for Without VM or With VM or both and build if building using IA IDE.

- Make sure Linux VM pack is available under IA_HOME\resource\installer_vms incase of With VM installer.

- Incase of command line build use correct build arguments .

         - For Linux without VM use +l or +L

          -For Linux with VM use +lv or +LV.

- Check in which build configuration settings are done and which one is getting build , incase of multiple Build Configuration.

 

For more commandline build arguments refer: https://docs.revenera.com/installanywhere2020sp2/Content/helplibrary/ia_ref_command_line_build.htm?Highlight=command%20line

 

Find more about Built Target https://docs.revenera.com/installanywhere2020sp2/Content/helplibrary/ia_DefineBuildTargets.htm?Highlight=Build%20Target

 

 

0 Kudos

Update: I am able to build installer however I am not able to build a Linux Installer by bundling JVM along with it.

The option to bundle with VM is greyed out. Attached the screenshot.

0 Kudos

In order to build installer with VM for Linux / Mac  , vm pack (JVM) should be available at IA_HOME/resource/installer_vms  folder. Copy + paste your JVM in this location and  option to bundle with VM  will get enabled.

Please find VM related queries here :  https://www.revenera.com/install/products/installanywhere/installanywhere-files-utilities/jre-vm-packs.html

 

0 Kudos