Results 1 to 8 of 8

Thread: Change start menu icon on install? [RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Resolved Change start menu icon on install? [RESOLVED]

    I am using inno to install my program and when it installs it creates a folder on the start menu and then puts the shortcut, help link, and uninstall under that folder. That is fine with me but what I would like to do is instead of the folder icon being on the start menu I would like to replace it with my icon. Is there a way to have inno do that on install?

    Thank you for your help.
    Last edited by Krenshau; Jun 17th, 2005 at 01:28 PM.

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Change start menu icon on install?

    Kresnshau,

    How are you creating your script, by hand, Inno Setup wizard or **********? If using ********** this would be done automatically. Otherwise you will need to do it. Here are some examples.

    [Icons]
    Name: {group}\Your filename; Filename: {app}\YourFilename.exe; WorkingDir: {app}
    Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\YourFilename; Filename: {app}\YourFilename.exe; Tasks: quicklaunchicon; WorkingDir: {app};
    Name: {commondesktop}\YourFilename; Filename: {app}\YourFilename.exe; WorkingDir: {app}

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Change start menu icon on install?

    im not sure i follow, but it sounds like he got that part working and is talking about changing the icon for the folder for the program group?

    If so I dont think that is possible without changing it for ALL folders there.

    Anyway maybe i didn't read it correctly? Just seemed odd he said he was getting them in the start menu already.

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Change start menu icon on install?

    kleinma,

    You may indeed be correct, but the folders are not changed by any program installation. So, I figured he did not mean that... If he did... He can't by anyway I know of.

  5. #5
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Change start menu icon on install?

    Yeah well I guess we will have to wait and see what he says... maybe we are both off

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Change start menu icon on install?

    Well I read it as...
    Quote Originally Posted by Krenshau
    ...instead of the folder icon being on the start menu I would like to replace it with my icon.
    I believe hes trying to replace the folder icon with a custom one.

    kleinma, I believe, has the correct interpretation on this.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Location
    Indiana
    Posts
    451

    Re: Change start menu icon on install?

    Sorry so long to get back.

    Yah, I meant instead of a folder icon on the start menu I would like to use a custom icon.

    Start menu
    ......Folder icon <--- Replace this default folder icon with a custom icon.
    ............My program icon

    I know I can replace icons with custom icons with a program that I have, but I wasn't sure if it is possible to do it with inno on installation of a program.

    I have an icon for my program exe, on start menu, quick launch, and desktop. I just don't like the ugly folder icons on the start menu.

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Change start menu icon on install?

    well you will notice all folders in the start menu share the same "crappy" icon as you put it. If there was a way to change this on an individual basis, you could put money that apps you have would already be doing it. The only way to change that is to change it globally.. which means it changes ALL folder icons in the start menu (and perhaps other places as well)

    I would not recommend even going down that route, as if I installed a program and it changed a setting like that, I would be pretty mad at the developers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width