Skip to content

Commit 1474ae7

Browse files
Fix file location and OS requirement
1 parent a781e2e commit 1474ae7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Installer/installer_arm64.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ UninstallDisplayIcon={app}\app.ico
3333
Compression=lzma
3434
SolidCompression=yes
3535
WizardStyle=modern
36-
;MinVersion=10.0.19041
36+
MinVersion=10.0.19041
3737
ArchitecturesAllowed=arm64
3838
ArchitecturesInstallIn64BitMode=arm64
3939
LanguageDetectionMethod=uilanguage
@@ -59,8 +59,8 @@ ar.runOnStartup=التشغيل مع بدء التشغيل
5959
Name: startup; Description: "{cm:runOnStartup}";
6060

6161
[Files]
62-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.22000.0\publish\win-arm64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
63-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.22000.0\publish\win-arm64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
62+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-arm64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
63+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-arm64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
6464
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
6565

6666
[Icons]

Installer/installer_x64.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ UninstallDisplayIcon={app}\app.ico
3333
Compression=lzma
3434
SolidCompression=yes
3535
WizardStyle=modern
36-
;MinVersion=10.0.19041
36+
MinVersion=10.0.19041
3737
ArchitecturesAllowed=x64compatible
3838
ArchitecturesInstallIn64BitMode=x64compatible
3939
LanguageDetectionMethod=uilanguage
@@ -59,8 +59,8 @@ ar.runOnStartup=التشغيل مع بدء التشغيل
5959
Name: startup; Description: "{cm:runOnStartup}";
6060

6161
[Files]
62-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.22000.0\publish\win-x64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
63-
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.22000.0\publish\win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
62+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-x64\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
63+
Source: "C:\Users\Ahnaf\source\repos\WSA-SystemControl\WSA System Control\bin\Release\net9.0-windows10.0.26100.0\publish\win-x64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
6464
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
6565

6666
[Icons]

0 commit comments

Comments
 (0)