Skip to content

Commit

Permalink
Update MSI-extractor.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kernaltrap8 authored Oct 30, 2023
1 parent de6b127 commit ac4a54f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions MSI-extractor.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# ==================================== #
# Simple MSI Extractor // Source file #
# kernaltrap #
# Version 1.3 #
# ==================================== #
# ====================================== #
# Simple MSI Extractor // Source file #
# kernaltrap #
# Version 1.3 #
# This code is licensed under GNU GPL v3 #
# ====================================== #

Add-Type -AssemblyName System.Windows.Forms

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

0 comments on commit ac4a54f

Please sign in to comment.