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
- :
- need help regarding creating installer for C based program
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 14, 2008
05:32 AM
need help regarding creating installer for C based program
I am new to InstallAnyWhere product. We have product which is developed in C language. I want to create installer to onstall this product using InstallAnyWhere. I want to know is there any documentation available for crating a installer for C based prgram.
In the user guide they have only explained about installing java based program . I want some guidance regarding C based program.
Does it also require a java main class?
In the user guide they have only explained about installing java based program . I want some guidance regarding C based program.
Does it also require a java main class?
(1) Reply
May 14, 2008
05:47 AM
Obviously, as IA is a multi-platform tool for creating installers and it's Java-based, is more suited for Java-created programs, but of course, nothing prevents you from using for installing C-based programs.
But first of all, you should first find the answer to this question: on what platforms do you want to install your program: Windows, Unices (Linux, Solaris, HP-UX, AIX etc.) other? If you need more than one platform (Unix and Linux), IA might be the tool for you. If it's Windows only, maybe InstallShield it's more adapted (or maybe you want to use platform specific tools, like RPM or Deb for Linuxes, or Solaris packages).
If you really need a multi-platform installer, then I guess you may use IA: obviously, you don't need no main class, but you might want to bundle a JVM with your installer, thus insuring that your installer will run no matter the platform (i.e. IA needs a JVM in order to run, and if you don't bundle any with your installer, it'll be smaller, but it won't be sure it'll run on the target platform (Java is a pre-requisite)).
Hope this helps!
But first of all, you should first find the answer to this question: on what platforms do you want to install your program: Windows, Unices (Linux, Solaris, HP-UX, AIX etc.) other? If you need more than one platform (Unix and Linux), IA might be the tool for you. If it's Windows only, maybe InstallShield it's more adapted (or maybe you want to use platform specific tools, like RPM or Deb for Linuxes, or Solaris packages).
If you really need a multi-platform installer, then I guess you may use IA: obviously, you don't need no main class, but you might want to bundle a JVM with your installer, thus insuring that your installer will run no matter the platform (i.e. IA needs a JVM in order to run, and if you don't bundle any with your installer, it'll be smaller, but it won't be sure it'll run on the target platform (Java is a pre-requisite)).
Hope this helps!