Invoke-ps2exe ` -inputFile .\Bootstrap.ps1 ` -outputFile .\LabTool.exe ` -requireAdmin ` -x64 ` -title "Lab Tool Bootstrapper" ` -description "Installs PowerShell 7.6+, required modules, then launches lab payload" ` -product "Lab Tool" ` -version "1.0.0.0" ` -embedFiles @{ "Payload.ps1" = ".\Payload.ps1" "PowerShell-7.6.3-win-x64.msi" = ".\PowerShell-7.6.3-win-x64.msi" }