To my surprise I did not find the solution how to set up an icon for the start menu application group folder laying ahead. I am looking for the automatic solution in InnoSetup script.
Thank you in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create the
desktop.inifile with the content like this if you want to use the*.icoas a resource (wherec:\somepath\icon.icois path to your icon):Or create the
desktop.inifile with the content like this if you want to use the icon from the executable as a resource (wherec:\somepath\program.exeis path to your executable):Save this
desktop.inifile into the directory where you want to apply the icon. One very important note, you have to set to this newly created file attributes Hidden and System, otherwise it won’t work!So please check very carefully if the InnoSetup won’t clear these attributes if you’ll have the file included in your setup package while installing.