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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: How can I get the path where installer resides
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
Jul 17, 2011
09:03 PM
How can I get the path where installer resides
Hi, all
I'm generating an CD-ROM Installer using IA 2011 on Linux Platform. My program A will depend on an third-party program B to install first. So I plan to put this program B installer under the DISK1 and when I run my own program A installer and it will run the program B first.
My question is how can I run this program B , I tried to use "Execute Command" Action , using a relative path "../../programB", But it will reports the error "Command.run(): Cannot run program "../../programB": java.io.IOException: error=2, No such file or directory"
How these two installer are located in the DISK1 is like below:
DISK1/programB
DISK1/InstData/VM/programA.bin
can Anybody tell me how to run the programB installer in the program A installer.
Best Regards
BZ
I'm generating an CD-ROM Installer using IA 2011 on Linux Platform. My program A will depend on an third-party program B to install first. So I plan to put this program B installer under the DISK1 and when I run my own program A installer and it will run the program B first.
My question is how can I run this program B , I tried to use "Execute Command" Action , using a relative path "../../programB", But it will reports the error "Command.run(): Cannot run program "../../programB": java.io.IOException: error=2, No such file or directory"
How these two installer are located in the DISK1 is like below:
DISK1/programB
DISK1/InstData/VM/programA.bin
can Anybody tell me how to run the programB installer in the program A installer.
Best Regards
BZ
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 18, 2011
04:03 AM
Ok, I just found the variable $EXTRACTOR_DIR$ contains the path where the launcher resides.