Randem
The script you kindly created for me some days ago for inclusion into an inno script
[CODE]Should the line “ Result := 'C:\Users' ”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;
Actually be Result := 'C:\Users\Public'
That is should all applications be installed on Vista machines like this C:\Users\Public\MyApp




Reply With Quote