# Expand MSIX to a folder
Expand-MsixPackage -PackagePath "PowerBIDesktop.msix" -Destination "C:\Repack\PBI_Extracted"
# Create .intunewin package
.\IntuneWinAppUtil.exe -c "C:\Repack\PBI_Files" -s "setup.ps1" -o "C:\Repack\Output"
Sample setup.ps1:
Add-AppxProvisionedPackage -Online -FolderPath ".\PBI_Extracted" -SkipLicense
Verify checksum
Choose packaging method
Prepare installer command-line
Include prerequisites
Customize (if needed)
Test in a clean environment
Create uninstall/rollback
Sign and secure package
Document deployment
We will use a methodology that works with most repackaging tools. For this guide, we’ll reference Master Packager (free for basic use) and Advanced Installer, but the steps are universal. repack latest power bi desktop version work