![]() iwatkins 2 discussion posts
|
Is there any way to install TrayStatus silently from a script and set the options required as part of that?
Could obviously ping values into the registry after install. Are the keys user or system-wide? Thanks. Ian Watkins
Jan 20, 2011
• #1
|
|
Hi Ian, just use /SILENT to do a silent install. There isn't a way to set all the options during the installation, but the settings are all stored in 1 place in the registry in HKCU (per-user):
HKCU\Software\Binary Fortress Software\TrayStatus
Jan 20, 2011
• #2
|
![]() iwatkins 2 discussion posts
|
Thanks.
After posting after digging around in the executable I realised that you use Inno Installer. There's a useful page here: http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html that gives further information on what can be done. I suspect you could set the registry via GPO, but that's too much effort Thanks again. Ian Watkins
Jan 21, 2011
• #3
|
|
Thanks for the link, I should have mentioned that it's built using Inno Setup.
Jan 21, 2011
• #4
|
Was this helpful? | |