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

Check plateform and Add Action

Hi.

Actually I am very much new to InstallAnywhere

I want to have something like, Installer Detects the Operating system and then install executable accordingly


If OS == "Windows" Then Install a executable (Already Developed Seperately in .net)
If OS == "MAC" Then Install The mac application (Already Developed)
If OS == "Linux" Then Install The Linux Application (Already Developed)

I know there are rules that I can add during the installation but If there is any article/post or help available then it will be much better.

Regards,
Muhammad Naveed Khan
Labels (1)
0 Kudos
(5) Replies
naveedkhan
Level 3

Is there any response to this question? If yes then please help.
0 Kudos
pv7721
Level 20

I wanted to answer your question, but I wonder why do you need InstallAnywhere if you already have an installer for each platform?
0 Kudos
naveedkhan
Level 3

What I said that I have different executable (not installers)

For windows I have a .net Console Application
For linux I have a java application

and I want to place executables in installer(Install Anywhere) and implement some rule or condition in Install Anywhere project that

if os = windows then install the .NET EXE
and
if os = linux then install the Java Application

Regards
0 Kudos
pv7721
Level 20

It's a rather simple project, such a functionality exists in IA, I strongly recommend you start by checking the manual.
0 Kudos