This website uses cookies. By browsing this website, you consent to the use of cookies. Learn more.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
- Flexera Software Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- hi does installanywhere use some installer script
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
james_decosta
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 25, 2008
06:41 AM
hi does installanywhere use some installer script
hi,
i want to know when i run the installanywhere UI and create my installer where does the installer script get created and ??????????/
And how do i learn the installanywhere scripting language so that i need not open the user interface and make the changes.
Instead of doing this,i want to make the changes in the installer script which as far as i know i auto generated.
I want to modify the installer script and then run the installer from the command line build.
james............................
i want to know when i run the installanywhere UI and create my installer where does the installer script get created and ??????????/
And how do i learn the installanywhere scripting language so that i need not open the user interface and make the changes.
Instead of doing this,i want to make the changes in the installer script which as far as i know i auto generated.
I want to modify the installer script and then run the installer from the command line build.
james............................
4 Replies
pv7721
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 25, 2008
07:23 AM
Re: hi does installanywhere use some installer script
What exactly do you mean by "InstallAnywhere scripting language"? InstallAnywhere has been written in Java and the only scripting I'm aware of is for Unices for uncompressing the resources from the installer and for LaunchAnwyhere!
james_decosta
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 28, 2008
12:25 AM
i wanted to know the way installshield uses install script does installanywhre
hi,
i want to know the way installshield uses installscript does installanywhere uses any install script.
james.
i want to know the way installshield uses installscript does installanywhere uses any install script.
james.
pv7721
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 28, 2008
04:09 AM
Re: hi does installanywhere use some installer script
The only thing I'm aware of is Custom Code, I don't know IS, so I'm not sure what installscript is, but I'm afraid that there is no IA equivalent of that.
scully13
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 28, 2008
11:57 AM
Re: hi does installanywhere use some installer script
I think the closest thing to what you are looking for is the .iap_xml file that you use to load your install project. It is in XML format and contains the logic that you set up in the InstallAnywhere Advanced Designer. I just got started on this but my plan is to build my initial .iap_xml files using the Advanced Designer. Then I'll write code to modify the lines I need changed for different installers. Then I'll also have the same program that modified the XML project build it using the build.exe. Sometimes I just replace lines in the file and other times I split the .iap_xnml file up into chunks and then read certain pieces in and write them into a useable complete script also writing dynamic parts of the project file using code.