The problem I am trying to solve is:
I want to post 2 pieces of information to my server. I found it fairly straight forward using the dialog editor and the "send install information to your web server custom action.
The information I need to collect is
1) the product Version
2) an input from the user
The problem is I have a "For Java" license so I can't use the dialog editor. So I was going to solve the problem using vbs and send install information to your web server custom action.
I've now run into the issue where I can only set the customActionData property from within the vbscript, and that property isn't available for the "send install information to your web server custom action".
How can i solve this problem of taking user input and including it in the request for the custom action "send install information to your web server custom action"