7

I'm trying to follow Microsoft's "Project Centennial" directions to convert MSI installer for my app to UWP, and I'm getting this error that MakeAppx.exe isn't found:

enter image description here

This Windows 10 is not my development machine. So I went out to download Windows 10 SDK but at this point I'm curious what "part" of SDK is MakeAppx.exe located in? Or do I really need to download and install 2.3 GB for that?

enter image description here

Stefan Wick MSFT
  • 13,600
  • 1
  • 32
  • 51
c00000fd
  • 20,994
  • 29
  • 177
  • 400
  • The message is telling you you need to install *the complete Windows 10 SDK*, which presumably means that you're going to need more of it than MakeAppx.exe before you're done. – Ken White Aug 03 '16 at 23:14
  • @KenWhite: Yes, I saw that. IMO it's just a generic error message. But oh well, I guess I'll have to download and install 2.3 GB of stuff... – c00000fd Aug 03 '16 at 23:16

2 Answers2

13

Update for 10.0.16299.91 - Released November 2017:

The options have changed. You only need to install "Windows App Certification Kit."

The location of makeappx.exe is now C:\Program Files (x86)\Windows Kits\10\App Certification Kit

John Lindal
  • 616
  • 5
  • 11
4

Just the last option - which says "Windows Software Development Kit" includes MakeAppx.exe. You don't need the other things from the SDK to convert.

  • Thanks. Btw, any luck with that `Project Centennial`? I converted my Win32 app to UWP and submitted it, and then nothing... what's supposed to happen to it then? – c00000fd Aug 31 '16 at 03:37
  • Submitted to where? https://developer.microsoft.com/en-us/windows/projects/campaigns/desktop-bridge? – Prashant H Phadke - MSFT Aug 31 '16 at 22:37
  • Yes, that's the page. Although it looked different at the time. Not all fields were present. Do I need to resubmit? – c00000fd Sep 01 '16 at 15:29
  • If you have already used that form to submit your interest/app, then please work with the Microsoft representative who was working with you to know more. If you haven't heard back, please try to resubmit your request using the form on the site. – Prashant H Phadke - MSFT Sep 02 '16 at 21:50
  • I've submitted it again. Although I doubt that anyone will respond. It's been almost a month since my first submission. – c00000fd Sep 03 '16 at 02:57
  • If you still haven't heard back can you provide the minimum details you provided in the form such as the app name/ URL field? – Prashant H Phadke - MSFT Sep 16 '16 at 16:55
  • Thanks for sticking with it. I did get an automated reply that they were not able to process my submission. The reason -- `A valid app URL is required to validate the app or game. This can be a link to your website or current distribution platform (such as Steam or Download.com).` I submitted a URL to a ZIP'ed version of the app, with the `.appx` file and a `readme.txt` with explanation. It was hosted on my web site. Should I submit it differently? – c00000fd Sep 19 '16 at 21:34
  • The message is saying that during the form submission process, it wants the URL to your existing desktop app/game which you want to convert and publish to the Store. It is not asking for the URL of the converted APPX (which looks like what you provided). – Prashant H Phadke - MSFT Sep 21 '16 at 22:16
  • Oh, I see. I did it wrong again. Thanks for clearing it out. Btw, can you update your contact info in the SO profile? I'll DM or email you the details that you asked before. I can't post them here. – c00000fd Sep 22 '16 at 08:55
  • OK, just sent you an email. – Prashant H Phadke - MSFT Sep 22 '16 at 17:52