Well, if you really need a setup program, we can always write a
programs/winesetup program. So there is no need for a -init switch. Just run
winesetup -- it will have access to all Windows API. But for this particular
function GetComputerName, we can always code it like this:

val = get val from reg
if val == NULL
  val = gethostname
  write val to reg
return val

No need for a setup.

Dimi.



Reply via email to