Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing #16

Open
textdev-0 opened this issue Nov 24, 2024 · 3 comments
Open

Error installing #16

textdev-0 opened this issue Nov 24, 2024 · 3 comments

Comments

@textdev-0
Copy link

textdev-0 commented Nov 24, 2024

Tried installing. Certificate installed successfully, but installing the .msixbundle directly showed this error:
App Installer failed to install package dependencies.

And when trying to use the install.ps1 after the .msixbundle failed:

PS C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test> ./install.ps1
Found bundle: C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\DarkSky_0.1.0.0_x64_Debug.msixbundle

Installing app...
Found dependency package(s):
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.NET.CoreFramework.Debug.2.2.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.NET.CoreRuntime.2.2.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.UI.Xaml.2.8.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.VCLibs.x86.Debug.14.00.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.VCLibs.x86.Debug.14.00.Desktop.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.NET.CoreFramework.Debug.2.2.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.NET.CoreRuntime.2.2.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.UI.Xaml.2.8.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.VCLibs.x64.Debug.14.00.appx
C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx
Add-AppxPackage: Cannot find path 'C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.NET.CoreFramework.Debug.2.2.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.NET.CoreRuntime.2.2.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.UI.Xaml.2.8.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.VCLibs.x86.Debug.14.00.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x86\Microsoft.VCLibs.x86.Debug.14.00.Desktop.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.NET.CoreFramework.Debug.2.2.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.NET.CoreRuntime.2.2.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.UI.Xaml.2.8.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.VCLibs.x64.Debug.14.00.appx C:\Users\[myName]\Downloads\DarkSky_0.1.0.0_Debug_Test\Dependencies\x64\Microsoft.VCLibs.x64.Debug.14.00.Desktop.appx' because it does not exist.
Error: Could not install the app.
Press Enter to continue...:
@Lamparter Lamparter closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2024
@Lamparter Lamparter reopened this Nov 24, 2024
@textdev-0
Copy link
Author

textdev-0 commented Nov 24, 2024 via email

@Lamparter
Copy link
Collaborator

Sorry I originally misread

@FireCubeStudios
Copy link
Owner

go to the dependencies folder, then find the folder matching your computer architecture and in there there will be msixbundle dependencies you should install. usually most computers have them by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants