Skip to content

Commit

Permalink
Remove the status cache enablement marker file from being installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbriggs committed Aug 22, 2019
1 parent 721ff57 commit 5fd565e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Scalar.Installer.Windows/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -256,18 +256,6 @@ begin
end;
end;
procedure WriteOnDiskVersion16CapableFile();
var
FilePath: string;
begin
FilePath := ExpandConstant('{app}\OnDiskVersion16CapableInstallation.dat');
if not FileExists(FilePath) then
begin
Log('WriteOnDiskVersion16CapableFile: Writing file ' + FilePath);
SaveStringToFile(FilePath, '', False);
end
end;
procedure InstallScalarService();
var
ResultCode: integer;
Expand All @@ -292,7 +280,6 @@ begin
end;
end;
WriteOnDiskVersion16CapableFile();
finally
WizardForm.StatusLabel.Caption := StatusText;
WizardForm.ProgressGauge.Style := npbstNormal;
Expand Down

0 comments on commit 5fd565e

Please sign in to comment.