DeleteInstallerFiles - clean up install config and installwizard files If installwizard is ran again this will be recreated via the dotnetnuke.install.config.resources file

Namespace: DotNetNuke.Services.Upgrade
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void DeleteInstallerFiles()
Visual Basic
Public Shared Sub DeleteInstallerFiles

Remarks

uses FileSystemUtils.DeleteFile as it checks for readonly attribute status and changes it if required, as well as verifying file exists.

See Also