经 Flexera Software - 产品类型: 应用程序 / 安装向导
Hi
i want to install tomcat by giving url in InstallAnywhere 2011 enterprise version.can u please help me by providing steps by giving url path in install anywhere enterprise version
回复
I am an Windows InstallShield Developer who needs to become more marketable. I do not know Java, Linux, etc. Is there really any point in my trying to learn InstallanyWhere, if so, where to start? Thanks.
回复
Hi ,
Can anyone tell tha is there any way of increasing heap memory size more than 275MB...
Regards
回复
Hi
I am a beginner in InstallAnyWhere.
Is there a way to loop active group or any action? i have a list of actions that i want to loop over in the install section.
I sow in the pre-install Jump to target and Add target Label that might do the trick.
Is there anything similar in the install section?
回复
Hi
I am a beginner in InstallAnyWhere.
I am doing silent installation of PHP and Postgres with installAnyWhere setup.
Working fine.
Next i want a panel to be added in install section so that i can keep a check for component(php and postgres) installation.
Like how on left side there is check for Introduction, preinstallation, choose folder etc.
But as i cann't add panel in Install section(can be added only in perinstall section and post install)
I cannot provide check for php and postgres installation during the installation going on..
Can any one help me in this.
Thanks in advance
Yogesh
回复
Hi all,
I have a problem that the installer fails to modify text inside the files which the installer itself brings.
On our development servers all is good. the installer completes the execution successfully.
but on our production servers it fails and the log gives a not very informative error message:
"Modify Text File - Multiple Files: Status: ERROR".
I tried to check whether it is permissions problem but it seems not.. the user is administrator.
maybe the java that is on the server? should I pack the installer with vm?
The only apparent difference between the two environments is that on the production servers
there are two instances of was - one of them is was 6.0 and the other is was 6.1..
IF YOU HAVE ANY IDEA OR PREVIOUS EXPERIENCE PLEASE SHARE WITH ME
thanks,
Danielle
回复
I have two Linux RedHat 4U7 boxes. Both has the same hardware and OS configutration. When I ran the same 64-bit InstallAnywhere installer executable,
on env A I have no issue. On env B I received a fatal exception. Setting LAX_DEBUG=true shows VM was not extracted, i.e. the following lines show on env A
but not env B
-------------------------------------------------------------------------------------------------
RepositoryManager: Trying fallback repository location...
installUnixJRE: the source VM tar: /tmp/install.dir.32172/Linux/resource/vm.tar
exists = true
installUnixJRE: the source VMRoot: /tmp/install.dir.32172/Linux/resource/jre
exists = true
installUnixJRE: the dest VMRoot: /tmp/scp/8.12.1/PS/installer_jre
exists = true
#
# INSTALLING VM: /tmp/scp/8.12.1/PS/installer_jre
#
installUnixJRE: Using new TAR technique...
Destination path for tar extraction (sans 'jre') =
/tmp/scp/8.12.1/PS/ia_jre_extraction_dir_6975.tmp
installUnixJRE: install shell script:
#!/bin/sh
echo "InstallUnixJRE Script begun..."
cd '/tmp/scp/8.12.1/PS/ia_jre_extraction_dir_6975.tmp'
tar xf '/tmp/install.dir.32172/Linux/resource/vm.tar'
mv -f '/tmp/scp/8.12.1/PS/ia_jre_extraction_dir_6975.tmp/jre/'* '/tmp/scp/8.12.1/PS/installer_jre'
echo "...InstallUnixJRE Script complete."
##### SCRIPT END ############
INSTALLSELF SUBINSTALLER
RepositoryManager: repository successfully written to stable storage
RepositoryManager: repository successfully written to stable storage
Subinstaller variable dir: /tmp/712841.tmp
******************Subinstaller is outputting variables***************
{MERGE_MODULE=true, INSTALLER_UI=SILENT}
XMLScriptWriter: No Installation Objects were skipped
-------------------------------------------------------------------------------------------------
There is ample space in /tmp and permission is not an issue. Does anyone have a clue what could cuased the failure?
Thanks
Don
回复
Hi,
I am executing a few scripts in the installer and wanted to stop the installation if the script fails. The failure of the script can be checked using exit code.
Is there any way to skip the installation to the end in case of failure ...
Can anyone please help me out..
Thanks
回复
I installed one product on 20 PC and on one PC (which packed wiht InstallAnywhere) when I attempt install I get next error "LaunchAnywhere error: unable to locate executable" but I use same packet! How I can solve this problem?
回复
Hii,
How can i select a option like uninstalling the previous version if our product is already installed in the system....Iam currently wid Install Any Where 8 Standard Edition ..Is there a option or i need to upgrade to enterprise edition
Thanks & Regards,
Ravi
回复
RE: InstallAnywhere pv_vardhan [USA] 29-Jul-2008 20:35:06
Hi Ravi,
Could you please let me know whether you find answer to your problem or not. I am also using InstallAnywhere 8.0 and need to uninstall the previous installation if it already exists.
Your help in this regard is really appreciated.
Thanks
Vishnu
回复
Hi,
I am using InstallAnyWhere 2008. I want to create the installer for the application which is written in the perl(.pl), but whenever I use InstallAnyWhere it asks me to specify the main class or it itself finds the main class for Java application. My application is written in perl so it fails to do that.
What do I do so that the InstallAnyWhere could recgonize and run to create the installer for perl application?
Thanks in advance.
回复
InstallAnywhere ajeeti.sasikumar [India] 06-Dec-2007 05:45:12
Hi,
I am using InstallAnyWhere 2008.I want to invoke a java class during installation which will unzip and again zip a WAR file.How can i do that?
回复
We used InstallShield 10 for the packaging of our products.
We have too many Installscripts for that too.
Can we use the same Installscripts in Installanywhere 8.0? or we need to change them?
Please reply soon, it is really very urgent.
Jimut
Software Developer
回复
Hi
I want to use custom code panel in Pre-Install.
I m using installAnywhere 2008.
When build a project, I got UnsupportedClassVersionException.
Reply soon.
回复
RE: How to user custom code panel. jamesdecosta555 [India] 18-Apr-2008 12:00:02
hi ,
you need to write a class which extends custom code panel and you need to write your code out there and integrate it with installer using panels "Execute Custom code"
回复RE: RE: How to user custom code panel. vengalamseshu [India] 09-Jun-2008 13:13:04
Hi ,
Please tell me how to do the same in detail(if possible with Examples). I'm also facing the same problem...(Creating custom Panels in InstallAnywhere).
Thanks In advance
Regards
Seshu
回复
Hi,
I need help.
I am using installAnywhere 2008.
Now I need Folder browser button to select a folder.
How can I do that??
Waiting for reply.
Regards,
Umesh
S/w Developer
回复
Migrated from installAnywhere 6.0 to installAnywhere 8.0.
Copied My project to InstallAnywhere 8.0.I am getting issue in Customcode.zip.GetDrive . Because of which my application installtion is faling. anyone has any resolution to this problem or has faced any such thing. Please let me know. Thanks in Advance.
回复
A well developed piece of software, but not well publisized. The manual that can be downloaded is not explicit enough as to how Custom panels and actions can be created and used.
But can be picked up though.
Folarin
回复
A well developed piece of software, but not well publisized. The manual that can be downloaded is not explicit enough as to how Custom panels and actions can be created and used.
But can be picked up though.
Folarin
回复