如何打开与微软IE浏览器的HTML页面

 
 
[Run]
Filename: {code:IExplorePath|iexplore.exe}; Description: Open the startpage in the browser; Flags: runmaximized postinstall nowait; StatusMsg: Opening the startpage...; Parameters: {code:CreateLocalhostParams}
[Code]
function IExplorePath(Default: String): String;
begin
  Result := 'c:\program files\internet explorer\iexplore.exe';
  RegQueryStringValue(HKEY_LOCAL_MACHINE,
 'SOFTWARE\Classes\CLSID\{0002DF01-0000-0000-C000-000000000046}\LocalServer32',
 '', Result);
  Result:=RemoveQuotes(Result);
end;

你可能感兴趣的:(职场,休闲)