Master Packager app issues After Slimming Win11 28xxx

lin929

New Member
Messages
3
Reaction score
1
The image was downloaded from uupdump

Encountered a strange problem. With the same settings: on the slimmed-down Win11 versions 28000, 28020, and 29550, Master Packager cannot be installed, nor can the portable version of Master Packager be run (other software currently does not have this problem). However, on the original image and the slimmed-down Win11 versions 26000 and 26020, Master Packager can be installed and the portable version can be run. I haven't been able to find the reason and would like some advice. Thank you.
 

Attachments

Master Packager is a professionally written app, so it probably needs Windows Presentation Foundation (WPF):
Code:
                <c>netframework4wpf 'Windows 基础演示文稿'</c>
                <c>netframework4wpfcore 'Windows Presentation Foundation(Windows 基础演示文稿) (核心)'</c>
 
Master Packager is a professionally written app, so it probably needs Windows Presentation Foundation (WPF):
Code:
                <c>netframework4wpf 'Windows 基础演示文稿'</c>
                <c>netframework4wpfcore 'Windows Presentation Foundation(Windows 基础演示文稿) (核心)'</c>
Resolved, thank
 
Back
Top