I have an install that i can pass command-line arguments to using:
setup.exe /V"PROPERTY1=x PROPERTY2=y"
I would like to know how I can pass those parameters to the web
install through install_installing.html.
<object CLASSID='clsid:FEF5B390-E82A-40F9-9E6E-DCDDD357AED3'
CODEBASE='install.cab#Version=1,00,0000' BORDER=0 VSPACE=0 HSPACE=0
ALIGN=TOP HEIGHT=0% WIDTH=0%></object>
I have tried using <param> tags within the <object> tags. I don't
really know if that is the way, or if that is the way, then what to
pass in the <params>.