Paint 3D is deprecated and will be removed from the Microsoft Store on November 4, 2024. How can I create an installer for this program I need help.?

Paint 3D is deprecated and will be removed from the Microsoft Store on November 4, 2024. Existing installations of Paint 3D will continue to work, but the app will no longer be available for download from the Microsoft Store.

Users will no longer be able to download the app starting November 4th 2024. Microsoft says it will no longer provide Paint 3D app updates from that date.

But what about the one who wants to keep it? Why Microsoft doesn't allow people to have an executable for this program? Why Microsoft doesn't help us to do so?

I personally tried, many times, to create an installer of Windows 3D paint without success. It works, everything when fine the installation successfully installed the 3D in C:\Program Files\Microsoft 3D paint (my chosen location). After the installation nothing happened. I tried to run it with administrator elevate permission but nothing happened. I believe that some dependencies files or (.dll's) are not include or are missing in my setup. I do believe that Microsoft is behind this.  I don't understand the purpose of this relentlessness?

I would like to be able to create an installer of the Microsoft 3D paint. NOT MODIFYING the program or anything wrong. I just want to keep it the way it is to be able to reinstall it after Microsoft updates. Microsoft store or any other update that may cause the program to not function properly. At least you can reinstall it as many time as you want. It’s not big approx.: 34.490Kb. It can be hold in a USB key. I do believed that killing the application, it’s not necessary. Why not leaving it the way it is? If Microsoft doesn’t want to support it, that’s fine, but let people use it for God Sake.

I used the Inno setup. I’ve create a script with the Wizard and I successfully create a Paint3DInstaller.exe of Microsoft paint 3D that I had previously extract from the original C:\Program Files\WindowsApps.

To do so, I had to change the ownership of this folder because it’s protected by Microsoft. So I use the group that I have by default, the group identify with the administrators of my account. Such is Administrators (fatgatto\Administrators). So I had to remove the ownership from:

NT SERVICE\TrustedInstaller and replace it with my Administrators (fatgatto\Administrators) group. For the time of extracting the folder from his original position and state.

After I was then able to go and copy all the files from C:\program Files\WindowApps fodder. I previously change the view so I can see all the hidden files protected by the system to insured I copy everything. The folder in question: Microsoft.Paint_11.2408.30.0_x64__8wekyb3d8bbwe is 74.2 MB for 628 files and 11 folders. After the extraction has been made successfully I copy and paste all the files to an external drive. I then give back the ownership to NT SERVICE\TrustedInstaller.

Nevertheless, when I click on the execute file that I’ve created with Inno nothing happened. I run the installer with administrator privileges and I check dependencies: (e.g., the .NET framework or Visual C++ redistributables).VC_redist.x64.exe / VC_redist.x86.exe has been installed.

Some files like dlls and winmd files might need specific libraries or runtime components to function properly?  How can I ensure the system has the necessary dependencies? Why it doesn't work? I have until November 4th to successfully create an installer for Microsoft paint 3D. Does anyone from Microsoft or any programmer or anyone can help me? I am using Windows 11 Pro Edition

Version 23H2 OS build 22631.4391  

  1. App Distribution Model: Microsoft has shifted towards a Universal Windows Platform (UWP) model for many of its applications, including Paint 3D. This model is designed for distribution through the Microsoft Store, which allows for easier updates and management of apps. By not providing standalone executables, Microsoft can maintain control over the app's distribution and ensure that users receive the latest updates and security patches.

  2. Dependencies and Environment: UWP apps often rely on specific runtime environments and dependencies that are integrated into the Windows operating system. This can make it challenging to run the app outside of its intended environment.

 

Script to Inno Setup:

   

[Setup]

AppName=Microsoft Paint 3D

AppVersion=11.2408.30.0

DefaultDirName={autopf}\Microsoft Paint 3D

DefaultGroupName=Microsoft Paint 3D

OutputBaseFilename=Paint3DInstaller

Compression=lzma

SolidCompression=yes

 

[Files]

Source: "D:\Box\LAB\Microsoft Paint 3D\PaintApp\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

 

[Tasks]

Name: "desktopicon"; Description: "Create a desktop icon"; GroupDescription: "Additional icons"

 

[Icons]

Name: "{group}\Microsoft Paint 3D"; Filename: "{app}\mspaint.exe"

Name: "{commondesktop}\Microsoft Paint 3D"; Filename: "{app}\mspaint.exe"; Tasks: "desktopicon"

 

[Run]

Filename: "{app}\mspaint.exe"; Description: "Launch Microsoft Paint 3D"; Flags: nowait postinstall skipifsilent shellexec

 

 

*** Starting compile.

Preprocessing

   Reading file: C:\Program Files (x86)\Inno Setup 6\ISPPBuiltins.iss

Parsing [Setup] section, line 5

Parsing [Setup] section, line 6

Parsing [Setup] section, line 7

Parsing [Setup] section, line 8

Parsing [Setup] section, line 9

Parsing [Setup] section, line 10

Parsing [Setup] section, line 11

Reading file (WizardImageFile)

Reading file (WizardSmallImageFile)

Preparing Setup program executable

   Updating version info (SETUP.E32)

Determining language code pages

   Reading file: C:\Program Files (x86)\Inno Setup 6\Default.isl

   Messages in script file

Reading default messages from Default.isl

Parsing [LangOptions], [Messages], and [CustomMessages] sections

   Reading file: C:\Program Files (x86)\Inno Setup 6\Default.isl

   Messages in script file

Reading [Code] section

Parsing [Tasks] section, line 17

Parsing [Icons] section, line 20

Parsing [Icons] section, line 21

Parsing [Run] section, line 24

Parsing [Files] section, line 14

Deleting Paint3DInstaller.exe from output directory

Creating setup files

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\BasePaint.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\EnumHelper.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\ImageProcessing.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\libcrypto-3-x64.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\Microsoft.Graphics.Canvas.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\Microsoft.Graphics.Canvas.winmd

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\Microsoft.UI.Xaml.pri

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\Microsoft.UI.Xaml.winmd

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\mspaint.exe

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\NOTICE.txt

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintTools.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI.winmd

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PGS.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PlatformHelpers.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PrintDialogEx.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\ProvenanceHelper.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\provenancesdk.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\Reporting.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\ResourceHelpers.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\RestartRecovery.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\seg.onnxe

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\App.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\AppChrome.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\BrushSize.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\BrushSizeSlider.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\Canvas.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\CanvasPrintPreview.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\CanvasThumbnail.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\CocreatorPanel.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ColorsToolbar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\EditColorsDialog.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\FirstRunExperienceDialog.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\GeneratedVariant.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ImageCreator.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ImagePropertiesDialog.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ImageToolbar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\LayersPanel.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\MenuBar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\MessageBoxDialog.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\NOTICE.txt

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\PrintPreviewRibbon.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ResizeAndSkewDialog.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\Ribbon.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\RibbonControlResources.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\SegmentedResources.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\SelectionToolbar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\SettingsPage.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ShapesToolbar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\StatusBar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\StyleSelectorFlyoutContent.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\StyleSelectorResources.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\TextBlockWithTeachingTip.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\TextToolbar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ToolsToolbar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\UserAvatar.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\VirtualKeyResources.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PaintUI\ZoomSlider.xbf

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PerceptiveShell\NPUDetect.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PerceptiveShell\ps-onnxruntime.dll

   Compressing: D:\Box\LAB\Microsoft Paint 3D\PaintApp\PerceptiveShell\segapi.dll

   Compressing Setup program executable

   Updating version info (SETUP.EXE)

   Updating manifest (SETUP.EXE)

 

*** Finished.  [5:08:47 PM, 00:09.828 elapsed]

*** Starting compile.  [9:42:22 PM]

I can try dependency Walker to verify the installer and this is the answer:

Dependency Walker - [Paint3Dlnstaller.exe]
File Edit View Options Profile Window Help
PAINT3DlNSTALLER.EXE
KERNEL32.DLL
o
g
Module
t) API-MS-WIN-CORE-RTLSUPPORT-LI-I-O.DLL
API-MS-WlN-CORE-RTLSUPPORT-L1-2-2.DLL
NTDLL.DLL
KERNELBASE.DLL
NTDLL.DLL
API-MS-WIN-EVENTING-PROVIDER-LI-I-O.DLL
API-MS-WIN-CORE-APIQUERY-LI-I-O.DLL
EXT-MS-WIN-ADVAP132-REGlSTRY-L1-1-O.DLL
EXT-MS-WIN-ADVAP132-REGlSTRY-L1-1-1.DLL
EXT-MS-WIN-KERNEL32-APPCOMPAT-L1-1-O.DL
EXT-MS-WIN-NWSER-STRING-LI-I-O.DLL
EXT-MS-WIN-KERNEL32-FlLE-L1-1-O.DLL
EXT-MS-WIN-KERNEL-32-DATETIME-LI-I-O.DLL
Pl
E
Ordinal A
Ordinal
Hint
Hint
1 ox0001
Function
Function
Ent
Ent
Point
Point
Dependency Walker
dbkFCallWrapperAddr 0<0008063 C
x
Real Checksum
CPU
Sub
em
S mbols
x
prefe
API-MS-WIN-CORE-APIQUERY-LI-I-O.DLL
API-MS-WIN-CORE-APPCOMPAT-LI-I-O.DLL
API-MS-WIN-CORE-APPCOMPAT-LI-I-I.DLL
API-MS-WIN-CORE-APPINIT-LI-I-O.DLL
API-MS-WIN-CORE-ATOMS-LI-I-O.DLL
API-MS-WIN-CORE-COMM-LI-I-O.DLL
API-MS-WIN-CORF-CONSOI F-1 1-1 -O.DI 1
Error: At least one required implicit or forwarded dependency was not found.
Error: Modules with different CPU types were found.
Warning: At least one delay-bad dependency module was not found.
A Errors were detected when processing files
; setup see the
log window for details.
ecksum
0K
Error opening file. The system cannot find the file specified (2).
Error opening file. The system cannot find the file specified (2).
Error opening file. The system cannot find the file specified (2).
Error opening file. The system cannot find the file specified (2).
Error ooenina file. The svstem cannot find the file soecified

 

  Missing Dependencies:
