Randem


The script you kindly created for me some days ago for inclusion into an inno script


[CODE]
Code:
var s: Integer;

function GetAppFolder(Param: String): String;
begin
  s := InstallOnThisVersion('0','6');
  if s =  0 then
    Result := 'C:\Users'
  else
    Result := ExpandConstant('{pf}');
end;
Should the line “ Result := 'C:\Users'

Actually be Result := 'C:\Users\Public'
That is should all applications be installed on Vista machines like this C:\Users\Public\MyApp