-
System information:
QuestionsThanks for a great app! I found it when I was looking for a way to replace Paint when showing picture files in Windows Server 2016 - because in 2016 they removed the regular photo viewer. We installed it on different session hosts (WS 2016 and 2012) were there are quite many non-technical users. To be able to install the lastest version you need Net Framework 4.7, which is not default in Windows and requires restarts and such. Not a good idea in a production environment with several users online. So, I installed an older version to come around it. Now, my question is, would it be possible (through a GPO, or during installation or similar) to avoid making ImageGlass check for updates on each startup? No issue for me, but for the end users. Especially when they are many, and very non-technical. Even if we would tell them that it's just changing an option in the settings, we would get a lot of questions on how to actually do that. It's also not that nice to install a program, then ask the end-user to do changes to it imho. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi @enoch85 Thanks for your question.
We have been technically using .NET Framework 4.7.1 since version 4.0, but in the latest version, I used the Advanced Installer to pack the MSI file, and add requirement for checking .NET Framework 4.7.1. I will remove this check in the next releases.
Unfortunately, this feature only supports in v7.5 by introducing new configs files, you can read more at: https://imageglass.org/docs/app-configs There is known issue of IG 7.5 about performance due the the latest version of ImageMagick.NET library, reported at #720. I plan to publish a new version when they fix this bug. |
Beta Was this translation helpful? Give feedback.
-
So what you're saying is that it should be possible to download and install the latest version without having .NET 4.7.1 installed on the server/computer? |
Beta Was this translation helpful? Give feedback.
-
Regarding that, what's the specific setting for not checking updates upon start of the app? I couldn't find a list with available options. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @enoch85
The MSI installer checks for .NET 4.7.1, but the app itself does not.
You can set the For all settings, refer to: |
Beta Was this translation helpful? Give feedback.
-
Thanks a ton! |
Beta Was this translation helpful? Give feedback.
Hi @enoch85
The MSI installer checks for .NET 4.7.1, but the app itself does not.
If you use MSI installer, you may not.
You can set the
AutoUpdate
to0
.For all settings, refer to:
https://github.com/d2phap/ImageGlass/blob/master/Source/Components/ImageGlass.Settings/Configs.cs#L342-L345