i managed use auto update feature of intsall4j setting url of updates.xml. testing used server (to host installer.exe , updates.xml) anonymous access. worked fine.
but requirement server needs http request authorization header.
is possible use http request authorization header in auto update feature?
http authentication supported downloads, updater ask user user name , password.
if want hard-code login in installer, can add "run script" action startup node , execute
system.getproperty("serverauthuser", "user name"); system.getproperty("serverauthpassword", "password");
Comments
Post a Comment