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
- :
- The variables have to be copied
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
May 13, 2013
07:18 AM
Silent installation with merge modules
Hello
I have a "master installer" that includes three merge modules. When I am creating a response file for silent installation (via the "install.bin -r install.properties"), I only get the variables written to this response file, that are set in the "master installer" but not the variables used in the three merge modules. The silent installation is not working as there are no variables given to the three merge modules.
How can I create a silent installation using merge modules?
I know, that the "master installer" can set variables in the merge module, and vice versa, but do I really have to pass all needed variables explicitly to the merge modules, and add them all manually in the "master installers" response file?
Is there another way to go?
Best Regards
kosimosi
I have a "master installer" that includes three merge modules. When I am creating a response file for silent installation (via the "install.bin -r install.properties"), I only get the variables written to this response file, that are set in the "master installer" but not the variables used in the three merge modules. The silent installation is not working as there are no variables given to the three merge modules.
How can I create a silent installation using merge modules?
I know, that the "master installer" can set variables in the merge module, and vice versa, but do I really have to pass all needed variables explicitly to the merge modules, and add them all manually in the "master installers" response file?
Is there another way to go?
Best Regards
kosimosi
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 16, 2016
05:42 PM
I had the same issue. The only solution is to advertise your merge module output variables as input variables too. In the parent installer, these variable must be set by what would normally be the output of the merge module.
Using the same names in the merge module and the parent installer does not help. The variables have to be copied.
This way, in silent mode, when the silent installer enter the merge module, the variables that are read from the response file are used to set the variables inside the merge module, and pass through back to the parent installer.
Yes, it is contorted.
Using the same names in the merge module and the parent installer does not help. The variables have to be copied.
This way, in silent mode, when the silent installer enter the merge module, the variables that are read from the response file are used to set the variables inside the merge module, and pass through back to the parent installer.
Yes, it is contorted.