The error messages indicate that at least one required implicit or forwarded dependency was not found. This means that some DLLs that the application relies on are missing from the installation.

Different CPU Types:
The warning about modules with different CPU types suggests that there may be a mix of 32-bit and 64-bit components.

File Not Found Errors:
The repeated "Error opening file" messages indicate that Dependency Walker is unable to locate certain files. This could be due to missing DLLs or incorrect paths.

No, it is not straightforward to create a standalone installer for Paint 3D due to its dependencies on the Universal Windows Platform (UWP) and the way Microsoft has designed the app to operate within the Windows ecosystem.

Yes, Microsoft has implemented certain obstacles, such as reliance on specific system libraries and the UWP model, which complicates the extraction and standalone use of the application. This design is intended to ensure that apps are updated and managed through the Microsoft Store, limiting the ability to create independent installers.

Thank you everyone I just hope someone got a good lead for me, and it will help others. I'm willing to work hours for successfully create an installer for this program. Thank you very much.

|

Dear Fatcat Base,

Thank you for reaching out with your detailed post.

I understand your dedication to preserving Paint 3D, especially with its upcoming removal from the Microsoft Store on November 4, 2024. While Microsoft has shifted to distributing applications like Paint 3D through the Universal Windows Platform (UWP) for streamlined management and updates, here are some steps and insights that may assist you.

