Skip to content

Commit

Permalink
Switched to MSIXBundle in the bootstrapper script
Browse files Browse the repository at this point in the history
Switched to MSIXBundle in the bootstrapper script
  • Loading branch information
HotCakeX committed Feb 9, 2025
1 parent d6afa39 commit 150ee5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Harden-Windows-Security.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ Function AppControl {
}
# Download the MSIXBundle if user didn't provide any paths
else {
# Write-Verbose -Message 'Downloading the latest AppControl Manager MSIXBundle file from GitHub'
Write-Verbose -Message 'Downloading the latest AppControl Manager MSIX file from GitHub'
# $_Package = Join-Path -Path $WorkingDir -ChildPath 'AppControlManager.msixbundle'
$_Package = Join-Path -Path $WorkingDir -ChildPath 'AppControlManager.msix'
Write-Verbose -Message 'Downloading the latest AppControl Manager MSIXBundle file from GitHub'
$_Package = Join-Path -Path $WorkingDir -ChildPath 'AppControlManager.msixbundle'

# Download link for the latest version of AppControl manger is retrieved from this text file
[string]$MSIXBundleDownloadURL = Invoke-RestMethod -Uri 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/refs/heads/main/AppControl%20Manager/MSIXBundleDownloadURL.txt'
Expand Down

0 comments on commit 150ee5e

Please sign in to comment.