Replies: 7 comments 6 replies
-
Correct me if I'm wrong, but it seems that it's a lot more difficult to silently deploy MSIX compared to MSI? |
Beta Was this translation helpful? Give feedback.
-
Hi, I really appreciate your hard work on ImageGlass and your efforts to improve the packaging by moving toward MSIX. I fully support this transition, as MSIX solves many long-standing issues, such as file association problems and the app failing to launch after updates due to cached libraries. That said, I kindly ask you to continue providing the MSI package alongside MSIX for the following important reasons: 1. Limited MSIX Support on Enterprise and Server EditionsImageGlass has users on Windows 10/11 Enterprise LTSC and Windows Server 2016–2025. These editions do not include the App Installer app by default, which is required to install MSIX packages. 2. Certificate Installation Required for MSIXMSIX packages must be digitally signed, and the signing certificate must be trusted by the system.
Additionally, some applications like RetroArch provide both classic installers (NSIS) and MSIX/AppX packages. As noted on their website, manual certificate installation is required to install their MSIX version: This requirement can cause frustration among non-technical users or those with limited permissions. 3. Better Compatibility with Deployment and Automation ToolsMSI is widely supported by enterprise software deployment tools (like SCCM, PDQ Deploy, Group Policy, etc.). Many organizations rely on these tools for scripting and mass deployment, and MSI integrates seamlessly with them. 4. MSI is More Suitable for Offline EnvironmentsIn environments without internet access, MSI files can be installed without additional dependencies, whereas MSIX installations may require extra steps (e.g., App Installer, certificate installation, or PowerShell configuration). Final ThoughtsMSIX is clearly the future, and I strongly support your effort to modernize ImageGlass packaging. However, offering both MSI and MSIX ensures maximum accessibility and user satisfaction across diverse environments — including enterprise, restricted, or offline users. Thanks again for your excellent work! |
Beta Was this translation helpful? Give feedback.
-
Offering both MSI and MSIx would be good, I think. |
Beta Was this translation helpful? Give feedback.
-
Offering both would be preferable, I think. Apart from what has been mentioned above, there are some other annoyances with MSIX.
|
Beta Was this translation helpful? Give feedback.
-
While both would be ideal, I understand time is a limited resource for development... Which is why I support MSI over MSIX mainly due to increased flexibility across a wider variety of systems, MSIX being relatively new and not integrated into many users and IT familiar workflows, and MSI not requiring a digital signature or internet connection. I can imagine a few years or more down the road MSIX being more beneficial depending on future OS changes but right now MSI seems best. |
Beta Was this translation helpful? Give feedback.
-
I would personally prefer MSI packaging. My biggest concern with MSIX is that it effectively limits compatibility only to systems with App Installer present, whereas MSI only requires Windows Installer, a standard feature on every Windows OS since XP. Server OSes don't have App Installer, so, as an example, ImageGlass would be much harder to deploy in VDI environments where many users are sharing a server. LTSC releases are also missing it I believe. |
Beta Was this translation helpful? Give feedback.
-
Supports both MSI and MSIX packages as a transition for the current stage. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the MSI installer causes a lot of issues about cached libraries (such as #2142) and it can't be debugged on my side, this poll is mostly for advanced users (such as IT admin,...).
I am planning to change ImageGlass installer from
MSI
toMSIX
format. This will affect those who manage the app auto-deployment because they usually run some commands or script from the MSI format. I don't know whetherMSIX
provides the similar commands asMSI
, and I cannot maintain both formats.The next version of ImageGlass will only contains:
.ZIP
format.MSIX
formatShare your thoughts here!
Update Jun 16, 2025
It seems that the MSIX format contains many limitations besides a lot of advantages. I will postpone this plan and continue using MSI format in the future versions. The main limitations:
72 votes ·
Beta Was this translation helpful? Give feedback.
All reactions