From 6732a391fe54e7326064f9631417e8b54f0a3126 Mon Sep 17 00:00:00 2001 From: Ahnaf Mahmud <44692189+infinitepower18@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:32:52 +0000 Subject: [PATCH] Remove netcorecheck --- Installer/installer_x64.iss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Installer/installer_x64.iss b/Installer/installer_x64.iss index 8a5b222..6ab97a8 100644 --- a/Installer/installer_x64.iss +++ b/Installer/installer_x64.iss @@ -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" @@ -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" @@ -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