This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Installing on linux
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2006
04:07 PM
Installing on linux
I'm trying to install an setup created with ISMP 11.5 premier on linux (red hat enterprise) and am not having success. I'm pretty new to linux so I simply double clicked the setup.jar. That just opened the file. Then I went to a command prompt, made my way to the CD drive and tried to execute setup.jar calling java -jar setup.jar. This gave me errors.
What do I do. The install runs on windows. I have rpm integration enabled on my build configuration. Any ideas?
What do I do. The install runs on windows. I have rpm integration enabled on my build configuration. Any ideas?
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2006
03:14 PM
Hi,
Please try to build the launcher:
Go to: Media-> releases->distributions-> Linux launcher distribution
This will create a linux file (setup.bin for Linux).
Try to run this file.
Eyal
Please try to build the launcher:
Go to: Media-> releases->distributions-> Linux launcher distribution
This will create a linux file (setup.bin for Linux).
Try to run this file.
Eyal
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2006
04:40 PM
I checked the setting and it has already been enabled. the message that comes up when I double click on the file is this:
the filename "setuplinux.bin" indicates that this file is of type "unknown". The contents of the file indicate that the file is of type "shell script". If you open the file, it might represent a securtiy risk to your system."
To open the file rename the file to the correct extension for "shell script", then open the file normally. Alternatively, use the open with menu to choose a specific application for the file".
Again, I'm a linux newbie so I'm a bit lost. What does that mean?
the filename "setuplinux.bin" indicates that this file is of type "unknown". The contents of the file indicate that the file is of type "shell script". If you open the file, it might represent a securtiy risk to your system."
To open the file rename the file to the correct extension for "shell script", then open the file normally. Alternatively, use the open with menu to choose a specific application for the file".
Again, I'm a linux newbie so I'm a bit lost. What does that mean?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 07, 2006
04:34 AM
Have you tryed the bin file from command line ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 17, 2006
05:02 AM
What errors do you get? Your report is unspecific....
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 18, 2006
01:46 PM
Ran it from a command prompt and it worked fine.
I was actually trying to run my install on an linux virtual machine and it took a really long time (I got impatient and decided it didn't work).
thanks
I was actually trying to run my install on an linux virtual machine and it took a really long time (I got impatient and decided it didn't work).
thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 20, 2006
01:00 AM
You can run the installer using jar file also.
try the follwing commnad
java -cp jar_file run
try the follwing commnad
java -cp jar_file run
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 19, 2006
03:26 PM
Alternatively you can rename the executable file produced to .sh and it should work from x-windows.