Skip to content

Commit ac4a54f

Browse files
authored
Update MSI-extractor.ps1
1 parent de6b127 commit ac4a54f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

MSI-extractor.ps1

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# ==================================== #
2-
# Simple MSI Extractor // Source file #
3-
# kernaltrap #
4-
# Version 1.3 #
5-
# ==================================== #
1+
# ====================================== #
2+
# Simple MSI Extractor // Source file #
3+
# kernaltrap #
4+
# Version 1.3 #
5+
# This code is licensed under GNU GPL v3 #
6+
# ====================================== #
67

78
Add-Type -AssemblyName System.Windows.Forms
89

@@ -45,4 +46,4 @@ if(Get-Process | Where-Object{$_.path -eq "C:\Windows\System32\msiexec.exe"}){
4546
} else {
4647
Write-Output ("Done! Go to the path you provided to see the contents.")
4748
$Shell.Popup("MSI extracted.", 0, "Thank you for using MSI Extractor", 0)
48-
}
49+
}

0 commit comments

Comments
 (0)