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

README.md Getting Started: Packaging Tab cannot be found #62

Open
Hoverbear opened this issue Oct 2, 2019 · 13 comments
Open

README.md Getting Started: Packaging Tab cannot be found #62

Hoverbear opened this issue Oct 2, 2019 · 13 comments

Comments

@Hoverbear
Copy link
Contributor

Hoverbear commented Oct 2, 2019

Hi!

Using fresh, never opened VS2019 Community Edition installed within the last week.

Following step 1.ii and 1.iii here: https://github.com/microsoft/WSL-DistroLauncher#getting-started

When you open the MyDistro.appxmanifest it is unclear where the "Packaging" tab is.

image

Could this portion of the README.md receive some clarity?

It looks like I should be doing something like

New-SelfSignedCertificate -Type Custom -Subject "CN=Hoverbear, O=Hoverbear, C=CA" -KeyUsage DigitalSignature -FriendlyName "Hoverbear" -CertStoreLocation "Cert:\CurrentUser\My" -TextExtension @("2.5.29.37={text}1.3.6.1.5.5.7.3.3", "2.5.29.19={text}")
@Biswa96
Copy link

Biswa96 commented Oct 2, 2019

In the upper left corner, File -- Edit -- View -- Project.

@Hoverbear
Copy link
Contributor Author

@Biswa96 Sorry, I was unclear what my problem was, could you take a look at the updated description?

It's the "Packaging" tab not Project.

@Biswa96
Copy link

Biswa96 commented Oct 2, 2019

See this tutorial about Package a UWP app with Visual Studio where the package tab is mentioned.

@Hoverbear
Copy link
Contributor Author

Hoverbear commented Oct 2, 2019

@Hoverbear Hoverbear changed the title README.md confusion README.md Packaing Tab cannot be found Oct 2, 2019
@Hoverbear Hoverbear changed the title README.md Packaing Tab cannot be found README.md Getting Started: Packaging Tab cannot be found Oct 2, 2019
@Biswa96
Copy link

Biswa96 commented Oct 2, 2019

I don't know what is suggested by Microsoft but for personal usecase I execute MakeCert.exe to generate certificate and SignTool.exe to sign appx file. Those are in Windows 10 SDK folder.

@Hoverbear
Copy link
Contributor Author

Ok, thanks. :)

This is still an open issue though since the README is unclear and/or incorrect.

@benhillis
Copy link
Member

@Hoverbear - if you'd like to submit a PR to make the documentation more clear with your findings that'd be helpful.

@Hoverbear
Copy link
Contributor Author

@benhillis I would love to, could you help me understand what the 'correct' workflow is?

@bonafont
Copy link

bonafont commented Oct 6, 2019

Change your config from ARM64 to x64, it will solve your problem. Don't know why VS open it as a ARM64 solution...

@Hoverbear
Copy link
Contributor Author

@bonafont That sadly still does not show any packaging tab.

@gusbemacbe
Copy link

It seems that Packaging is not available for Visual Studio Community. :-(

@Hoverbear
Copy link
Contributor Author

So it's not possible to follow the guide with VS Community?

@ZVNexus
Copy link

ZVNexus commented Dec 24, 2019

No, its not just an issue in Community, same thing happens in Pro. Have no idea where its located.

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

6 participants