Skip to content

Commit 28db6a2

Browse files
committed
Fix: Remove invalid WiX 4 attributes (InstallScope, InstallPrivileges)
1 parent d6963c4 commit 28db6a2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

installer/Phat.wxs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
Manufacturer="PPhatDEV"
66
Version="$(var.ProductVersion)"
77
UpgradeCode="{3B4F2B7E-3A1C-4B24-9A88-7CF4E7C2C941}"
8-
Scope="perMachine"
9-
InstallScope="perMachine"
10-
InstallPrivileges="elevated">
8+
Scope="perMachine">
119
<Summary>Phat - XAMPP PHP Version Switcher for Windows | pphat.top</Summary>
1210
<Description>A lightweight CLI tool for managing multiple PHP versions in XAMPP on Windows. Publisher: PPhatDEV (pphat.top)</Description>
1311
<Icon Id="PhatIcon" SourceFile="assets\phat.ico" />

0 commit comments

Comments
 (0)