If you'd like to download the installer package from the Microsoft Store, you can use third-party tools to generate direct download links:

  1. Visit the Microsoft Store - Generation Project.

  2. Copy and paste the following URL into the portal to generate the Appx download links for Paint 3D:

    https://apps.microsoft.com/detail/9nblggh5fv99
  3. Copy the URL and paste it into a link generator for the AppxBundle. Select the package with “appxbundle” at the end, as this usually contains the main application files for offline installation.

Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites, or any support related to technology.

While I understand the desire for a self-contained installer, Microsoft’s decision to manage UWP apps through the Microsoft Store ensures consistency and security, which can make standalone setups difficult. However, these steps should help maximize your chances.

Please feel free to reach out if you have further questions.

Best Regards,

Martin | Microsoft Community Support Specialist

2 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

heres that one reply that guy deleted https://drive.google.com/drive/folders/1DW0ilz8qzqNNZrD59MGZDkP0iGYcvchk?usp=sharinghttps://drive.google.com/drive/folders/1DW0ilz8qzqNNZrD59MGZDkP0iGYcvchk?usp=sharing

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

I really appreciate your answer I will try what you are telling me and I will update you as soon as I'm capable again thank you to take the time to answer me it's very precious.

fatcatgattogrosso

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

I copy and paste the url: https://apps.microsoft.com/detail/9nblggh5fv99 In https://store.rg-adguard.net/ and on the scroll down menu I chose RETAIL

and then I downloaded the files see picture. So from there, what I'm doing? I go offline. I need more indication, please.

fatcatgattogrosso

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

I download all the files from Google Drive. at the. following addressfollowing address.

Can I use? these to create an installer?

fatcatgattogrosso

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Dear Fatcat Base,

Thank you for your prompt reply!

If you've already downloaded the file, please follow these steps to proceed with the installation:

  • Right-click on the Microsoft.MSPaint***.appxbundle file and select Open With.

  • From the new context menu, choose App Installer.

  • Click Install to complete the setup.

If you encounter any issues during this process, please don’t hesitate to let me know.

Best Regards,

Martin | Microsoft Community Support Specialist

2 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

thanks Mr. agent/moderator man why does it say the download is unsafe though?

1 person found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Dear idkwhoiam_,

Thank you for asking your own questions.

This unsafe tip originates from the security protection mechanism of the browser. It detects the format of the file you downloaded, and the browser thinks that the .appxbundle format may lead to a potential security risk and prompts you that it is not safe. You can safely ignore the prompt and select Keep.

Best Regards,

Martin | Microsoft Community Support Specialist

2 people found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

Paint 3D

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated February 21, 2025 Views 6,732 Applies to: