Skip to content

Commit

Permalink
Remove netcorecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 authored Feb 14, 2024
1 parent 9643cbd commit 6732a39
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Installer/installer_x64.iss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define public Dependency_NoExampleSetup
#include "CodeDependencies.iss"

#define MyAppName "WSA System Control"
#define MyAppVersion "1.0.9"
#define MyAppPublisher "infinitepower18"
Expand Down Expand Up @@ -42,13 +39,6 @@ ArchitecturesInstallIn64BitMode=x64 arm64
LanguageDetectionMethod=uilanguage
ShowLanguageDialog=no

[Code]
function InitializeSetup: Boolean;
begin
Dependency_AddDotNet80Desktop;
Result := True;
end;
[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Expand All @@ -67,7 +57,6 @@ ar.runOnStartup=التشغيل مع بدء التشغيل
Name: startup; Description: "{cm:runOnStartup}";

[Files]
Source: "C:\Program Files (x86)\Inno Setup 6\netcorecheck_x64.exe"; Flags: dontcopy noencryption
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net8.0-windows10.0.22000.0\publish\win-x64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net8.0-windows10.0.22000.0\publish\win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Expand Down

0 comments on commit 6732a39

Please sign in to comment.