I’m running Windows 10 21H2 LTSC and my environment does not have the Microsoft Store available at all. As such I am unable to install Shapr3D (at least without much difficulty).
I tried the alternative download from the website (the MSIX bundle) and I have also seen a forum topic which did not help.
I tried installing the MSIX bundle manually via PowerShell (using Add-AppPackage -path Shapr3D.Package_5.730.7613.0_x64.msix) but it is missing a bunch of dependencies. I have downloaded the latest VC++, .NET, and .NET Core runtimes.
So my question is: is there an actual executable installer (ideally packaged with all dependencies) which will allow me - and other users who don’t have access to the MS Store - to install Shapr3D?
They can be downloaded using a MS Store catalogue such as store.rg-adguard.net where you can paste in the MS Store link for Shapr3D. The packages can then be installed locally using the command Add-AppxPackage -Path *.Appx.
The .msixbundle which Shapr3D provides can be extracted using regular unzip software and the appropriate .appx can be installed for your platform again using the command above.
I am still extremely frustrated that I had to go through this incredibly onerous manual process simply because the Shapr3D developers do not deign to distribute a regular installer for the program which works without the burdensome Microsoft Store being installed.
Now the program is installed and working but keyboard input does not work properly and therefore I can’t even get past the tutorial. Seriously, this ain’t cool.
We’re currently working on providing a self-contained installer to better support environments like yours.
Could you provide more details on why the control keys aren’t working? Is there any special setup in your environment beyond a standard LTSC Windows configuration? This is an issue we haven’t encountered before, so any additional context would be helpful.
The following command should work in Powershell, if you have internet connection available: Add-AppxPackage -AppInstallerFile "PATH\TO\Shapr3D.Package.appinstaller"
This method should automatically fetch the required dependencies and install them along with the Shapr3D application. The only requirement this command has is having App Installer installed on your computer (which is supposedly distributed by all our supported Windows 10 and Windows 11 versions, even LTSC) and DOES NOT require Microsoft Store.
It also gives you the benefit of keeping your application up to date at all times automatically and gets rid of any manual dependency management that comes with the MSIX Package installation.
Initially I clicked the “Download for Windows” button on the website, expecting a regular .exe or MSI installer. When I saw it was an .appinstaller (which has no default file association on my system) I had to search and read about the PowerShell commands which I only use very infrequently.
To be honest I can’t remember if that was the first command I tried or whether I just used Add-AppXPackage -path. I assume the latter wouldn’t pull dependencies? In either case it would be awesome if you would please update your website with a one-liner with the correct command for the oafs like me.
Any ideas about my keyboard input issue, please? I’d like to get started with the software but can’t get past the intro tutorial.
This continues to be a problem. I am running Windows 10 Enterprise LTSC 21H2, fully up-to-date, and I have App Installer installed. Previously, I was able to install an older version of Shapr3D, but I am now unable to install the current version. This applies to both main and gamma.
Here’s what happens when trying to run the .appinstaller file:
Here’s what happens when trying to install using PowerShell:
PS C:\Users\Mietek Bak\Downloads> Add-AppxPackage -AppInstallerFile .\Shapr3D.Package.appinstaller
Add-AppxPackage : Deployment failed with HRESULT: 0x80D03002, The text associated with this error code could not be
found.
Error message string not found
error 0x80D03002: Opening the package from location Shapr3D.Package_26.120.11202.0_x64.msixbundle failed.
NOTE: For additional information, look for [ActivityId] 9f1af52d-0c6b-0001-2543-1b9f6b0cdd01 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 9f1af52d-0c6b-0001-2543-1b9f6b0cdd01
At line:1 char:1
+ Add-AppxPackage -AppInstallerFile .\Shapr3D.Package.appinstaller
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Users\Mietek...ge.appinstaller:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
PS C:\Users\Mietek Bak\Downloads> Get-AppPackageLog -ActivityID 9f1af52d-0c6b-0001-2543-1b9f6b0cdd01
Time ID Message
---- -- -------
2026-07-05 12:51:31 603 Started deployment AddFromAppInstallerOperation operation on a package with main parameter Shapr3D.Package.appinstaller and Options 0 and 0. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment
issues.
2026-07-05 12:51:31 465 error 0x80D03002: Opening the package from location Shapr3D.Package_26.120.11202.0_x64.msixbundle failed.
2026-07-05 12:51:31 497 Error 0x80070002: Opening the Msixvc package from location Shapr3D.Package_26.120.11202.0_x64.msixbundle failed. Please check whether the Msixvc support services are installed.
2026-07-05 12:51:31 651 Appinstaller operation failed with error code 0x80D03002. Detail: Unknown error
2026-07-05 12:51:31 404 AppX Deployment operation failed for package file:///C:/Users/Mietek%20Bak/Downloads/Shapr3D.Package.appinstaller with error 0x80D03002. The specific error text for this failure is: error 0x80D03002: Opening the package from
location Shapr3D.Package_26.120.11202.0_x64.msixbundle failed.
It seems that the installer cannot find the .msixbundle file, and indeed, this file is not in my Downloads directory. Can you provide a link to the appropriate .msixbundle file, ideally for gamma?