Stop ImageGlass First Launch Window

832 views
Skip to first unread message

James Haughney

unread,
Jul 14, 2022, 8:09:55 AM7/14/22
to ImageGlass Community
Good morning!

We're going to be deploying ImageGlass to our RDS environment and I was wondering if there was a flag I could set during the install or an XML/Config file I could push that would stop users from seeing the ImageGlass First Launch window the first time they use it?  We're using ImageGlass so that our employees can view HEIC image files on 2012 R2 RDS Hosts and trying to make it as seemless for them as possible.

Could I simply take a config file from a computer where I've already launched IG and then have it pushed to the C:\ProgramFiles\ImageGlass folder with the default config file name?

Thank you!

Duong Dieu Phap

unread,
Jul 14, 2022, 9:52:31 AM7/14/22
to ImageGlass Community
Hi James,

You can create a igconfig.admin.xml file, and deploy it to the C:\ProgramFiles\ImageGlass folder.
This file allows you to block the settings of ImageGlass.

For example:
- Set FirstLaunchVersion value greater than 5 to hide the First-launch configuration dialog.
- Set AutoUpdate value to 0 to disable auto-update feature.

<ImageGlass>
  <Configuration>
    <Info description="ImageGlass Configuration file" version="7.5" />
    <Content>
      <Item key="FirstLaunchVersion" value="99999" />
      <Item key="AutoUpdate" value="0" />
    </Content>
  </Configuration>
</ImageGlass>

You can also create igconfig.default.xml to predefine the default settings. For more information, please visit:


--
ImageGlass community
www.imageglass.org
---
You received this message because you are subscribed to the Google Groups "ImageGlass Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to imageglass+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/imageglass/7d52ea6a-1442-4e85-a0c2-1ae0452bd76en%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages