This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- installer.properties generated where?
Subscribe
- 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
‎Mar 29, 2011
10:19 AM
installer.properties generated where?
Hi,
If an installer is set to always generate a response file, and your installer executable is run from a cd-rom or from some directory where you do not have write permissions, is the installer.properties file created somewhere else? Because I'm seeing java.io.FileOutputStream errors but no mention of creating installer.properties elsewhere. Is there a way to I set my own response file path, such as $prop.user.home$/install.properties, thereby working around a possible permissions issue?
-Jeff
If an installer is set to always generate a response file, and your installer executable is run from a cd-rom or from some directory where you do not have write permissions, is the installer.properties file created somewhere else? Because I'm seeing java.io.FileOutputStream errors but no mention of creating installer.properties elsewhere. Is there a way to I set my own response file path, such as $prop.user.home$/install.properties, thereby working around a possible permissions issue?
-Jeff
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 08, 2011
05:54 AM
Hi Jeff Morse,
The response file path can be customized
-r C:\installer.properties (this is in case of windows)
-r \root\installer.properties (in case of non windows)
So "-r " is the switch to create a response file in a customized location.
Thanks,
Madhav Pai
Engineering InstallAnywhere
Flexera Software
The response file path can be customized
So "-r " is the switch to create a response file in a customized location.
Thanks,
Madhav Pai
Engineering InstallAnywhere
Flexera Software
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 10, 2011
04:58 PM
I guess I wasn't clear enough with my question. I am designing an installer, not running one from commandline. Thanks anyway.
-Jeff
-Jeff
