..... oh my gods ... Copy "bundle.msixbundle" to c:\ Open powershell as admin And write Add-AppxPackage -path "C:\bundle.msixbundle" To install on windows 10 ltsc
wsreset -i This command is work and store will be installed on each users right ? i ran that command on administrator account then i moved to other account but seem not showing
"Online Installation" is applicable to "Current Account\User" only. And, unfortunately, on the latest build, e.g. 26100.1, Store\App integrated "Offline" to install.wim won't work when "Online". ATM, the only solution (I can think of) for LTSC with Store\App which will work for all users is using AC edition, e.g. Core\Pro, as Reconstruction source. Reconstruction? Yeah, another topic. PS: UUP script allows "Custom" Apps to be integrated into Core\Pro install.wim. This is the best solution (I am using) ATM.
Yes, I have completely blocked LTSC with script by Fredie-o in [REPO] Windows 10 TELEMETRY REPOSITORY... This is certainly also possible via offline installation! I need a script or something Abdobi probably has something like that. I used the script from him for the App Store installation. That works well. Now only the msixbundel installation. After starting Transcluent I always get the error message msixbundle missing!
It should work the same as appxbundle maybe you need to append this to the Add-ProvisionedAppxPackage command Code: /Region:all