Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
0answers
325 views

Installing mongrel service on Windows 2008

We use InstallAnywhere to install our product. One of the components that it needs to install is mongrel. IA invokes the following command line during installation: mongrel_rails service::install ...
1
vote
1answer
47 views

Literature concerning the creation of installers

is there any good literature (or other sources of information) covering the creation of installer systems? We already selected 5 different products (e.g. IzPack, InstallBuilder, ...) we want to ...
1
vote
3answers
390 views

Creation of InstallAnywhere installer inside of Hudson CI

My company is trying to automate the creation of a nightly installer with Hudson. Our license to install anywhere is running on a separate server. We have an ANT build script set up to call the ...
1
vote
3answers
947 views

Can an XSLT processor preserve empty CDATA sections?

I'm processing an XML document (an InstallAnywhere .iap_xml installer) before handing it off to another tool (InstallAnywhere itself) to update some values. However, it appears that the XSLT ...
1
vote
1answer
124 views

Is there a speedfolder like entity in installshield?

I seem to have received the privilege of picking up some install shield projects. I've used install anywhere in the past and I was wondering if there was an equivalent of speedfolder in ...
0
votes
1answer
50 views

get the installation directory in c#

I have xml file that after my application installation will located in the installation dir. i need the application to reed this file. how do i get the installation dir where the user install it in ...
0
votes
0answers
45 views

How can i get the path where installer resides using InstallAnywehre 2011

all I'm generating an CD-ROM Installer using InstallAnywhere 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 ...
0
votes
0answers
66 views

How can output of “Execute Command Action” be displayed in a new Terminal

How can output of "Execute Command Action" be displayed in a new Terminal HI, All I'm working on a Linux installer using installanywhere 2011 enterprise. In the installation process, i need to ...
0
votes
0answers
66 views

InstallAnywhere 2009 Build Project - save to iap_xml also?

Does installanywhere save the project.iap_xml file permanent when building project? I've worked with installanywhere enterprise 2009, made some changes directly to the XML, then built a project for ...
0
votes
0answers
68 views

InstallAnywhere Build Error - non fatal error

I am using install anywhere 8.0 i want to add a custom code panel i tried in many ways added jar file and specified class name have also added IAClasses.zar to class path it is showing some build ...
0
votes
1answer
149 views

How to set version number in InstallAnywhere from a text file?

I've created an installer Exe file with InstallAnywhere. This Exe installs some files. This Exe also shows info about current version number. Later I want to change some of the installed files via ...
0
votes
2answers
205 views

How to monitor the installation process through java program?

I need help on keeping track of the Installation process through java code. Our installers are developed by using the InstallAnywhere. When the user clicks cancel button the Installer quits but does ...