- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- installanywhere silent installation
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
installanywhere silent installation
Hi There,
Greeting!
I am trying to install installanywhere installable silently using response file but it is getting failed.
I am trying below command to generate installer.properties file
install.exe -r C:\temp\
To install
I am using install.exe -f C:\Temp\installer.properties -i Silent
I noticed in the installer there is file is there with .lax extension. When i open the file i could see the below parameter. Please advice how to fix this.
#THIS FILE IS MACHINE GENERATED; DO NOT MODIFY. (WIN 32) http://www.installanywhere.com
lax.stdout.redirect=stdout.txt
lax.user.dir=.
lax.installer.windows.ui.default=GUI
lax.application.name=install
lax.command.line.args=$CMD_LINE_ARGUMENTS$
lax.nl.java.launcher.main.method=main
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
To record the response file please use the following command,
install.exe -r install.properties or install.exe -r C:\temp\install.properties
then use the following to install,
install.exe -f C:\temp\install.properties -i silent