
perobert1.552490359163996E12 asked a question.
My installer is not allowing the -V flag
I have created an installer on linux for a product on linux. In it, I have created a custom question dialog with a file browser in it. The installer and user interface work fine except I can't seem to preload the value of the variable for my file browser from the command line. When I execute the installer as follows:
./setuplinux.bin -V DATA_DESTINATION="/tmp/mydata"
I get the following error:
The wizard cannot continue because of the following error: Invalid command line option: V is not supported (1001) (403)
The documentation all seems to indicate that the -V option is how I should set the variable from the command line, but the error indicates it is not supported. What gives? Is there something else I should do?
I am not sure why it didn't get put there automatically when the project was created. But it is now a FYI if someone else sees the problem.