BakedCakes Posted October 28, 2022 Posted October 28, 2022 (edited) On Windows 10 the app icon + Description field are used in TrayTip to indicate which application that has made the TrayTip. It would make sense for it to use ProductName, rather than Description. Any way I can make it use ProductName instead? #AutoIt3Wrapper_Res_ProductName=My App Name #AutoIt3Wrapper_Res_Description=Shows a traytip TrayTip("Attention!", "Have a nice day!", 10) Sleep(5000) This should display "My App Name" instead of "Shows a traytip". To quote MSDN https://learn.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource: Quote FileDescription File description to be presented to users. This string may be displayed in a list box when the user is choosing files to install—for example, Keyboard Driver for AT-Style Keyboards. This string is required. You wouldn't expect to see "Keyboard Driver for AT-Style Keyboards" in there, instead you'd expect to see something like "Logitech Hub" -- a ProductName. @Jos Would this qualify as a bug in AutoIt? Edited October 28, 2022 by BakedCakes
BakedCakes Posted November 7, 2022 Author Posted November 7, 2022 (edited) I was wondering, could this be Window's default behavior instead of something that AutoIt is doing? Don't have any C/C++ toolchain on my system to test this hypothesis out. Edited November 7, 2022 by BakedCakes
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now