From ac4a54f3ac33b9c9b736a1cfc99615bc7705f78c Mon Sep 17 00:00:00 2001 From: kernaltrap <94473358+JamesIsWack@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:55:55 -0500 Subject: [PATCH] Update MSI-extractor.ps1 --- MSI-extractor.ps1 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MSI-extractor.ps1 b/MSI-extractor.ps1 index 5e62069..f1031a0 100644 --- a/MSI-extractor.ps1 +++ b/MSI-extractor.ps1 @@ -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 @@ -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) -} \ No newline at end of file +}