We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6b127 commit ac4a54fCopy full SHA for ac4a54f
MSI-extractor.ps1
@@ -1,8 +1,9 @@
1
-# ==================================== #
2
-# Simple MSI Extractor // Source file #
3
-# kernaltrap #
4
-# Version 1.3 #
5
+# ====================================== #
+# Simple MSI Extractor // Source file #
+# kernaltrap #
+# Version 1.3 #
+# This code is licensed under GNU GPL v3 #
6
7
8
Add-Type -AssemblyName System.Windows.Forms
9
@@ -45,4 +46,4 @@ if(Get-Process | Where-Object{$_.path -eq "C:\Windows\System32\msiexec.exe"}){
45
46
} else {
47
Write-Output ("Done! Go to the path you provided to see the contents.")
48
$Shell.Popup("MSI extracted.", 0, "Thank you for using MSI Extractor", 0)
-}
49
+}
0 commit comments