-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
MSIX installer #61793
Comments
(Experimental duplicate detection) |
Can you elaborate on this? |
@joaomoreno MSIX gives non-Store apps all the lifecycle-management of Store apps. An app packaged up as MSIX doesn't have to be published to the Store, you can just share the .msix file as you'd do with any other installer and people can download and install it to their machines. You get the clean install/uninstall, you get background updates and you can still keep your freedom and talk to command line tools like the .NET Core SDK or Git and attach to running processes to debug them, etc. - things you probably wouldn't be able to do if you'd want to publish the app to the Store. |
Is it possible to have per machine only installations? How are version distributed? Gpo? Updates are controlled by admins and not by a releasy cycles that may published a broken version that disallow developers to work? I hope we are not get another per user installer where the application gets auto-deleted when the user logs off and his roaming profile is cleaned from disk including all per user apps like the current per user installer. |
This requires Minimum Windows 10 Build 17701 or later. Is this min September 2018 or March 2019? Not sure about the build version. There are a lot of users with Windows 7 around. Looks not like a working solution for the masses in short or mid term. |
Is it correct that MSIX is the new name for previous AppX technology? |
Microsoft wants to push MSIX for everything, why not making a kind of lighthouse project and bringing VSCode with a MSIX installer. Beneficial for users because of clean install and uninstall. Support of the proposed new MS installer way 👍, and sure a good PR sign to show. Look here we support MSIX, go ahead and provide MSIX installer for your application as well. Just my 2 cents. I would love to have it as MSIX installer. |
@okieselbach: Can you read? I said this is future musik. Check the dependencies yourself. MSIX should be done for sure. But there are older windows 10/7 systems around. Until the MSIX can be used we need MSI. No way around. Ignoring is no option and I provided the vscode MSI installer to the vscode team. Not your two cents, but mine. |
https://github.com/Microsoft/msix-packaging#windows-7-support MSIX has been advertised to be cross-platform, so there of course is Windows 7 support 👍 |
@petroemil According to this documentation MakeAppX.exe can create MSIX too. I had already started this work with #59152 |
Fascinating... just wonder how users should install anything on windows 7 as they have no permissions to install software per machine. There is no windows store on windows 7, too. And I cannot deploy an msix via active directory as software gpo only allows msi files. |
I just converted my vscode MSI setup to MSIX with new MSIX Packager in Windows 10 R1809. The converter first requires that you have a MSI setup at hand.
Enterprise need full controll about every file association and every feature that get's installed or not. MST customization files are the way to customize setups to your needs. Something ONLY possible with MSI and not with current InnoSetup and MSIX. MSIX looks like a nice start for beginners, but the limitation of MSIX are just bad. Decission makers here should start listening and understand that we mainly need a full-fledged MSI setup and not this here. |
@alexhass MSIX is intentionally designed to be a streamlined (Click-Once-like) install experience. |
#10759 (comment) is closer... |
Absolutely stunned that an MS product does not have an MSI installer. Please put it to the roadmap! |
I'm not sure if MSIX can be used in AD Software Installation - if that is the case then MSI would be more widely useful than MSIX. |
https://docs.microsoft.com/en-us/windows/msix/group-policy-msix - according to here, group policy can not be used to deploy MSIX apps. There are other alternatives though. InTune natively supports deploying them, and I wouldn't be surprised if you could install the AppX by some form of command (which you could trigger through GPO) |
I believe this part is touched upon the intro part of the MSIX-Labs tutorial series in the overview part. Watch the first video and seek to 17:25 |
I would love this for deployment via Intune for my highschool students |
Yes, need this |
@bluikko Do you install all you Android apps by going to a vendor's webpage, download the APK and install it manually? No. There's a centrallized, OS supported digital store you install from. MSIX enables just that. |
Rejecting Community ContributionsIt's a shame that the Microsoft engineers behind this project rejected a community contribution last year which would make this possible. The extent at which new packaging technology is dismissed by those responsible for implementing it, as a consequence of their own selfish reasons is disappointing at best. Not to mention, it is unmistakably an act of unjust favoritism towards non-Windows platforms such as Ubuntu (Snap), which are used by very few of us, to cater to their modern package format and not ours's. On behalf of the 450+ people who state they want an MSIX-packaged version of VS Code, we kindly request that @joaomoreno, et al. act like they support the native Windows packaging format, MSIX, by prioritizing all necessary changes to build infrastructure which enable this. |
Now I'm curious how Microsoft internally think about MSIX lol |
The more shame is that I developed the full-fledged MSI setup and they simply closed the case. |
What is the status here? What is the next step? |
@seilermi This issue was on the list of exploration in the July plan but isn't on the August plan. Was a blocker hit? |
I mentioned above a set of processes that need to happen before shipping the MSIX installer would be possible. Those processes are taking place but we are not actively pursuing the installer itself until afterward. |
@sbatten Can you maybe add the corresponding issues to those processes here? (Ideally in the above description, maybe as a checklists or something)? Unfortunately GitHub does not seem to support blocker issues afaik, but that would be a good thing to use them, I guess. That way people interested can follow up there and maybe help with the effort needed to make this happen. |
Advanced installer have categorised this as simple complexity. Its should be trivial for MS to create a MSIX package |
Any update this? It's pretty absurd a not complex app (we are not talking about full Visual Studio!), not having msix option. |
Bump. Any update? |
The cool part IMO is that, if VSCode do the needful to make Electron apps work properly when packaged as MSIX, probably other Electron apps can follow the same, such as MS Teams and Discord, paving their way to MS Store. |
Please, consider distributing the official Visual Studio Code installer for Windows as msi or msix instead of a exe binary blob. Distributing installers as exe is a bad practice from security standpoint. |
MSI offers the superset of features provided by EXE. Should there be an MSI installer, then EXE would probably be not needed at all anymore. At least I do not see any reason for it to exist if it increases workload. |
That is correct. Exe is not needed at all if MSI exists. Aside - the installer I provided also removed the need to have separate installers for „per user“ and „per machine“. The installer code has implemented all-in-one setup. looks like there is high demand for msi setup. |
It would be great to have an MSIX installer! (And available through Microsoft Store!) |
This will make it easy for app attach on Azure Virtual Devices. |
MSIX (or AppX) would make vscode available to Desktop Virtualisation users via App Attach. This would give large organisations the ability to deploy vscode without installing it with full fidelity to an installed application. |
Packaging as MSIX (and updating via the Store mechanism) would automatically solve VS Code not caring about metered connections. IMHO that 76 MBs may have waited until I get WiFi. |
Another advantage of using MSIX installer is that the Open in VS Code context menu would appear in the new modern windows 11 context area without having to expand to more options. Check out this blog post detailing the requirements. |
I wish we could get a reason as to why this is still on the backlog. This seems very trivial to add since they have already added a sparse manifest. |
Based on my experience with VS Code as a Flatpak, it might not be very helpful to deploy it as MSIX. An exception could be it is only used to access remote machines, then you could try tunnel + vscode.dev PWA. |
MSI Installer is much more important and vscodium has implemented it. This can be ported easily. |
Also pls use Appcontainer when packaging. |
After 2 years of conversation in issue #10759 (Release in the Windows Store) I think this is the right time to reevaluate the request.
What we originally wanted is all the goodness of UWP lifecycle management (clean install/uninstall and updates received in the background without having to run the app), but now it's possible outside of the Store with MSIX packaging without having to comply with some of the stricter rules of the Store and resource/capability management of UWP apps.
So the proposal is simple: Please make an MSIX installer for VS Code even if it's not distributed through the Store (for numerous technical reasons).
As a first step, Windows 10 users would benefit from it, later, as MSIX is designed to be cross-platform, it can evolve into the only installer format on all platforms (Linux, macOS, Windows 7+) and as the Store evolves, it can be a good foundation to potentially publish VS Code to the Store.
The text was updated successfully, but these errors were encountered: