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

how to integrate Installanywhere product to python scripting language..

We had developed one tool in python and wants to build dynamic installers from it at runtime. Is this InstallAnywhere supports to integrated with python scripting language. Please find the below for more queries.

1. How to add files in Installanywhere dynamically from python scripting language?.
2. Is it possible to add files to installanywhere project file at runtime and generate installers dynamically from Python scripting language?
3. How to create shortcutfile at runtime dynamically

Please suggest me a feasible solution as it is very urgent...
Thanks in advance
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

1. I'm not sure you can do that. I mean you might be able to do it... but not very easily, as you would need to speak InstallAnywhere's XML: normally you would just call the IA build tool with the .iap_xml project as parameter, and obviously the project has already been manuall defined. If you've got dynamic stuff, the best choice are speedfolders.
2. Isn't this pretty much the same questions as 1 (unless you mean something different by "add files to installanywhere project file at runtime" At what runtime? When the build tools run?
3. Again, could you please be more specific about the runtime?
0 Kudos