- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mar 27, 2018
07:52 AM
User defined variables not set in silent installer
I have couple of user defined variables whose values are not read from the installer.properties when I run the silent installer.
GUI works fine and response file also is generated with correct values for the user defined variables.
However, when I try to run the silent installer as
setup.exe -i silent -f installer.properties
the values for these variables are not read and are set to null/empty.
Rest everything works as it should in the sequence and installation also does not report failures. but since the values for the variables are not set, the output is not desired one.
Can someone help me determine what could be the problem here and how to resolve it?
GUI works fine and response file also is generated with correct values for the user defined variables.
However, when I try to run the silent installer as
setup.exe -i silent -f installer.properties
the values for these variables are not read and are set to null/empty.
Rest everything works as it should in the sequence and installation also does not report failures. but since the values for the variables are not set, the output is not desired one.
Can someone help me determine what could be the problem here and how to resolve it?
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Dec 07, 2018
12:54 AM
I was facing similar kind of issue and it got resolved. Whenever you use User-defined variables do not initialize them or else they will not pickthe values set in properties file during silent install.
Please refer to post https://community.flexerasoftware.com/showthread.php?221659-How-to-set-value-of-radio-button-in-response-file
Please refer to post https://community.flexerasoftware.com/showthread.php?221659-How-to-set-value-of-radio-button-in-response-file
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Dec 07, 2018
12:59 AM
