MSI installation options #2049
-
We are planning to install ImageGlass as replacement for Windows.Photos.App. Now it supports MSI installation options. But after installing and starting the program, it will ask 3 questions (Language, Pro or default User and make it the "Default App"). Is there a possibility to give those 3 option in the msi installation string? Or is it necessary to app.config-file and copy that one after installation? We want the less possible interference with the user. So it had to be run-ready after installation. I certainly will get some phone calls even at the first question about the Language... Yes i know my fools around here.... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @RomanOswald, You can create {
"_Metadata": {
"Description": "ImageGlass configuration file",
"Version": "9.1"
},
"QuickSetupVersion": 9
} More details about configuration files can be found here: https://imageglass.org/docs/app-configs |
Beta Was this translation helpful? Give feedback.
yes, you can add
"Language": "German.iglang.json"
to theigconfig.default.json
.About the default app, some people create a XML file and set it via GPO. You can also use ImageGlass command:
Example:
https://imageglass.org/docs/command-line-utilities#set-default-viewer-string-exts-per-machine