SetupIISDirectory

Creates the IIS Express home directory for the current user by copying all relevant initial configuration and website files.

Syntax

HRESULT  
SetupIISDirectory(  
    [in] BOOL fOverride  
);  
  

Parameters

  • [in] fOverride.

    True to specify that the method can override existing files; otherwise, false.

Return Value

HRESULT

See Also

IISDirectory
ClearIISDirectory