SteveS Posted February 3, 2007 Posted February 3, 2007 Hello, I designed an icon that I want included with my runtime application. This icon would point to my execute file. I would like the end user to select this icon to open the runtime application. Is there a way to accomplish this task? I would greatly appreciate any help with this task. Thank You, Steve
Genx Posted February 3, 2007 Posted February 3, 2007 You have to use an install application like inno Setup -- you can specify shortcuts wherever you want and using whatever icons. http://www.jrsoftware.org/isinfo.php
SteveS Posted February 3, 2007 Author Posted February 3, 2007 Thank you Genx, I have been using the MindVision Installer program, but I could not figure out the icon problem. I thought the icon issue could be corrected during the binding process. I really appreciate your help and will go to the link that you suggested. Sincerely, Steve
Genx Posted February 3, 2007 Posted February 3, 2007 FYI: This is the code i use to install shortcuts to both the start menu and the users desktop. [icons] Name: "{group}Revo v2.0"; Filename: "{app}Revo Version 2Revo2.fp7"; WorkingDir: "{app}"; Comment: "Revo v2.0"; IconFilename: "{app}ImageREC32.ico"; Flags: runmaximized Name: "{userdesktop}Revo 2.0"; Filename: "{app}Revo Version 2Revo2.fp7"; WorkingDir: "{app}"; Comment: "Revo v2.0"; IconFilename: "{app}ImageREC32.ico"; Flags: runmaximized
whun450 Posted February 6, 2007 Posted February 6, 2007 The Clickteam Installer is what I use: http://www.clickteam.com/eng/installcreator.php It's also freeware and let's you easily enter a custom icon during the creation process. Hope that helps, William
SteveS Posted February 7, 2007 Author Posted February 7, 2007 William, Thank you for the link. I downloaded the installer from this site and was quite impressed. It was user friendly and easy to use. Steve
Recommended Posts
This topic is 6501 days old. Please don't post here. Open a new topic instead.
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