Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsen9026 committed Apr 21, 2024
2 parents c52f1d2 + e040592 commit be211fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlazamSetup/Services/InstallationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private static bool CreateProgramDataDirectory()
{
string identity = "IIS_IUSRS";
if (InstallationConfiguraion.InstallationType == InstallType.Service)
identity = "Network Service";
identity = "NT AUTHORITY\\NetworkService";

Directory.CreateDirectory(InstallationConfiguraion.ProgramDataDir);
FileSystemService.AddPermission(
Expand Down

0 comments on commit be211fe

Please sign in to comment.